搜索资源列表
chainlist
- 程序利用链表实现约瑟夫环 1. 可以输入游戏人数,初始密码,还可以输入每个人持有的密码。 2. 输入的游戏人数和初始密码还有每个人持有的密码都不可以为0,若为0则重新输入。 3. 测试数据为 游戏人数:0,5 初始密码;0,5 每个人持有的密码依次为:1,2,3,5,4 -procedures used to achieve a Josephus. The game can be imported to the number of initial passw
Test
- 实现一个数据单元,包括学号和姓名两部分。编写两个线程,一个线程往数据单元中写,另一个线程往出读。要求每写一次就往出读一次。-To achieve a data unit, including the school number and name of two parts. The preparation of two threads, one thread to the data unit in writing, reading another thread Wang Chu. Asked ea
maze
- 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w