搜索资源列表
yosegh
- 该程序是数据结构中的链表应用,即约瑟夫环的小游戏.-the program is the data structure Application List, Josephus small game.
Joseph_ring20120813
- 约瑟夫环问题的c++解决方法,包括双向链表和单向链表两种解决方法。-Josephus problem c++ solutions, including the doubly linked list, singly linked list are two workarounds.
josephus_b
- Josephus alqoritm made using microsoft studio 2008 The implementation is oki.
Josephus
- 解决约瑟夫问题的一个较为简单的例子的源代码。-Joseph problems to solve a relatively simple example of the source code.
main
- 计算约瑟夫环,本程序是一个控制台程序,能够计算出约瑟夫环。-compute the Josephus
Josephus
- 实现约瑟夫环,输入总个数和开始报数序号以及间隔,输出一个出队队列-Josephus, enter the total number and start reporting the number of serial interval, the output of a team queue
Josephus
- 简单的约瑟夫环和复杂的约瑟夫环问题的代码。-Simple Joseph ring and complex Joseph ring problem code
JoseQuestion
- 约瑟夫环问题求解 约瑟夫环问题的具体描述是:设有编号为1,2,……,n的n(n>0)个人围成一个圈,从第1个人开始报数,报到m时停止报数,报m的人出圈,再从他的下一个人起重新报数,报到m时停止报数,报m的出圈,……,如此下去,直到所有人全部出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。-Josephus Josephus problem solving specific descr iption is: has numbered 1, 2, ...... n n (n
JosephusProblem
- 用C程序解决约瑟夫斯问题,是一个出现在计算机科学和数学中的问题。在计算机编程的算法中,类似问题又称为约瑟夫环。-In computer science and mathematics, the Josephus Problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game.
ysfhcPP
- 约瑟夫环,大学的c++算法实验,做一个约瑟夫环的源码-Josephus, the University of c++ algorithm experiment, make a source of Josephus
Josephus
- 约瑟夫环的实现,算法是自己写的,简单小程序-Josephus realization algorithm is to write a simple little program
Josephus
- 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。(必须用链表)-Joseph (Josephus) Central question: numb
josephus
- 约瑟夫环运作如下:1、一群人围在一起坐成环状(如:N)2、从某个编号开始报数(如:K)3、数到某个数(如:M)的时候,此人出列,下一个人重新报数4、一直循环,直到所有人出列,约瑟夫环结束-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a round table. From the n
josephusGame
- 约瑟夫游戏,基于boost库,实现了完全符合开闭原则的工厂模式,学习工厂模式可以作为参考。-josephus games
josephus
- Josephus问题的解决,N个人的队列,从第M个开始数到K就出列,最后的人胜出-the solve of Josephus problem
JosephuCircle
- 约瑟夫环问题,N个人围成一圈,从任意一个人开始报数,报到M的人从船上跳到水里,直到船上剩下指定的人数,求出最后剩下的人的编号-Josephus problem, N personal circle, began to count off any person, to report M man jumped into the water the boat until the specified number of people remaining on board, find the numb