资源列表
joseph
- 约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。 -Joseph questions are as follows: Given n individuals (n> = 1) sitting around a round table, numbered sequentially startin
the-shortest-route-of-airplane
- 航空线路最短路径求解,C语言开发,功能很强大,里面含有源程序及报告-very good program
Data-structure-1800-examples
- 数据结构1800例题与答案,内容丰富典型,适合考生学习。是学习数据结构的优秀资料。-Data structure 1800 examples with answers.Rich in content, suitable for the examinee learning. Typical Is the study of the Data Structure of the excellent material.
search-program
- 这是数据结构中的综合查找算法的综合程序,里面还有详细的报告和源程序-this is a very good C program
hash
- 数据结构课程设计,哈希表,喜欢的可以下载回去,修改下数据即可-Curriculum design data structure, hash table, like you can download the back, you can modify the data under
eightqueen
- 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-Eight queens problem the famous 19th century mathematician Gauss in the 1850' s. His question is: 8* 8 board to place eight queens, so that it can
Data-Structure-YanWeimin
- 《数据结构》清华,严蔚敏,代码C实现。附带扫描版《数据结构》。-data structure
Algorithm-source-code
- 西北工业大学算法设计实验答案程序的源代码-Northwestern Polytechnical University, algorithm design experiments answer the program' s source code
tulun
- 一个实现最小生成树的程序,通过输入图的路径来找到该最小生成树-A program to achieve the minimum spanning tree, by entering that path to find the minimum spanning tree
notebook
- 实现对原始数据的保存、读取,按姓名查找,记录的插入、删除,程序有美观的界面并且程序建立在windows窗口下,所有的操作均可以通过鼠标完成,而且界面友好,易于操作。 -To achieve the preservation of the original data, read, search by name, record insert, delete, the program has beautiful interface and the program established under
sort
- 该程序使用不同的的方法完成了数据排序,可以通过代码对不同排序方式进行比较,对排序有更好的理解。-The program uses a different method to complete the data sorted, you can sort through the code to compare the different, a better understanding of the sort.
list1
- 链表逆序,链表有序输出,链表计算字符个数-Reverse linked list, ordered list output, calculate the number of characters list
