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

搜索资源列表

  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. YSF

    0下载:
  2. 这是求解经典问题约瑟夫问的C++数据结构解法,结构清晰简单,便于新手上手。-This is a classic problem solving, Joseph asked C++ data structure solution, structure, clear and straightforward, easy to novice get started.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:645107
    • 提供者:hejianchao
  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. josephus

    0下载:
  2. 2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -2, Joseph (Josephus) Central Question: nu
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:868
    • 提供者:linew
  1. 1

    0下载:
  2. 约瑟夫问题 还好吧 数据结构的 自己编的 错了 请指教 -soso
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:618
    • 提供者:安强
  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. 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. 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. 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. 2-5-2

    0下载:
  2. 使用一般循环单链表(设立指向表位节点的指针)解决约瑟夫问题的算法-Single linked list using general circulation (the establishment of the node pointer points to the table spaces) to solve the problem of the algorithm Joseph
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1805
    • 提供者:安全卫士
  1. yuesefu

    0下载:
  2. 约瑟夫的俩种实现方法,一种是通过数组方式,一种是通过链表方式-Two ways of doing yuesefu,one is using shuzu,another is using link
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:505574
    • 提供者:zf
  1. yusefu

    0下载:
  2. 约瑟夫环的C语言程序,对于理解C语言编程思想的同学有一定的帮助-Joseph Central C language program, for understanding the C programming language has some ideas to help students
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:701
    • 提供者:贾学振
  1. joseph

    0下载:
  2. 约瑟夫环,可以完成一个游戏,已知初始的密码,和随机的数字,一个个排除人,左后剩下谁。-Joseph Ring
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:325315
    • 提供者:landiri
  1. 1

    0下载:
  2. 实现了大家都知道的约瑟夫环功能,是很简单的程序,但是可以供大家参考一下,也许效率很不错-Realize we all know, Joseph Ring function is very simple procedure, but you can for your reference, perhaps very good efficiency
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:20101
    • 提供者:张琳
  1. jonsef

    0下载:
  2. 用链表实现约瑟夫问题的求解,实现方式是链表-Using List in problem solving, Joseph, implementation is a linked list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:875
    • 提供者:daisy
  1. Josephproblems

    0下载:
  2. 通过循环链表结构来实现约瑟夫问题也可以有更多的应用-Achieved through the linked list structure of Joseph problems can have more applications
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:243603
    • 提供者:宋光
  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. Monking

    0下载:
  2. 实现猴子选大王问题,中心思想是约瑟夫算法-Many monkeys want to choose a king,so they choose the idea of roll calling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:686
    • 提供者:hitzhc
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com