资源列表
Perfect-Number
- 计算完美数的经典算法,很有趣。C代码可以直接运行。-calculate Perfect Number
MazeGenerator.c
- 随机生成NxN大小的迷宫,保证任意两点之间有且仅有一条路径到达-gerate a random maze linking NxN grid such that there is a unique path between any two cells. Print using ASCII characters to denote allowed links between cells.
suansubiaodashiqiuzhi
- 严蔚敏的数据结构习题集后面试题上的算术表达式的求值程序。
lsdjgl
- strassen矩阵乘法by_XD 实现strassen矩阵乘法思想-strassen matrix multiplication by_XD
Cpp1
- 银行家问题,解决银行家之间的关于数列的问题如何用平,pv原语解决 -the banker s qusetion
3
- 对所给出的城市路口、道路信息,分别用Dijkstra 算法和Floyd算法,求出两两之间的最短距离和路径,结果输出到文件,每行一组最短路径,其格式为逗号分割的信息,分别为起点、终点、最短距离、中间依次经过的路口编号,各行按照起点编号、终点编号从小到大排序,只输出起点编号小于终点编号的部分。 -Information given city intersection, road, Dijkstra algorithm and Floyd algorithm to calculate the sh
stack
- 用栈实现算术表达式 一个小小的科学计算器,根据用户输入的表达式计算出结果-Arithmetic expressions using stacks to achieve a small scientific calculator, in accordance with user input to calculate the results of the expression
linear_optimization
- 用0.618法和Fibonacci法求解函数最小值-With 0.618 and the minimum function Fibonacci method
8Queen
- 此程序乃8皇后问题,是数据结构中一个典型递归调用程序,此程序可输入任意个皇后数目赖进行计算-This procedure is 8 Queen' s problem is the data structure of a typical recursive procedure call, this program can enter any number of Queen' s calculation depends on
huffman1
- 可以根据输入权值进行哈夫曼编码,能输出对应的哈夫曼树,哈夫曼编码。-The right value from the input Huffman coding, to output the corresponding Huffman, Huffman coding.
shizilianbiao
- 运用了c语言,进行编程,实现了十字链表的功能,是可运行的代码。希望对你有帮助。-The use of the c language programming, cross-linked list function, the code can run. Help you.
PointerC.rar
- 点阵数据链表编程,为 point 建立链表数据结构,把括:排序,插入,增加,删除等操作!
