CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Josephus

搜索资源列表

  1. yuesefusi

    0下载:
  2. 约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。试设计一个程序,按出列顺序印出各人编号。 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 -Josephus (Josephus) a
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1054
    • 提供者:谢双春
  1. Josephus-problem

    0下载:
  2. 设编号为1-n的n(n>0)个人按顺时针方向围成一圈.首先第1个人从1开始顺时针报数,报m的人(m 为正整数).令其出列。然后再从他的下一个人开始,重新从1顺时针报数,报m的人,再令其出列。如此下去,直到圈中所有人出列为止。求出列编号序列。-Numbered 1-n set of n (n> 0) Personal clockwise circle. First Person 1 1 clockwise report the number of people reported to
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1085583
    • 提供者:王丹
  1. Josephu

    0下载:
  2. 代码用于解决特殊的约瑟夫环的问题,运用了链表,占和队列。- Code is used to address the special problems of Josephus, the use of the list, accounting and queues.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1371
    • 提供者:周姜波
  1. JosephuCircle

    0下载:
  2. 约瑟夫环问题,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
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:JustForYou
  1. Josephus

    0下载:
  2. 约瑟夫问题,输入总人数n,输入每隔m个人出列一个,按出列顺序输出每人的原始序号。-Joseph problems, enter the total number n, m input every individual out of a column, press the column order number of the original output per person.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:188746
    • 提供者:刘昊岩
  1. 0base-agorithm(3)

    0下载:
  2. 零基础C++算法编程3,包括约瑟夫环、括号匹配、鸡兔共笼等简单算法的代码-Zero-based C++ programming algorithm 3, including Josephus, bracket matching, chicken, rabbit cage and other simple comm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:7776
    • 提供者:qwertyuiop
  1. Josephus-circle

    0下载:
  2. 上海交大电子工程系数据结构作业之一:约瑟夫环-Electronic Engineering, Shanghai Jiaotong University, one of the data structure of the job: Joseph Central
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:5057
    • 提供者:张杰
  1. DS_TEST1

    0下载:
  2. 数据结构代码合集:包括约瑟夫环、逆置单链表、合并顺序链表以及求交集。绝对原创代码。-Collection of data structure of the code include: Josephus, set against the single list, order list and merge the intersection. Absolutely original code.
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:20798
    • 提供者:peter
  1. met

    0下载:
  2. 经典约瑟夫环游戏,系统随机生成每个人的密码,输入开始的数字,从第一个开始报数,报到目标数字被淘汰,并将其密码作为新的目标报数,直至所有人被淘汰,输出淘汰顺序-Josephus classic game system randomly generated each person' s password, enter a start number, starting with the first message number, report target figures to be elimi
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1411
    • 提供者:江雪
  1. JosephCircle

    0下载:
  2. 约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-Josephus (Josephus problem) is the application of a mathematical problem: Given n individuals (identified by serial number 1,2
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:824917
    • 提供者:李成龙
  1. wirhproblem

    0下载:
  2. 这是一个Josephus问题的C++代码,用双向链表实现,很好-This is a c++ code, Josephus problem with two-way linked list implementation, is very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:Ingrtd
  1. vbsvzutelyzgood

    0下载:
  2. 用数组解JOSEPHUS问题的程序源码,绝对没有错误,很好,不错-With an array of JOSEPHUS problem of program source code, there is absolutely no wrong, is very good, good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:unitiinglatiwn
  1. dpzsvou

    0下载:
  2. 用数组解JOSEPHUS问题的程序源码,绝对没有错误,很好,不错-With an array of JOSEPHUS problem of program source code, there is absolutely no wrong, is very good, good
  3. 所属分类:Other systems

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:Eliine
  1. 0445898

    0下载:
  2. 这是一个Josephus问题的C++代码,用双向链表实现,很好-This is a c++ code, Josephus problem with two-way linked list implementation, is very good
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:iitm_170078
  1. JOSEPHUS

    0下载:
  2. 约瑟夫环问题源代码 约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列 他的下一个人又从1开始报数,数到m的那个人又出列 依此规律重复下去,直到圆桌周围的人全部出列。通常解决这类问题时我们把编号从0~n-1,最后结果+1即为原问题的解。-Joseph ring problem source code Joseph s ring (Joseph s problem) is a mathem
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:791205
    • 提供者:
  1. Josephus

    0下载:
  2. 约瑟夫环编程C语言实现:N个人围城一桌(首位相连),约定从1报数,报到数为k的人出局,然后下一位又从1开始报,以此类推。最后留下的人获胜。(有很多类似问题,如猴子选代王等等,解法都一样)(Joseph ring programming, C language implementation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:12288
    • 提供者:wanzuren001
  1. wvth-linked-list

    0下载:
  2. 这是一个Josephus问题的C++代码,用双向链表实现,很好(This is a c + + code, Josephus problem with two-way linked list implementation, is very good)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:peccmqositiqn
  1. sbsreprogramsource

    0下载:
  2. 用数组解JOSEPHUS问题的程序源码,绝对没有错误,很好,不错(With an array of JOSEPHUS problem of program source code, there is absolutely no wrong, is very good, good)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:bquatizn
  1. 73493695

    0下载:
  2. 用数组解JOSEPHUS问题的程序源码,绝对没有错误,很好,不错()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:marshak
  1. 80993800

    0下载:
  2. josephus算法 n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目,解法有数组法等等, 其实,这就是jos()
  3. 所属分类:大数据

    • 发布日期:2018-01-06
    • 文件大小:92160
    • 提供者:gueena
« 1 2 ... 20 21 22 23 24 2526 »
搜珍网 www.dssz.com