搜索资源列表
joseph(选做题)
- 课程设计--魔阵问题-curriculum design -- the devil RUF issue
joseph
- 实现joseph环问题,用visual c++实现,希望对大家有用,谢谢分享
ex2-Joseph
- 约瑟夫问题求解 波形音频数据传送速率,其值为通道数×每秒数据位数×每样 本的数据位数/8。播放软件利用此值可以估计缓冲区的大小。
joseph
- 题目:约瑟夫环问题 一.问题描述 设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。试设计确定他们的出列次序序列的程序。
xhcl
- 小孩出列游戏。 小孩出列游戏,也称为joseph问题。一群小孩围成一个圆圈,任意设定一个数m,从其中某个小孩开始,顺时针方向开始数,每数到第m个小孩时,该小孩就离开,游戏一直进行到只剩最后一个小孩,该小孩便是游戏的胜者。 程序首先模拟生成一群孩子围成圆圈。然后实现游戏过程,获取最后的胜利者。 -Children out of the game out. Children out of line games, also known as joseph problem. Group of
约瑟夫问题1
- 绝对可以运行的程序 约瑟夫问题1-definitely can run the procedure Joseph a problem
Joseph
- 使用C++编写的解决约瑟夫问题的小程序.-The use of C++ Prepared to resolve the issue of Joseph applet.
Ysf
- Java版本的约瑟夫问题的求解,完整的netbeans项目-Java version of Joseph problem solving, complete NetBeans project
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
Yuesefu
- 约瑟夫环的问题,利用Java做的,开发坏境是netbeans。-Joseph Central issues, the use of Java to do the development of habitat is a bad netbeans.
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!
vb_josefu
- vb\模拟约瑟夫问题 包含题目,三个版本的源码 -vb \ Analog Joseph the question contains a subject, the three versions of the source code
sequencejosephus
- 代码采用顺序表的存储方法解决约瑟夫问题。-The code sequence-table storage method to solve the problem, Joseph.
Joseph
- 使用链表实现Joseph算法,即环形排序问题-Joseph Algorithm
Joseph
- 约瑟夫环问题的源代码(数据结构),方便用来学习编程。-Joseph Ring problem' s source code (data structure) to facilitate for learning programming.
Joseph
- 约瑟夫环问题的源代码,对你也许有用,希望能帮助你-Joseph loop problem
Joseph
- 解决约瑟夫环问题,是个简单的小程序 作为初学者必须掌握的方法-Solve the problem of Joseph Ring
约瑟夫问题-循环链表典型应用
- 约瑟夫问题-循环链表典型应用 n 个人围成一个圆圈,首先第 1 个人从 1 开始一个人一个人顺时针报数, 报到第 m 个人,令其出列。然后再从下一 个人开始从 1 顺时针报数,报 到第 m 个人,再令其出列,…,如此下去,求出列顺序。 求解: 假设 m = 3, n = 8 (1 2 3 4 5 6 7 8) 结果: 3 6 1 5 2 8 4 7(Joseph problem - typical application of circular list N peopl