资源列表
jiao-zuo-ye
- 霍夫曼编码,实现所有的功能,不包含输出,能解码-Huffman coding to achieve all of the features, does not contain the output, able to decode
Huffman-Coding
- 老师做的一个关于huffma编码的程序,用来加深我们对huffman编码的理解。程序使用c写的,希望对大家有用。-The teachers do a on huffma encoding procedures used to deepen our understanding of huffman coding. Programs written using c, the hope that useful.
simpletextedit
- 运用数据结构编写的一个简单的文本编辑小程序,可以实现添加、删除、插入、搜索等功能。-Using the data structure of write a simple text editor small program, and can realize add, delete, insert, search, and other functions.
textedit
- 一个简单的文本编辑小程序,可以实现添加、删除、插入、搜索等功能,运用数据结构。-A simple text editor small program, and can realize add, delete, insert, search, and other functions, using data structure.
061-Huffman
- 非常著名的huffman编码器,对初学数据结构的人来说非常有用-Very famous huffman encoder, very useful for novice data structures
query-system
- 对武汉大学信息学部的最短路径查询算法,位置查询,与数据连接查询-Wuhan University Division of the shortest path query algorithm, location query, the query data connection
Minimum-spanning-tree
- 已知一个无向网,求该网的最小生成树,该程序使用的是克鲁斯卡尔算法,求的的最小生成树-A no known to the nets, for the nets minimum spanning tree, the program is using cruise Carl algorithm, and of the minimum spanning tree
Topological-sort
- 拓扑排序,已知一个有向网,求网的一个拓扑排序,并给出这个有向图代表的工程能否进行-Topological sort, known a have to nets, and a network of topological sort, and give the directed graph represent can project
rider
- 给定一个N*N的正方形,使用回溯算法求解骑士游历问题-solution to the problem of knight cruising using backtracking method
shujujiegou
- 这是数据结构的学习的PPT,很详尽,是关于数据结构(C语言版)的课本的知识-This is the data structure of the PPT study, detailed knowledge of textbooks on data structures (C-language version)
clock
- CLOCK改进算法, 按照最多5块的内存分配情况,编程实现所选算法,动态输入访问内存的块号序列,输出置换结果; 测试:输入合法、非法的访问序列数据,检查程序的正确性和健壮性。-CLOCK algorithm improvements, in accordance with up to five memory allocation in programming to the selected algorithm, the dynamic input access memory block n
Pattern-matching
- 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
