资源列表
[数据结构常用算法] guangyibiaofanxu
说明:广义表的反序 逆置广义表的递归模型如下: F(LS) = null 若 LS 为空 F(LS) = LS 若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1<martinwok> 在 2025-06-15 上传 | 大小:216kb | 下载:0
[数据结构常用算法] polynomial
说明:数值算法,用链表实现多项式的运算,加减乘除-Numerical algorithm, using the list to achieve polynomial operations, Math<龚致> 在 2025-06-15 上传 | 大小:216kb | 下载:0
[数据结构常用算法] Solutions-for-algorithms
说明:Introduction to Algorithms, Second Edition. 算法导论第二版,附带完整答案,学算法必用。 -Introduction to Algorithms Second Edition, with complete answers, learning algorithms must be used.<cl> 在 2025-06-15 上传 | 大小:216kb | 下载:0
[数据结构常用算法] Solutions.for.Introduction.to.al
说明:麻省理工大学 算法导论 英文文档 感受顶尖大学魅力-Introduction to Algorithms MIT top universities feel the charm of the English document<童浩> 在 2025-06-15 上传 | 大小:216kb | 下载:0
[数据结构常用算法] Cpp_struct_ch02
说明:data structure code for C++ ch2<李茂瓏> 在 2025-06-15 上传 | 大小:216kb | 下载:0
[数据结构常用算法] dianbao
说明:根据第一次输入的字母形成哈夫曼编码,下一次的电报内容即可译成0,1的形式,反之也可以翻译成字母-According to the first letters form the input Huffman coding, the next time the telegraph in the form of content can be translated into 0 and vice versa can also be translated into letters<burial> 在 2025-06-15 上传 | 大小:216kb | 下载:0
[数据结构常用算法] Dijkstra_v1.0_SourceCode
说明:Delphi6.0编写的Dijkstra算法的例子,用在数学建模上的程序。源码自带数据。-The Dijkstra algorithm example Delphi6.0 written, the procedures used in the mathematical modeling. Source comes with the data.<TomWillow> 在 2025-06-15 上传 | 大小:216kb | 下载:0