资源列表
what_day
- 输入某年某月某日,得到在一年中的第几天。
erfenfa
- C语言,数据结构。通过二分法求解方程的根值-C language data structures. Through the dichotomy solving the root of the value equation. . .
tt0201
- 建立两个顺序表(通过随机过程生成,并排序); 输出合并前的结果 对这两个顺序表进行合并; 输出合并结果-The establishment of two sequence table (generated by random processes, and sort) output results before the merger to merge the two order forms output combined results
joseph
- 约瑟夫环的源程序,希望大家能够支持我的多谢大家
23
- KMP算法的思想一般数据结构书都有讲,KMP算法本身与求next数组的算法很类似,无符号整型数据与整型数据比较大小
huocai
- 移火柴游戏源码,是许多学校课程设计题目,希望对大家有参考作用。-Shift matches the game source code, a design of many school curricula, in the hope we have a reference.
1
- 这是一个数据结构实验求 交集的算法,可求两个数组中的交集元素,并把它赋给另一个数组
Catch-the-Thief
- Catch the Thief,acm竞赛题,基础类型的题目。-Catch the Thief, acm contest problems, basic types of topics.
val
- 欧几里得定理求最大公约数,并且利用最大公约数求最小公倍数的算法实现。-Euclidean theorem of seeking the common denominator, and seek the greatest common divisor lcm algorithm
Restructuring
- 从键盘内任意输入两个有序的不减线性表,分别构建线性单链表,然后将这两个线性单链表重新组合为一个有序的不减线性单链表,按照链表顺序依次输出重组链表的数值。-Any input from the keyboard and orderly unabated two linear tables were constructed linear single linked list, then the two linear reassembled into a single list ordered una
linklists_use
- 对单链表的创建,对单链表进行插入、删除、调整等操作-To create a single list of single list insert, delete, adjustment operations
exp5-1
- 求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行、不同列、不同左右对角线。-Queens Problem Solving: n* n on the checkerboard, place n queens, queens different requirements of each row, different columns and different about the diagonal.