资源列表
huiwenshu_kechengsheji
- 数据结构里关于回文数判断的算法 另一种思路另一种解决办法~-data structure, palindrome number judgment on the algorithm Another idea Another solution ~
abouttrain
- 车箱调度的一个程序,还不错,是数据结构-compartment of a scheduling procedures, Yes, it is data structure
Romber
- Romber.rar Romber.rar
merge
- 首先通过递归调用,将原数组不断的分小,最终将数组分成N份。然后将有序的两组合并成一个有序数组,每合并一次数组的规模.就会翻倍,最终会将原来无序的数组变成一个有序的数组。
xlp2
- 数据结构稀疏矩阵的算法,具体功能是建立三元组稀疏矩阵
R-K-F
- 较著名的解初值微分方程的数值方法——自适应Runge-Kutta-Fehlberg算法
Homotopy
- 求解非线性方程组 的同伦曲线法
CQueen
- //八皇后问题:在国际象棋中,能否在空格棋盘上摆放八个皇后,并使其中任意两个皇后不能在同一行或同一列或同一对角线上,编写完整的摆放八皇后问题的程序。要求:第一个皇后的起始位置由键盘输入,国际象棋的棋盘为8*8的方格。-//Eight queens problem: In chess, can be placed in the space of eight on board the Queen, the Queen can not make any two of them in the same
xianxingbiaodecharuheshanchu
- 利用顺序表完成线性表信息的管理。要求首先建立并初始化线性表,并实现增加、删除、查找、修改和遍历表等功能。-To complete the order form using the linear form of information management. Requires first to create and initialize the linear form, and to achieve to add, delete, search, modify, and traverse the
danlianbiao
- 本程序为数据结构作业,完成功能为单链表的生成及各项操作。-The procedures for data structure operations, a single list for the completion of the formation and operation.
skiplist
- 跳转表,随机化的数据结构.插入logn,查询logn.但是占用空间较大.-skip list
part-of-pack
- 用贪心算法实现的部分背包问题,易于理解,通俗易懂-Knapsack problem with a part of the greedy algorithm, easy to understand, easy to understand