搜索资源列表
joseph
- 这是经典的joseph算法,适用于小型数据的排序,对于大型数据速度较慢
joseph
- 实现joseph环问题,用visual c++实现,希望对大家有用,谢谢分享
Joseph
- Joseph环的经典算法,里面包括递归和公式算法和详细的讲解。
Joseph
- 使用C++编写的解决约瑟夫问题的小程序.-The use of C++ Prepared to resolve the issue of Joseph applet.
Joseph
- 一个关于约瑟夫环的程序,可以成功模拟约瑟夫环的原理。-Joseph Central on the procedure can be successfully simulated the principles of Joseph Central.
Joseph
- 约瑟夫环问题: 设编号为1,2,…,n的人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报道m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 -Joseph Central question: Let numbered 1,2, ..., n the person clockw
Joseph
- 本程序主要是约瑟夫问题。输入为总人数,然后分别输入每人的密码,最后输入第一次报数的上限。输出则是按出列的先后顺序输出编号。 实例 输入为 7 3 1 7 2 4 8 4 6 则对应输出为6 1 4 7 2 3 5-This procedure is the main problem Joseph. The total number of input, and then enter the password for each, and finally enter the
Joseph
- 实现约瑟夫环,可以提供无限的人数来玩这个游戏。-Joseph implementation ring, can provide an unlimited number of people to play the game.
joseph
- 实现约瑟夫环编程,且过程清晰,可以看到每一步的执行情况!-Joseph Central programming implementation, and the process clear, we can see the implementation of each step!
Joseph
- 数据结构实习,约瑟夫环的C++实现。在VC++6.0下编译成功。-Data structure internships, Joseph Central C++ to achieve. In VC++6.0 to compile the success of the next.
Josephus
- 模拟约瑟夫环,数据结构 为循环链表满足其算法的任何要求-Simulation Joseph Central, for the circulation list data structure to meet any requirements of the algorithm
joseph
- 约瑟夫环实现,用C编写,实现代码简单,多样,可以自动设置-Joseph Wan realized, prepared by C, the realization of the code is simple, diverse, you can automatically set
Joseph
- 约瑟夫问题新解 A New Interpretation of the question, Joseph-A New Interpretation of the question, Joseph
acmpku1012Joseph
- acm 北大1012用来处理Joseph问题,通过模拟枚举实现,算法高效!-acm Peking University 1012 to handle Joseph problems, achieved by simulating the enumeration, algorithms and efficient!
joseph
- (数据结构作业)约瑟夫环游需要的同学拿去-Data structure operations around the needs of students Naqu Joseph
Joseph
- 数据结构中的joseph游戏,通过线性表实现其功能-Data structure in the joseph games to achieve its function by a linear form
Joseph
- 约瑟夫环的简单实现.猴子选大王的简单实现,用了指针-It is the simple realization of Joseph Ring.
joseph
- 这是一个数据结构的实习题,利用一个单链表求约瑟夫环,比较简单-This is a data structure of the internship title, using a single linked list seeking Joseph Central, relatively simple. .
Joseph
- 使用链表实现Joseph算法,即环形排序问题-Joseph Algorithm
joseph
- 约瑟夫环 visual c++ 编程 欢迎大家给与评价与订正-Joseph Central visual c++ programming are welcome to give evaluation and revision
