资源列表
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.
update
- 根据邻接矩阵求得图中两个结点之间的最短路径,其中最短路径是指从一个结点到另一个结点的步数,然后再增加一条弧,更新距离矩阵。-Update the distant matrix.
DataStruction
- C++版本的数据结构资料,是PPT,还不错的!-data struction
sequence-list
- 初始化顺序表L;依次采插入a,b,c,d,e元素;输出顺序表L;输出顺序表L长度;判断顺序表L是否为空;输出顺序表L的第三个元素;输出元素’a’的位置;在第四元素位置上插入’f’元素;输出顺序表L; 删除顺序表L的第三个元素;输出顺序表L; -The initialization sequence table L followed by mining into the A, B, C, D, e elements the output sequence table L the ou
single-linked-list1
- 初始化单链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出单链表H; 输出单链表H长度; 判断单链表H是否为空; 输出单链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出单链表H; 删除单链表H的第三个元素; 输出单链表H; -Initialize the single chain H Turn the tail interpolation into the A, B, C, D, e elements O