搜索资源列表
yuesefuhuan
- 约瑟夫环程序,也就是猴子选大王问题,运行结果正确
yuesefuhuan
- 这是我们班做的数据结构的课程设计约瑟夫环 -This is our class to do the data structures curriculum design Joseph Ring
yuesefuhuan
- 约瑟夫环 是一个数学的应用问题: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 例如:n = 9, k = 1, m = 5 【解答】 出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。 -Joseph Wan is the application of a mathematic
yuesefuhuan
- 第一类约瑟夫环问题的c语言解决方案,程序简单易懂,适合初学者-The first issue of the c ring Joseph language solutions, the program is simple to understand for beginners
yuesefuhuan
- 操作系统实验约瑟夫换有完整的代码和结果截图和注释以及使用说明-The operating system has a complete change experiment Joseph code and the results screenshots and commentary and instructions
yuesefuhuan
- 基于C语言数据结构编写的约瑟夫环,内含说明文档-Josephus written based on the C language data structures, containing documentation
