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

搜索资源列表

  1. yuesefuhuan

    0下载:
  2. 一份不错的约瑟夫环实习报告,希望对大家有用。哈哈、-A good internship report Joseph ring and hope for all of us. Haha,
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:10901
    • 提供者:legoua
  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. link

    0下载:
  2. 这个是链表模拟约瑟夫环,刚刚那个是顺序表模拟的-This is a list analog Joseph Central, just the order of the table that is simulated
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:672
    • 提供者:zx
  1. jusef

    0下载:
  2. 约瑟夫环C语言源代码,主要讲述约瑟夫环的编写方法-Joseph Ring C language source code, mainly about the compilation of Joseph Ring
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:164494
    • 提供者:wang nana
  1. Joseph_Ring

    0下载:
  2. 这是一个关于约瑟夫环的经典程序,用C编写的-This is a classic ring on Joseph program, written using C
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:830
    • 提供者:xx
  1. 00

    0下载:
  2. 约瑟夫环数据结构实训内容 大学计算机专业实训内容-Joseph ring data structure the content of University Computer Training Professional Training Content
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:948
    • 提供者:wang
  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. shujujiegou

    0下载:
  2. 主要 文本格式化 数据结构 课题源码 绝对好用 可以格式化文本 还有其他很多源码 我一个学期的结晶 如 约瑟夫环 进制转换 z3回文判断等等 共有18个课题-The main subject of text formatting source data structure can be absolutely easy to use formatted text there are many other source I have one semester
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:16941
    • 提供者:大龙虾
  1. josef

    0下载:
  2. 约瑟夫环的代码,很好用,算法想尽,注释很多,是一份详尽的说法代码。-Joseph Ring of code, well used, algorithms tried, comments a lot, is a detailed statement the code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:177412
    • 提供者:jessica
  1. Joseph

    0下载:
  2. 约瑟夫环 约瑟夫问题的一种描述是:编号为1,2,3……的n个人按顺时针方向围坐成一圈,每人持有一个密码。一开始任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始报数,报到m停止报数。报m的人出列,将他的密码作为新的m值,从他顺时针方向的下一个人开始重新从1开始报数,如此下去,直到所有人全部出列。-Joseph Ring Joseph, a descr iption of the problem is: numbered 1,2,3 ... ... n-individual
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:515
    • 提供者:angela
  1. Practice1

    0下载:
  2. 约瑟夫环:利用单项循环链表存储结构模拟此过程,按照出列的顺序打印出各人的编号和密码。 -Joseph Ring: The single linked list storage structure simulation of this process, according to the order of the columns to print out each number and password.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3887
    • 提供者:李翔
  1. 1

    0下载:
  2. 数据结构约瑟夫环的实现1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-Implementation of data structures Joseph Central 1. The demonstration program, the number n should be arbitrary, at first, enter a value assigned t
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:652
    • 提供者:wwwqiushou
  1. Josef

    0下载:
  2. 约瑟夫环线性表实现,n个人围成一圈,数到m人退出。-Joseph Link of the table to achieve, n personal circle, the number of people out to the m.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1552
    • 提供者:yuer
  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. 约瑟夫环 visual c++ 编程 欢迎大家给与评价与订正-Joseph Central visual c++ programming are welcome to give evaluation and revision
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1111
    • 提供者:wangna
  1. wu

    0下载:
  2. 约瑟夫环 实现杀一个就拖走一个 知道自后一个幸运的没有被杀掉-Joseph Circle
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:84256
    • 提供者:wu
  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 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 39 »
搜珍网 www.dssz.com