资源列表
ksps
- 首先,初始化将要排序的序列,以数组初始化。 第二,定义快速排序函数: 本算法思路为:在待排序的n个记录中任取一个记录r(通常取第一个记录),以该记录的关键字k为准,将所有剩下的n-1个记录分割成两个子序列。第一个子序列中的每个记录关键子均小于或等于k,第二个子序列中的每个记录关键字均大于或等于k,然后将k对应的记录排在第一个子序列之后及第二个子序列之前。这个过程为一遍排序。之后分别对子序列1和子序列2重复上述过程,直至每个子序列只有一个记录为止。 最后,定义
hermite
- 一个非常好的插值程序-a very good interpolation procedures
gausss
- 使用C语言实现高斯塞德尔迭代算法,GS迭代发是一种用于计算方程组的经典方法。
13LMAN
- 常用算法程序集(C语言描述)第三版+徐士良 离散随机线性系统的卡尔曼滤波
StringTools
- this code is for viewing the strings
Joseph
- 利用单向循环链表解决约瑟夫环问题,按出列的顺序印出各人的编号。-The use of one-way circular linked list to solve the problem, Joseph Wan, according to the order of a column printed in each number.
FILLPOLY
- program to implement polygon filling algorithm
5
- 有n个人,其中超过半数是好人,剩下的是坏人 好人只说真话,坏人可能说真话也可能说假话 这n个人互相都知道对方是好人还是坏人 -Have n individuals, of which more than half of the good guys, the rest are just telling the truth good bad, bad might say that the truth may tell lies to each other all know each othe
Maintain-the-linear-form
- 线性表的维护,包括删除,修改,排序,建立,打印输出等功能。-Linear form of maintenance, including delete, modify, sort, create, print output function.
duipaixu
- 堆排序的C++实现代码,数据结构中十分钟要的一种排序方法-Heap Sort C++ implementation code, the data structure is very important in a sorting method
maopao
- 冒泡排序,一种适合元素多的排序方法,最基本的排序之一-Bubble Sort, a suitable number of elements sorted by one of the most basic sort
poligono
- Using dinamic memory draw an polygon.