Welcome![Sign In][Sign Up]
Location:
Search - yuesefuhuan

Search list

[SourceCodeyuesefuhuan.rar

Description: 这是一个约瑟夫环的问题
Platform: | Size: 442 | Author: | Hits:

[Windows Developyuesefuhuan

Description: 这也是数据结构的经典问题编程,通过这个编程让大家初步了解数据结构的类型的定义。-This data structure is a classic problem of programming, Through this program so that we understand the preliminary data structure of the type definition.
Platform: | Size: 935 | Author: 家句 | Hits:

[Other resourceyuesefuhuan

Description: 本演示程序演算约瑟夫环问题,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。
Platform: | Size: 1004 | Author: 毕小凯 | Hits:

[Otheryuesefuhuan

Description: 一个数据结构的课程设计文件,C编写.内容为:约瑟夫环
Platform: | Size: 41533 | Author: 张辉 | Hits:

[File Operateyuesefuhuan

Description: 检测简单的运算表达式,例如加减乘除,得到实型的结果
Platform: | Size: 21817 | Author: lau tim | Hits:

[CSharpyuesefuhuan

Description: 一桌人报数,报到即出列, 是数据结构线性循环列表的应用
Platform: | Size: 1202 | Author: cindycherry19 | Hits:

[Otheryuesefuhuan

Description: 数据结构试验报告 约瑟夫环 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1,2,,...,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从l报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 基本要求: 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 测试数据: m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4(正确的出列顺序应为6,l,4,7,2,3,5)。
Platform: | Size: 37917 | Author: riverphoenix | Hits:

[CSharpyuesefuhuan

Description: 这是一段用vc编辑的约瑟夫环的 源代码
Platform: | Size: 905 | Author: 龚海泉 | Hits:

[Other resourceyuesefuhuan

Description: 约瑟夫环 1. 以单项循环链表存储结构模拟约瑟夫环问题。即编号为1、2、3…、n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。按出列顺序印出各人编号。 2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。
Platform: | Size: 5708 | Author: xiaoxi | Hits:

[Other resourceyuesefuhuan

Description: 关于数据结构的一个算法问题,主要解约瑟夫环问题,拿出来分享,希望能为大家提供帮助
Platform: | Size: 977 | Author: li | Hits:

[Other resourceYueSeFuHuan

Description: C++编的数据结构问题,关于约瑟夫环问题。经典问题。
Platform: | Size: 7987 | Author: 秦尧 | Hits:

[Otheryuesefuhuan

Description: 约瑟夫环程序,也就是猴子选大王问题,运行结果正确
Platform: | Size: 1236 | Author: 韩飞 | Hits:

[Other resourceyuesefuhuan

Description: 约瑟夫环问题,设计一个程序求出出列顺序 基于VISUAL C++开发
Platform: | Size: 871 | Author: zhangqin | Hits:

[SourceCodeyuesefuhuan

Description: 这是一个约瑟夫环的问题-This is a question of Joseph Central
Platform: | Size: 0 | Author: 张婷 | Hits:

[Data structsyuesefuhuan

Description: 本演示程序演算约瑟夫环问题,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-The demo program Joseph Central calculus problem, the number n should be arbitrary, we must first enter a value assigned to the initial reported that the maximum number of m, the procedure should be able to automatically save a list of the serial number of people and held out the password given to m, again as reported maximum number of such cycles, until all that far out.
Platform: | Size: 1024 | Author: 毕小凯 | Hits:

[Otheryuesefuhuan

Description: 一个数据结构的课程设计文件,C编写.内容为:约瑟夫环-A data structure of the curriculum design document, C preparation. Says: Joseph Central
Platform: | Size: 41984 | Author: 张辉 | Hits:

[Data structsyuesefuhuan

Description: 约瑟夫环 1. 以单项循环链表存储结构模拟约瑟夫环问题。即编号为1、2、3…、n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。按出列顺序印出各人编号。 2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。 -err
Platform: | Size: 5120 | Author: xiaoxi | Hits:

[Data structsyuesefuhuan

Description: C#实现的约瑟夫环的问题 感兴趣的可以看一下-C# to achieve the Joseph Central questions could be of interest to look at
Platform: | Size: 15360 | Author: ymt | Hits:

[Data structsYueSeFuHuan

Description: JAVA 数据结构和算法 约瑟夫环问题 经典!-yuesefuhuan
Platform: | Size: 1024 | Author: linge | Hits:

[Data structsyuesefuhuan

Description: 约瑟夫环 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-this is yuesefuhuan
Platform: | Size: 7168 | Author: channy14 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net