搜索资源列表
编制Josephus问题的程序
- 一、需求分析 (1)、以结构体变量linklist表示利用单循环链表建立的Josephus环变量。其中num表示链表中的元素号码,也即Josephus环问题中成员的号数。next表示指向下一个结点的地址指针。 (2)、人数n,每次出列人号数m,开始时的人的号数s均可设定。 (3)、按给定的数据输出Josephus环问题的解,把每次出列的人的号数输出到屏幕上 (4)、测试数据以n=8,m=4,s=1为例,则执行结果为:
约瑟夫环等问题
- 用C语言编写的约瑟夫环等问题.用链式存储实现!-C language of Josephus and other issues. Chain store used to achieve!
joseph环的程序实现
- 约瑟夫环的c++程序实现-Josephus c Program
约瑟夫环111
- 一个关于约瑟夫环的程序-one of the procedures Josephus
数据结构-排序 约瑟夫环
- 数据结构课程设计--排序和约瑟夫环-data structure course design-- sequencing and Josephus
约瑟夫环原码
- 约瑟夫环的原程序很好用的啊 我的程序是自己做的 考试还得了优呢 免费的 大家快来下载啊 -Josephus the original program with the good ah my own procedure is the examination of priorities? Need everyone to hurry free download ah
用C语言写的约瑟夫环
- 数据结构课程设计,用C语言编写的约瑟夫环-data structure course design, preparation of the C language 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 :).
约涩夫环终极版
- 约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。-Josephus final run files, suitable for users, having been formed to C language implementation document.
1.2约瑟夫环
- 编制一个演示约瑟夫环的程序-prepare a demonstration Josephus procedures
Josephus
- 面向对象的作业,面向对象的数据结构-约瑟夫环-Object-oriented operation, object-oriented data structure- Joseph Central
Josephus
- 约瑟夫环的具体操作,含有用java做链表的具体代码-Joseph Central, the specific operation, using java to do list that contains the specific code
Josephus
- Josephus 排列问题定义如下:假设n 个竞赛者排成一个环形。给定一个正整数m,从某 个指定的第1 个人开始,沿环计数,每遇到第m 个人就让其出列,且计数继续进行下去。这 个过程一直进行到所有的人都出列为止。最后出列者为优胜者。每个人出列的次序定义了整 数1,2,…,n 的一个排列。这个排列称为一个(n,m)Josephus 排列。-Josephus with the problem are defined as fol
Josephus
- 约瑟夫环 杀犯人的问题 从当前人开始数一个数 数到可以赦免 最后剩一个人被杀-Joseph Ring kill prisoners began a few from the current count to be a pardon of a person killed in the final residual
josephus
- 循环链表实现的约瑟夫环,主要语言是c语言,已运行通过仅供参考-Circulation list realize Joseph Central, the main language is c language, has been run through for reference only
Josephus
- 约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。(有详细注解)数据结构学习的好例子-Joseph ring known n individuals (identified by serial number 1,2,3 ... n, respectively) were si
Josephus
- java源代码,经典问题,约瑟夫环问题-java source code, the classic problem, the issue of Joseph Central
Josephus
- java的经典example——在java中用链表解决约瑟夫环问题~-solve Josephus problem in java
线性表操作
- 对线性表的一些操作,有一元多项式求和运算和Josephus环。参考《数据结构(java版)第4版》,内有题目文档。(Some operations on the linear table, there is a unary polynomial summation operations and Josephus ring. Refer to the data structure (Java Edition) Fourth Edition