搜索资源列表
约瑟夫环.rar
- 用C++编写的约瑟夫环
约瑟夫环
- 约瑟夫环-Josephus
约瑟夫环的循环链表实现
- 约瑟夫环的循环链表实现,这个程序比较完整,有需要做试验的请速速下载。-Josephus cycle Chain achieved, the procedure is complete, the pilot needs to be done urgently requested to download.
经典约瑟夫环问题c语言版
- 数据结构中解决约瑟夫环问题的代码,里面只有源代码,大家用TC2编译一下就可以用了:)。-data structure to solve the problem of Josephus code, only the source code, we use TC2 compiler can use it with a :).
1.2约瑟夫环
- 编制一个演示约瑟夫环的程序-prepare a demonstration Josephus procedures
7.约瑟夫环
- 约瑟夫环的问题,这是一个比较经典的编程实例,我做了一个小程序来实现了其算法-Joseph Central, which is a more classical programming examples, I had a small program to achieve its algorithm
约瑟夫环等问题
- 用C语言编写的约瑟夫环等问题.用链式存储实现!-C language of Josephus and other issues. Chain store used to achieve!
约瑟夫环的算法
- 约瑟夫环的c语言算法-Josephus c language algorithm
约瑟夫环111
- 一个关于约瑟夫环的程序-one of the procedures Josephus
约瑟夫环问题link
- 学生初学,c实现约瑟夫环(圆桌问题),算法应该不是很高效,望各位高人看了改进改进!-beginner students, c achieve Joseph Central (round table), the algorithm should not be very efficient, a person looking to improve reading improvement!
约瑟夫环的答案
- 数据结构——约瑟夫环的答案算法实现程序源代码,望多多指教。-data structure -- Josephus answer algorithm source code, look exhibitions.
另类约瑟夫环2
- 这是关于约瑟夫环的一个程序,和其它的有些不同,希望大家指点指点。-This is the part of a Joseph procedures, and other somewhat different, we hope that the guidance instructions.
《约瑟夫序列》程序
- 约瑟夫环c++程序
数据结构 约瑟夫环实验报告
- 数据结构经典算法---约瑟夫环的完整版实验报告
约瑟夫环
- 约瑟夫环。
约瑟夫
- 如何正确的使用链表来解决约瑟夫环问题,数据结构(Solving Joseph ring problem by using linked list)
约瑟夫环
- 从语言课程设计递推法约瑟夫环,链式存储约瑟夫环(C language curriculum design data structure Joseph Central 1)
约瑟夫环
- 约瑟夫问题是一个经典的问题。已知n个人(不妨分别以编号1,2,3,...,n 代表)围坐在一张圆桌周围,从编号为 k 的人开始,从1开始顺时针报数1, 2, 3, ...,顺时针数到m 的那个人,出列并输出。然后从出列的下一个人开始,从1开始继续顺时针报数,数到m的那个人,出列并输出,...依此重复下去,直到圆桌周围的人全部出列。 输入:n,k,m 输出:按照出列的顺序依次输出出列人的编号,编号中间相隔一个空格,每10个编号为一行。 非法输入的对应输出如下
数据结构程序设计,里面包括有若瑟夫环
- 数据结构程序设计,里面包括有若瑟夫环,拓扑排序,各种内部排序比较,二叉树排序(带实验报告)(Data structure programming, including Joseph ring, topological sorting, various internal sorting comparisons, binary tree sorting (with experimental report))
约瑟夫环问题.cpp
- 数据结构课程约瑟夫问题的c语言求解。vs2013(Data structure course - Joseph problem - C language solution - vs2013)