资源列表
Knapsack
- 《算法设计与分析》Knapsack算法实现-the resource code of Knapsack
BigN
- 在VC中,一个正整数只占4个字节,表示的最大整数为2147483647。如果,一个超过这个数进行四则运算,就是大数计算-the yunsuan of the bignumber
queue
- 以一个M×N的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Maze problem
The-two-way-circulation-list
- 双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。所以,从双向链表中的任意一个结点开始,都可以很方便地访问它的前驱结点和后继结点。一般我们都构造双向循环链表。-The two-way circulation list
genealogy
- 家谱的建立及相关查找 VC6编译,数据结构的作业-genealogy s build and search
yiyuanxuanzhi
- n个村庄之间的无向图,边上的权值w(i,j)表示村庄i和j之间道路长度。现要从这n个村庄中选择一个村庄新建一所医院,使离医院最远的村庄到医院的路程最短。-N village of no to chart between, on the edge of the right value w (I, j) said village between I and j road length. Now from this n village to choose a village a new hospit
1
- 银行家算法的源代码 适合在C++环境中实现-Bankers algorithm source code
98
- 银行家算法实验报告 完整的报告帮助您更好的完成实验报告-Bankers algorithm source code
MyCalculator
- 实现中缀表达式转后缀表达式 能进行+,-,*,/,()的运算的计算器 使用数据结构堆栈-Switch to postfix infix expression to achieve expression Computing can be+,-,*,/,() calculator Stack data structure using
12
- 基于c语言的数据结构练习题目和答案,难度不高,适合初学者练习-failed to translate
BinaryTree
- 二叉树的建立,删除,求树的高度,复制一棵二叉树,交换二叉树的左右子树-Binary tree create, delete, find the height of the tree, copy a binary tree, binary swap the left and right subtrees
paixu
- 冒泡排序和快速排序,以及各自移动数据的次数。-bubble sort and quick sort
