资源列表
kruska-easy
- 最小生成树kruska(邻接表),比较简单,适合新手
5_3
- 图的遍历的源程序,数据结构课程设计的,有需要的拿去-Graph traversal of the source, the data structure of curriculum design, there is a need for Naqu
tuopu
- 图的拓扑排序 输入存储有向图 查找第一个入度为零的顶点,有就返回OK 没有则输出ERROR 用主对角线元素做“标记”当所有主对角线元素都变为1时,完成拓扑排序-Topological sorting of the input memory graph directed graph to find the first zero-degree vertices, there is no OK to return to the output ERROR to do with the main diag
dictionary
- 小字典,简单的查词添加词,输入英文,显示解释-dictionary abc
The-two-way-circulation-list
- 双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。所以,从双向链表中的任意一个结点开始,都可以很方便地访问它的前驱结点和后继结点。一般我们都构造双向循环链表。-The two-way circulation list
dir-biao
- 这是一个C++设计的动态数组顺序表类,帮助别人学习C-This is a dynamic array class C++ order table designed to help others learn C++
Matlab-(Bayers)
- 线性分类器可以实现线性可分的类别之间的分类决策,其形式简单,分类决策快速。但在许多模式识别的实际问题中,两个类的样本之间并没有明确的分类决策边界,线性分类器(包括广义线性分类器)无法完成分类任务,此时需要采用其它有效的分类方法。贝叶斯分类器就是另一种非常常见和实用的统计模式识别方法。-Linear classifier can be realized linearly separable classification decision between classes in the form of
BFS+hash
- ACM入门题,BFS + hash 的使用与结合-ACM entry title, BFS+ Hash use and combination of
main
- 链表的一些功能模块,如创建、查找、删除、判断链表是否为空、删除节点-List some of the functional modules, such as create, find, delete, to determine whether the list is empty, delete nodes,,
kuohaopipei
- 关于数据结构中括号匹配的问题代码,能运行出来喔,亲-Data structure on the problem of matching parentheses code that can run out Oh, the pro-
lb
- 这是用C语言写的一个数据结构实验,在VISUAL C++环境中实现的,很有意思哦
multiple_tree
- 用于计算带度约束的最小生成树,可用于光网络组播。
