搜索资源列表
ldf19870326
- 一个没有错误的约瑟夫环问题的源代码,约瑟夫问题(Joseph)的一种描述方法是:编号为1,2,.......,n的n个人按顺时针方向围坐一个圈,每个人持人一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m的人出列。将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号
0509040433
- 数据结构课程设计约瑟夫环说明书,仅供参考
数据结构经典算法
- 数据结构经典算法,约瑟夫环问题,迷宫,哈夫曼编码等
yue
- 数据结构上机报告-约瑟夫环。内有详细的需求分析及、源码及测试结果。高质量!-Reported on data structures- Joseph Central. Inside there is a detailed needs analysis and, source code and test results. High quality!
f22
- 约瑟夫环,几个人围坐每个人有一个密码,依次按密码找到要离开的人-Joseph Wan, a few people around who have a password for each, followed by the password you want to leave people
yueshefu
- 数据结构C语言的约瑟夫环的报告!希望对大家有用!-C language data structure of the report of Joseph Ring! Useful for all of us hope!
1
- 清华大学严蔚敏老师《数据结构题集(C语言版)》实验 约瑟夫环 源代码-Tsinghua University, Yan Wei-min teacher " theme set the data structure (C language version)" Experimental Joseph Ring source code
yuesefuhuan
- 这是关于著名问题:约瑟夫环问题的一个解决方法,采用C++编程-This is about the well-known problem: Joseph Central, a solution to the problem, using C++ Programming
12
- 用C++实现约瑟夫环队列 希望对大家有用 -C++, achieving Joseph Central queue for all of us want to thank you
ll
- 约瑟夫环的设计问题,实验报告,源代码,算法分析-yuesefuhuan
joseph
- 用C语言实现了约瑟夫环,里面是函数接口,可以把里面函数复制应用至自己的程序里使用-Joseph C language with the ring, which is a function interface, which functions can be applied to replicate the program in the use of their own
Josephus-Problem
- 约瑟夫问题(Josephus Problem)据说著名犹太历史学家 Josephus有过以下的故事:在罗马人占领乔塔帕特后,39 个犹太人与Josephus及他的朋友躲到一个洞中,39个犹太人决定宁愿死也不要被敌人到,于是决定了一个自杀方式,41个人排成一个圆圈,由第1个人开始报数,每报数到第3人该人就必须自杀,然后再由下一个重新报数,直到所有人都自杀身亡为止。 然而Josephus 和他的朋友并不想遵从,Josephus要他的朋友先假装遵从,他将朋友与自己安排在第16个与第31个位置,于是逃过
yuese
- 约瑟夫环—数据结构 C++Joseph ring - data structure -Joseph ring- data structure C++ Joseph ring- data structure
Josephus
- Josephus环,解决约瑟夫环问题的执行过程-Josephus ring
JesephRing
- 约瑟夫环上机报告,设计一个程序模拟过程,并给出出列人的编号序列.-Josephus reports on the machine
yue-se-fu-huan
- 用c语言详细描述了约瑟夫环,感兴趣的可以看下,很不错。-C language with a detailed descr iption of Josephus, interested can look very good.
Joseph(new)
- 用伪链表实现约瑟夫环,其中的密码用的不是随机数,可以自行设置。-Joseph ring with pseudo list, the password is not used random number, you can set up their own.
Joseph-ring-problem-_CPP
- 约瑟夫环问题_C++约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列。他的下一个人又从1开始报数,数到m的那个人又出列。依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。-Joseph problem as follows: given n individuals (n>=1) sitting around a round table, sequence number the beginning
单链表约瑟夫
- 用单链表解决约瑟夫问题, 循环链表解决约瑟夫环 AC
约瑟夫环
- 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k(k<n)的人从1开始报数,数到m的那个人出列;他的下一个人从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。试设计算法按出列次序依次输出编号。(Known n individuals (numbered 1, 2, 3... N) are sitting around a round table. From the number of K (k<n) of people fro