CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 约瑟夫环问题

搜索资源列表

  1. ycf

    0下载:
  2. 约瑟夫环问题求解算法C语言源代码。学习算法的初学者可以-Joseph Ring Problem Solving Algorithm C language source code. Beginner can look at the learning algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:712
    • 提供者:古云端
  1. JOSEPHUS

    0下载:
  2. 著名的约瑟夫环问题,采用链表数据结构  已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。-well-known Josephus Problem,using link list method
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:93007
    • 提供者:宋歌
  1. Josephus

    0下载:
  2. 约瑟夫环问题:n个人围成一个圈开始报数,报到m的人出列,求出列的次序,并动画显示。-Josephus
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:54673
    • 提供者:杨梅
  1. yuesefuhuan

    0下载:
  2. 这是关于著名问题:约瑟夫环问题的一个解决方法,采用C++编程-This is about the well-known problem: Joseph Central, a solution to the problem, using C++ Programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:248169
    • 提供者:火鸟
  1. 2

    0下载:
  2. 利用循环链表解决约瑟夫环问题 可能会有不足之处 希望高手-Joseph Ring using circular linked list to solve the problem may be the inadequacies of hope to see master
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:534
    • 提供者:alex
  1. Joseph

    0下载:
  2. 利用单向循环链表解决约瑟夫环问题,按出列的顺序印出各人的编号。-The use of one-way circular linked list to solve the problem, Joseph Wan, according to the order of a column printed in each number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:959
    • 提供者:lzh
  1. Joseph

    0下载:
  2. 数据结构实验:用链表模拟约瑟夫环问题C语言 Joseph-Experimental data structure: the problem with the linked list C-ring analog Joseph Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:743
    • 提供者:zx
  1. Joseph

    0下载:
  2. 这是一个约瑟夫环问题,也可以看作是一个有趣的小游戏。有n个人围成一圈,每人手持一个密码;从第一个人开始报数,报到上限值就出列,并报出自己的密码,直到最后一个出列。-This is an issue of Joseph ring can also be seen as an interesting little game. There are n individuals form a circle, each armed with a password from the beginning th
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:174545
    • 提供者:Annie
  1. YUESEFU

    0下载:
  2. 用词语言编写的一个解决约瑟夫环问题的程序,仅供参考。-Written in terms of a solution to the problem of the process Joseph Central, for reference only.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:718
    • 提供者:王珂
  1. Joseph

    0下载:
  2. 约瑟夫环问题的源代码(数据结构),方便用来学习编程。-Joseph Ring problem' s source code (data structure) to facilitate for learning programming.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:822
    • 提供者:zyy
  1. josephus

    0下载:
  2. C语言实现的约瑟夫环问题,该问题的另一个名字叫做猴子选老大。-C language implementation of the Joseph cycle problem, the problem is another name is Hou Zi election boss.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1537
    • 提供者:hankun
  1. 03081148Josephus

    0下载:
  2. 约瑟夫环问题 n个小孩做成一圈 每个人有一个密码 有一个初始密码 顺时针转 转到者出列并把密码作为新的密码-Joseph Ring problem n kid everyone made a circle with a password to an initial password clockwise and the password are the column as a new password
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:530
    • 提供者:liuxuqi
  1. joseph

    0下载:
  2. 约瑟夫环问题(出圈游戏)。采用面向对象的方式实现。-Joseph Ring question (out of ring games). Object-oriented ways.
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:1092
    • 提供者:ruanwenzhong
  1. Atwodimensionalarrayofsaddlepoints

    0下载:
  2. 约瑟夫环问题、冒泡发排序、寻找二维数组鞍点,这三个小程序的学习性较高!-Joseph loop problem, bubbling hair, looking for a 2d array of saddle points, the three little program of higher learning!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1066
    • 提供者:紫色雨
  1. john

    0下载:
  2. 约瑟夫环问题,参考严蔚敏版数据结构,只含源码,无报告请见谅-Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1159
    • 提供者:hybintc
  1. Josephus

    0下载:
  2. 约瑟夫环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个正整数。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的号码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。-Joseph Central Question: numbered 1,2,3, ..., n of n individuals sitting around a circle clockwise
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1186
    • 提供者:雅静
  1. 251364762

    0下载:
  2. 约瑟夫环问题。很简单的一段代码,解决约瑟夫换问题。-Joseph cycle problem. Very simple piece of code to solve the problem for Joseph.
  3. 所属分类:书籍源码

    • 发布日期:2017-03-29
    • 文件大小:4624
    • 提供者:萧雨
  1. 1

    0下载:
  2. 双向循环链表解决约瑟夫环问题 -Two-way linked list to solve the problem, Joseph Wan, Central, two-way linked list to solve the problem, Joseph
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:nilaoba
  1. CLinkList

    0下载:
  2. 用链表实现约瑟夫环问题的C、C++程序。-Joseph Ring a linked list implementation issues C, C++ program.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1206
    • 提供者:
  1. Joseph

    0下载:
  2. 约瑟夫环问题的源代码,对你也许有用,希望能帮助你-Joseph loop problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:807
    • 提供者:周敏
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com