资源列表
Oinvf
- 对矩阵求逆,根据提示在visual c++运行环境中输输入矩阵及相关参数即可求出逆矩阵,已通过测试。 -Matrix inversion, follow the prompts to lose input the visual c++ operating environment matrix and related parameters can be calculated inverse matrix has been tested.
table_maloc
- 数据结构,目录法,模拟malloc函数,实现内存动态分配-my_malloc in C
bahuanghouwenti
- 用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。 程序中首先假定a[1]=1,表示第一个皇后放在棋盘的第一列的第一行的位置上,然后试探第二列中皇后可能的位置,找到合适的位置后,再处理后续的各列,这样通过各列的反复试探,可以最终找出皇后的全部摆放方法。 程序采用回溯法,算法的细节参看程序。-chengxu
01
- 顺序表的基本操作,包括定义,创建,插入,删除-The basic operation of the sequence table, including definitions, create, insert, delete, etc.
快速质因数测试
- 此程序使用随机测试速度较快,在多次测试的情况下基本可以保证正确性,使用时应注意测试次数不能太少
Huff
- [数据结构 C]赫夫曼编码 -------------------- [数据结构 C]赫夫曼编码(简单实现的一个小程序源码)-Now = No !
struc1
- 数据结构基本教程,求每个学生的平均分以及每门课程的平均分,通过测试,可以直接运行得到结果-The basic data structure tutorial, find each student' s average and the average score of each course, the test can be run directly get the results
pushing-bin
- 推箱子问题的数据结构C语言实现,功能为推箱子问题-pushing bins
shortestpath
- 单源点最短路径算法,给定了源点以及权值,便可以计算从某一源点到其他源点的最短路径-Single-source shortest path algorithm, given a source point and the weights can be calculated from one source to another source shortest path
kuaipai
- 快速排序 不是稳定的快速排序 优化了的原位快速排序
try3
- poj 3598 new new hen rong yi tle
sqqQueue
- 数据结构利用队列知识实现杨辉三角的打印以及队列一些基本定义和进队-Knowledge of the use of a queue data structure to achieve Yang Hui Triangle Printing
