资源列表
erchapai
- 排序树 能够根据你的需要,建立二叉树,并且对其进行遍历-Sort tree according to your needs, build a binary tree and its traversal
Doubly-linklist
- Doubly linked list using C
banker
- 银行家算法的实现,同时具备安全性检验,简单明了-Banker' s algorithm implementation, along with security testing, simple
KPqsort
- 就是一个很好的排序程序,十分精简RT不解释-Program is a good sort, not very concise explanation RT
Huffman_2
- 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。要实现赫夫曼树德算法,首先要实现在HT[1.k]中选择parent为0且权值最小的两个根结点的选择算法;另外,还要一个实现统计输入电文字符串中各种字符出现的频率以及字符的种类的算法。假设电文中仅含有大写字母。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generat
链表的功能用C实现
- 链表的功能实现用,在实现的过程中用C来描述的希望对各位有-A LINK
main
- 这是一个关于校园导航系统的算法。本算法可实现在校园中进行定位、指路等功能。-This is an algorithm on campus navigation system. This algorithm can achieve positioning, guiding and other functions on campus.
c
- 数据结构,顺序表的代码,用c语言实现了顺序表-Data structure, the order of the code table with a sequence of c language table
sj
- 数据结构课程设计:深度优先和广度优先分别遍历树-Data Structure Course Design: Depth-first and breadth-first traversal tree, respectively
FordFulkerson
- 网络优化:最大流的FordFulkerson标号算法-MaxFlow:FordFulkerson
Sq_List
- 数据结构,链表知识,对于学习关于c以及c++编程都有很大的帮助。-Data structure, list of knowledge, for learning about the c and c++ programming are very helpful.
moban
- 二叉树实现,主要实现树的三种遍历和删除。查找功能等-Implementation of binary tree,Implementation of binary tree,After the first sequence order in order to find, delete, traverse and review
