资源列表
Shortestpath_Floyd
- 最短路径:用弗洛伊得算法编写的寻找两点之间或多点之间的最短路径!可以运行!-Shortest Path: The algorithm was written in Freud between two points or more to find the shortest path between points! Run!
paixu
- 从键盘输入一组关键字序列分别实现下列排序: 1.实现简单选择排序、直接插入排序和冒泡排序。 2.实现快速排序算法。 3.实现折半插入排序。 4.采用几组不同数据测试各个排序算法的性能(比较次数和移动次数)。 -paixu
jinghangjia
- 银行家算法,
KMP
- KMP algorithm code use .VS 6.0 for c-KMP algorithm code use .VS 6.0 for c
binarytree
- binary tree code use VS 6.0 for c
maze
- 用链表做的迷宫,动态输出其过程-Use lists of the maze, the process of dynamic output
QuadraticInterpolation
- 二次差值算法,迭代,适用于机械最优化问题-Quadratic interpolation
N_queen
- N皇后问题实现 及操作 c++实现其数据结构-N queens problem c++ implementation and operation of the data structure to achieve its
hafumanTree
- 哈弗曼树的实现 及相应操作 c++实现-Ha Fuman tree and the corresponding operation to achieve realization of c++
02
- 编写一个程序,将两个字符串连接起来(不用STRCAT函数)利用指针实现-Write a program that will link the two strings (not STRCAT function) the use of pointers
matlab_programme
- 基本的8点,16点DFT,可以更改为其他各点,各个输入信号的序列傅里叶变换-8 points, 16 points DFT
shuju
- 多关键字排序的实现,利用多关键字排序进行高考分数处理,除了需对总分进行排序外,不同的专业对单科分数的要求不同,因此在总分相同的情况下,按用户提出的单科分数的次序要求排出考生录取的次序(详见题集p169)。-The realization of multi-key sort using multiple keyword ranking for the college entrance examination scores of treatment, in addition to be sort o
