搜索资源列表
josephus.1
- 描述:设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,抱m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 .算法思想: Jeseph函数是实现问题要求的主要函数,其算法思想是:从1至m对带头结点的单循环链表循环计数,到m时,输出该结点的编号值,,再从
030300329jose
- Josephus 排列问题定义如下:假设n 个竞赛者排成一个环形。给定一个正整数m,从某 个指定的第1 个人开始,沿环计数,每遇到第m 个人就让其出列,且计数继续进行下去。这 个过程一直进行到所有的人都出列为止。最后出列者为优胜者。每个人出列的次序定义了整 数1,2,…,n 的一个排列。这个排列称为一个(n,m)Josephus 排列。 例如,(7,3)Josephus 排列为3,6,2,7,5,1,4。-Josephus problem with the definition
yeshefu
- 这是一个实现约瑟夫环的功能的程序,用C语言编写的-This is a realization of Josephus the function of the program, prepared by the C language
yuesehu
- 此程序在VC界面上能实现约瑟夫环的功能,操作简单,便于用户使用-this procedure in VC interface to achieve Josephus functions, simple and user-friendly
jose_seqlist
- 是一个josephus的应用例子!-Josephus is one example of the application!
Josephus
- Josephus算法,在winform中实现!
啊容
- 基于C++的数据结构,用单链表实现约瑟夫环问题,单链表的实现-C-based data structure, to achieve single-Chain Josephus, the realization of single-linked list
约瑟夫环的答案
- 数据结构——约瑟夫环的答案算法实现程序源代码,望多多指教。-data structure -- Josephus answer algorithm source code, look exhibitions.
Josephus
- 有N个小孩围 成一圈并依次编号,教师指定从第M个小孩开始报数,报到第S个小孩即令其出列。然后从下一个孩子继续报数,数到第S个小孩又令其出列,如此直到只剩一个小孩。求小孩出列的先后顺序。-There are N child form a circle and followed by number of teachers designated M from the first child to start off, the first S to report that their child out
josephus
- 2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -2, Joseph (Josephus) Central Question: nu
Josephus
- 设n个人围坐在一个圆桌周围,现在从第s个人开始报数,数到第m个人,让他出局;然后从出局的下一个人重新开始报数,数到第m个人,再让他出局,……,如此反复直到所有的人全部出局为止。-Set n individuals sitting around a round table, and now reported from the starting number of individuals s, m the number to the individual, let him out then out
Josephus
- 此源代码用于解决Josephus问题的计算,并帮助初学者有效的学习掌握提高C++编程能力-The source code used to solve the problem of computing Josephus, and to help beginners improve effective learning to master programming skills in C++
Josephus-realizationagt
- <约瑟夫环的实现>采用线性链表实现 可以进行线性表元素的动态插入和删除-< Josephus realization> linear list can be linear table elements dynamically insert and delete
Josephus
- 使用C#编写的约瑟夫环的程序,配合严蔚敏版的《数据结构》中的实习1.2,有界面,运行于.Net 4.0的环境下。-The Josephus program written in C# with Yan Wei-min version of the data structure in the internship 1.2 interface running on Net 4.0 environment.
Josephus
- 约瑟夫环问题,用户输入M,N值,从1至N开始顺序循环数数,每数到M输出该数值,直至全部输出。-Josephus, the user input M, N values, each number to the start sequence and cycle count from 1 to N, M output the values, until all the output.
Josephus
- Josephus问题的各种解决方案,方便大家学习-Josephus problem solutions to facilitate learning
Josephus
- 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。-Joseph (Josephus) Central question: numbered 1,
Josephus
- 分别用公式法和链表这两种线性表实现约瑟夫环-Were linked with the formula method and linear table to achieve both Josephus
Josephus-problem
- 该程序能够根据使用者的需要,解决约瑟夫环问题。-The program can be based on user needs,to solve Josephus problem.
josephus
- 约瑟夫环具体算法,也就是俗称的土匪杀人算法-Josephus specific algorithm, also known as bandits kill algorithm