资源列表
zerone
- 【题目描述】 Adam 和Eve 被赶出伊甸园后,盖起了四面高墙。高墙上写着n 行01 串。两人无事可做,于是 开始就这些01 串做如下博弈: 1. Adam 进行第1 手,此后双方轮流操作。 2. 第 i 手的操作者,可以且必须在0 和1 之间选择,并相应地抹掉某些串。具体地,若选择 0(1),则抹掉第i 位为0(1)的所有串。长度短于i 的串,也须抹掉。 3. 一方操作之后若将所有串都抹掉了,则判该方失败。 若两人皆明智,则胜负必然确定。不幸的是他俩
Haffmancoding
- 用C语言实现haffmancoding,效率很好的一段源代码-Using C language haffmancoding, a good source efficiency
haffman
- 数据结构试验哈夫曼编码译码系统源码数据结构试验哈夫曼编码译码系统源码-Experimental data structure Huffman decoding system source code
biaodashiqiuzhi
- 实现表达式求值功能,只要输入的数在-32768~32767之内都可以得出结果-Expression evaluation capabilities to achieve
shiyan1
- 数据结构上机操作实验的实验1,线性表的基本操作-the basic operation of sq of date structure
BinaryTree
- 二叉树的模板,实现前序遍历、中序遍历、后续遍历、查找等功能 -Binary tree template to achieve pre-order traversal, in-order traversal, follow through, search and other functions
zhongxubianli
- 二叉树生成及遍历。以某种形式建立二叉树逻辑结构信息,建立二叉链表,先作先序、中序、后序遍历,将二叉树中序线索化,中序遍历线索二叉树-Tree generation and traversal. Some form of information to establish the logical structure tree, the establishment of binary list, to make the first order, in sequence, after the trave
Czuixiaoshengchengshusuanfa
- 用C语言实现的数据结构--图的最小生成树算法。-With the C language implementation of the data structure- the minimum spanning tree algorithm.
glink
- 自己实现的通用链表,用法及测试用例见注释,希望对你有帮助-Own implementation of generic list, usage, and test cases see Note, I hope to help you
wanmei-shu
- 如何求小于10000的所有完美数?并将程式写的有效率?-How to find all the perfect numbers less than 10000? And to write efficient programs?
Kruskal
- kruskal算法是一种求加权连通图的最小生成树的算法。-kruskal algorithm is a weighted connected graph minimum spanning tree algorithm.
bfs
- 利用boost库实现广度优先算法的例子,实现了广度优先算法,对boost的理解有用-an example of bfs utilizing the boost library
