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

Search list

[Data structsjosephus

Description: josephus问题,一个个的喊数,离席。-josephus problem
Platform: | Size: 528384 | Author: Freya | Hits:

[Data structsJosephus

Description: 自己写的约瑟夫环,C语言实现。已知n个人围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus Josephus
Platform: | Size: 5120 | Author: 巴斯腾 | Hits:

[Linux-Unixjosephus

Description: 利用红黑树结构来实现的josephus排列,复杂度为o(nlogn)-Red-black tree structure used to achieve the josephus arrangement
Platform: | Size: 2048 | Author: wuyu | Hits:

[Windows DevelopJosephus

Description: 解决JOSEPHUS问题的成功范例 文件编码没有错误-C++
Platform: | Size: 1024 | Author: 123 | Hits:

[Data structsJosephus

Description: 此代码能够利用循环链表解决约瑟夫问题并且为c++代码-This code can solve the Josephus problem using circular linked list and for the c++ code
Platform: | Size: 1024 | Author: 李万彬 | Hits:

[VC/MFCJosephus

Description: Josephus问题的描述,还望大家多多指教,谢谢(解题报告)-Josephus description of the problem, but we hope a lot of advice, thank you (problem-solving report)
Platform: | Size: 380928 | Author: huang | Hits:

[OtherJosephus

Description: 据说著名犹太历史学家 Josephus有过以下的故事:在罗马人占领乔塔帕特后,39 个犹太人与Josephus及他的朋友躲到一个洞中,39个犹太人决定宁愿死也不要被敌人到,于是决定了一个自杀方式,41个人排成一个圆圈,由第1个人开始报数,每报数到第3人该人就必须自杀,然后再由下一个重新报数,直到所有人都自杀身亡为止。 然而Josephus 和他的朋友并不想遵从,Josephus要他的朋友先假装遵从,他将朋友与自己安排在第16个与第31个位置,于是逃过了这场死亡游戏。 -Well-known Jewish historian Josephus said to have had the following story: After the Roman occupation Qiaotapate, 39 Jews and Josephus and his friends hid in a hole, 39 Jews were the enemy decided to' d rather die than not to, decided a suicide, 41 people arranged in a circle, starting from the first one reported the number of individuals, each reported the number to 3 people who have to commit suicide, and then re-reported by the next number, until all committed suicide death date. However, Josephus and his friends did not want to comply, Josephus first pretended to follow his friend, he arranged for friends and his 16th with the first 31 positions, so escaped death in this game.
Platform: | Size: 2048 | Author: Allan | Hits:

[Data structsJosephus.20101024

Description: 数据结构 Josephus.20101024-database Josephus.20101024
Platform: | Size: 1024 | Author: nissy | Hits:

[VC/MFCjosephus

Description: josephus 这是一个对josephus问题进行简单研究的小程序,对于初学C++的人,绝对是一个绝佳的选择-josephus josephus This is a simple problem of the small program for the novice C++ people, is definitely a great choice
Platform: | Size: 903168 | Author: 枭龙 | Hits:

[Data structsJosephus

Description: 单链表 与顺序表 实现的 josephus问题-Single list and order form algorithm implemented josephus
Platform: | Size: 9216 | Author: hawke | Hits:

[Mathimatics-Numerical algorithmsJosephus

Description: Josephus问题的一种线性表存储分析及算法 中国知网 论文 CAJ格式需CAJ软件打开 中国知网 有下载-Josephus problem analysis and a linear table storage algorithms
Platform: | Size: 27648 | Author: hawke | Hits:

[Data structsjosephus

Description: 约瑟夫算法,适合初步学习数据结构的同学了解递归调用的特点-josephus in C language
Platform: | Size: 234496 | Author: linmeng | Hits:

[CSharpJosephus

Description: 此源代码用于解决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++
Platform: | Size: 1024 | Author: logionion | Hits:

[Data structsJosephus

Description: 数据结构经典算法,约瑟夫环的完整版实验报告,C++语言编写-Classic data structure algorithms, the report of Josephus.
Platform: | Size: 12288 | Author: | Hits:

[Data structsJosephus

Description: 用C++实现Josephus约瑟夫问题,简单的小程序,供初学者参考-In C++ implementation Josephus Josephus problem, a small little program
Platform: | Size: 569344 | Author: Seraph6688 | Hits:

[Data structsJOSEPHUS

Description: 一个关于约瑟夫环问题的经典算法编程的C语言实现-the program about JOSEPHUS
Platform: | Size: 1024 | Author: leonkuang | Hits:

[Data structsJOSEPHUS

Description: 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Josephus is the application of a mathematical problem: Given n individuals (in numbers 1,2,3 ... n, respectively) sitting around a round table around. From the number of people began to report the number of k, the number to m the man out of the column his newspaper the next person and from a starting number, the number to the man and the m columns so regular repeated until the round table around were all out of line.
Platform: | Size: 1024 | Author: yyy | Hits:

[Data structsjosephus

Description: 约瑟夫环的实现,两种方法,数组和链表,主要实现约瑟夫环算法-Josephus the realization of two methods, arrays and linked lists. . . . . .
Platform: | Size: 3072 | Author: 郭立龙 | Hits:

[Data structsjosephus

Description: 数据结构经典约瑟夫环简单实现。学生时代自己做的-Simple data structures to achieve the classic Josephus. Student to do their own
Platform: | Size: 8192 | Author: shady | Hits:

[Data structsJosephus

Description: Josephus问题的基本实现,数据结构入门必学,简单易懂的数据结构程序-Josephus problem
Platform: | Size: 276480 | Author: yaoyajun | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 34 »

CodeBus www.codebus.net