资源列表
HFM
- 通过递归定义并实现哈弗曼树,并打印出结果。-Recursively defined and implemented by the Huffman tree, and print out the results.
RESUL
- Example of linear programing to less cost on pharmacy with WINSQB
yiqunsuanfa
- 蚁群算法较完整的程序,对初学者很有用。希望能帮到需要的朋友。-Ant colony algorithm is a complete program, very useful for beginners. I hope to help a friend in need.
RBTree
- c++实现的红黑二叉树源码,已经过调试,可运行。-red black tree using c++
1
- 使用动态规划实现背包问题C源程序,可直接运行。-Programming in C source code knapsack problem
stack
- 数据结构课后作业-栈 对输入文字进行回文验证.-Data structure after-school homework- stack Validation of the input text are palindromes.
BigDataDevide
- c++写的控制台程序,实现两个大整数除法。-c++ written console program, to achieve two large integer division.
MajoritySearch
- C语言实现的寻找多数元素代码,含英文注释。算法采用《算法设计技巧与分析》(沙特)一书上的方法。-C language code for most elements, including English notes. The algorithm uses "algorithm design and analysis skills" (Saudi Arabia) method.
CALCULS-MATRICIELS
- used to solve matrix in VB6
SDmatrix
- 计算无权有向图中两个结点之间的最短路径,其中最短路径是指一个结点到另一个结点所经过的步数。其中输入文件为邻接矩阵。 -The Shortest Distant between two nodes.The input information is about adjacency matrix.
AllPath
- 求无权有向图中两个结点之间的所有路径,其中输入为邻接矩阵。-The all path between two nodes.
APBian
- 无权有向图中两个结点之间的所有路径,其中输入信息为边的信息。-The all path between two nodes.the input information is about the edge.