CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - josephus algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - josephus algorithm - List
[
CSharp
]
josephus.1
DL : 0
描述:设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,抱m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 .算法思想: Jeseph函数是实现问题要求的主要函数,其算法思想是:从1至m对带头结点的单循环链表循环计数,到m时,输出该结点的编号值,,再从该结点的下一个结点起重新自1起循环计数;如此下去,直到单循环链表空时循环过程结束。 -Description : Let numbered 1, 2, ..., n (NGT; 0) clockwise direction by individuals sitting around a circle, each holding a positive integer code. At the beginning of a given arbitrary reported few limits on m, started from the first clockwise direction from the starting sequence reported a few, when they report back m reported few, hold out the m out from the clockwise direction in the next personal re-order starting from a newspaper; This situation continues until all people so far shown up. Asked to design a simulation of this process, and give out the number of people out sequence. . Algorithm thinking : Jeseph function is to seek to achieve the main function of the algorithm is thinking : m from a right to take the lead in the 19th nodes Listless cycle count, m, the output node number
Date
: 2008-10-13
Size
: 20.54kb
User
:
王俊
[
Other
]
Josephus算法
DL : 0
用JAVA写的一个小算法! 实现了出局的人数小于循环的人数~!·-using Java to write a small algorithm! Achieved less than the number out of circulation ~!
Date
: 2008-10-13
Size
: 1.27kb
User
:
Alan
[
Other
]
ysfh1
DL : 0
约瑟夫环 数据结构算法啊 这学期学的 这是我们的上机实验作业 -Josephus algorithm data structure ah this semester of this school is on the experimental aircraft operations huh
Date
: 2008-10-13
Size
: 39.43kb
User
:
cool
[
Other resource
]
669584474
DL : 0
约瑟夫环算法C语言源代码。希望对大家有帮助。-Josephus algorithm C language source code. We want to help.
Date
: 2008-10-13
Size
: 1.06kb
User
:
ffff
[
Other resource
]
约瑟夫(josehus)问题
DL : 0
约瑟夫环的数据结构算法 VC++6.0实现-Josephus algorithm data structure VC + + 6.0
Date
: 2008-10-13
Size
: 18.92kb
User
:
杜超
[
ComboBox
]
用循环单链表解决josephus问题的算法
DL : 0
用循环单链表解决josephus问题的算法-cyclic single linked list of issues to resolve Josephus Algorithm
Date
: 2008-10-13
Size
: 1.37kb
User
:
吕梁
[
ComboBox
]
用循环单链表解决josephus问题的算法
DL : 0
用循环单链表解决josephus问题的算法-cyclic single linked list of issues to resolve Josephus Algorithm
Date
: 2025-07-13
Size
: 1kb
User
:
吕梁
[
Other
]
Josephus算法
DL : 0
用JAVA写的一个小算法! 实现了出局的人数小于循环的人数~!·-using Java to write a small algorithm! Achieved less than the number out of circulation ~!
Date
: 2025-07-13
Size
: 1kb
User
:
Alan
[
source in ebook
]
669584474
DL : 0
约瑟夫环算法C语言源代码。希望对大家有帮助。-Josephus algorithm C language source code. We want to help.
Date
: 2025-07-13
Size
: 1kb
User
:
ffff
[
Windows Develop
]
Josephus
DL : 0
Josephus算法。 -Josephus algorithm.
Date
: 2025-07-13
Size
: 2kb
User
:
aa
[
CSharp
]
Josephus
DL : 0
Josephus算法,在winform中实现!-Josephus algorithm, in WinForm to achieve!
Date
: 2025-07-13
Size
: 33kb
User
:
duwei
[
JSP/Java
]
Josephus
DL : 0
解约瑟夫环问题,最基础的一种数据结构算法。-Solution Joseph Central issues the most basic algorithm for a data structure.
Date
: 2025-07-13
Size
: 2kb
User
:
黎瑞
[
Data structs
]
josephus
DL : 0
josephus算法的C++实现,是具体数学中一种很重要的数学思维-josephus algorithm in C++, is the specific mathematics in a very important mathematical thinking
Date
: 2025-07-13
Size
: 543kb
User
:
饶慧娟
[
Data structs
]
josephus
DL : 0
josephus算法各个功能实现,包含.h文件,一共三个文件两个c-Josephus algorithm each functional implementation, include. H file, a total of three file two CPP
Date
: 2025-07-13
Size
: 650kb
User
:
帅
[
Data structs
]
Josephus
DL : 0
Josephus算法实现,VC++实现,主要用到了循环链表,对于学习数据结构很有用处-Josephus algorithm, VC++ implementation, the main use of the circular linked list is useful for learning data structures
Date
: 2025-07-13
Size
: 5kb
User
:
Joy
[
source in ebook
]
Josephus
DL : 0
Josephus小算法,自己下载吧。希望有用呀!~-Josephus algorithm download. Seek to help! ~
Date
: 2025-07-13
Size
: 1kb
User
:
郑志坤
[
Data structs
]
josephus
DL : 0
算法与数据结构——josephus 算法与数据结构实现josephus算法-Algorithms and Data Structures- josephus Algorithms and Data Structures josephus algorithm
Date
: 2025-07-13
Size
: 178kb
User
:
jiliang
[
Data structs
]
Josephus
DL : 0
清华大学出版社 殷人昆 数据结构 第二章后习题答案 Josephus 算法C++ 实现-Implementation of Josephus algorithm in C++ language
Date
: 2025-07-13
Size
: 3.53mb
User
:
杨智
[
Data structs
]
Josephus
DL : 0
一个经典的约瑟夫环游戏算法,每个人抽到的数都不同-A classic game Josephus algorithm, the number of each person are different pumped
Date
: 2025-07-13
Size
: 1kb
User
:
杨静
[
Data structs
]
josephus
DL : 0
通过c语言数组算法解决josephus问题,m个人围成一圈,从第一个小孩开始顺时针方向每数到第n个小孩时这个小孩离开,最后剩下的小孩是胜利者。求第几个小孩为胜利者(C language array algorithm to solve the Josephus problem, m individual circle, from the first child began to count clockwise every n children, the child left, and finally the remaining child is the winner. A few kids for victory)
Date
: 2025-07-13
Size
: 4kb
User
:
靇笙
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.