搜索资源列表
2nd_chapter
- 《算法设计与分析》王晓东编著,第二章递归与分治策略课本例子代码实现- Algorithm Design and Analysis edited by Wang Xiaodong, chapter and sub-rule strategy recursive textbook example of code to achieve
data_structure
- 数据 结构 课本 算法 实现 ,全部 代码 ,提供免费 下载 ,运行通过,正确无误。-algorithm,data structure,using vc ,corectness
zong
- 这是数据结构c语言课本的几个常用算法代码。有广度和深度优先遍历。最小生成树,最短路径,拓扑排序。-This is the data structure of c language textbooks code of several commonly used algorithms. Have the breadth and depth-first traversal. Minimum spanning tree, shortest path, topological sort.
huffmancode
- 有关huffman编码的具体实现的源代码,算法参考严蔚敏版算法课本的huffmancode伪代码,供初学者参考-Concrete realization of the huffman encoding the source code, algorithm reference Yan Wei-min version of the textbooks huffmancode algorithm pseudo-code for beginners reference
code
- 数据结构与算法分析 (第二版) 课本代码以及各个工程源代码-A Practical Introduction To Data Structures and Algorithm Analysis(C++)
peitaochengxu
- 结合大学的数据结构课本进行的编码 包含了所有的需要的代码 而且可以补充大部分实验要求的编程 非常好-University of the data structure with the coding textbooks contains all the code needed to add most of the experimental requirements and the programming is very good
erchashudejianli
- 数据结构之二叉树的建立源代码,严蔚敏版本,好不容易把课本上的代码打出来-The establishment of a binary tree data structure of source code, YAN Wei-min version, and finally to break out the code on the books
algorithm
- 算法设计与分析相关算法的代码,算法设计与分析的课本中涉及到的算法都有,并且都通过编译-Algorithm design and analysis of the code related algorithms, algorithm design and analysis of the textbooks are involved in the algorithm, and are compiled by
hafuman
- 本代码是严蔚敏版数据结构课本上哈夫曼树的实现,希望能对在校学生有用-This code is a Huffman tree Yan Wei-min data structures textbooks, and the hope of students in useful
SparseMatrix
- 稀疏矩阵的三元组存储及操作实现 【实验目的】 1. 调试运行课本中的第4章节的代码示例 2. 掌握矩阵的类定义及基本操作:构造矩阵、矩阵的寻址、矩阵的基本操作 3. 掌握矩阵的应用-Triples sparse matrix storage and operations to achieve
Linear-table-to-insert-a-number
- 这是一个数据结构的线性表插入一个元素的算法,该程序由课本伪代码改编而成,非常方便于初学者学习数据结构线性表的知识以及提高自信心-This is a linear list data structure to insert an element of the algorithm, the program adapted from the textbook pseudo-code is made very easy for beginners to learn the linear form of
9288462
- 《算法设计与分析》王晓东编著,第三章动态规划,课本例子代码实现()