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

搜索资源列表

  1. yuesefu..doc

    0下载:
  2. 约瑟夫环问题的另外一种解法,这种解法比线性法相对复杂一些-Joseph Central questions of another kind of solution, this solution than the linear method is relatively complex
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:10832
    • 提供者:denglihai
  1. Joseph

    0下载:
  2. 约瑟夫环问题: 设编号为1,2,…,n的人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报道m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 -Joseph Central question: Let numbered 1,2, ..., n the person clockw
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:672
    • 提供者:黄咋的
  1. ysf

    0下载:
  2. 这个小程序是用c++实现的约瑟夫环问题,也属于数据结构中的经典算法-This applet is used c++ to achieve the Joseph Central problems in the data structure is a classic algorithm. . .
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:138535
    • 提供者:杨少博
  1. Joseph_Central_issues

    0下载:
  2. 数据结构——约瑟夫环问题C++源代码和注释 。-Data structure- Joseph Central issues, C++ source code and notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:子米
  1. ysfh

    0下载:
  2. 约瑟夫环问题 很标准 输入很合理 数据结构课程设计内容-Joseph Central question is a very reasonable standard input data structure the content of the curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:648
    • 提供者:孙女喊叫
  1. yusefuhuan

    0下载:
  2. 解决Josephus(约瑟夫环)问题的pascal代码-Solve the Josephus (Joseph Central) in pascal code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:539
    • 提供者:changjian
  1. Experiment

    0下载:
  2. 约瑟夫环问题,N个人围成一圈,报数,数到M的人退出。求出出列序号,-joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:564
    • 提供者:chen
  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. 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 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com