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

搜索资源列表

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

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

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:张彻
  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_ring

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

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

    0下载:
  2. 使用顺序存储的线性表解决约瑟夫(Josephus)问题-Use the table to solve the linear sequence of storage, Joseph (Josephus) problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2202
    • 提供者:安全卫士
  1. Josephus

    0下载:
  2. 约瑟夫问题,用数组、链表和模拟指针完成,使用输入输出流进行数据的载入-Joseph problems with arrays, linked lists and pointers to complete simulation, using the input and output streams of data loading
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:722
    • 提供者:拥夜
  1. Josph

    0下载:
  2. 约瑟夫环,利用单向循环链表存储结构模拟此过程,按照出列的顺序引出各人的编号。-Joseph Wan, using one-way linked list storage structure simulation of this process, according to the order of the columns leads to each number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1080
    • 提供者:wangjing
  1. Joseph

    0下载:
  2. 约瑟夫问题,四种解法,分别是静态链表,顺序表两种和循环链表-Joseph problems, the four solution, namely a static list, order form and the cycle of two lists
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3054
    • 提供者:daiminmin
  1. CircularLinkedList

    0下载:
  2. 循环链表的一些实现及基本操作 约瑟夫环及插入-Circular linked list some of the basic operations to achieve and Joseph Central and insert
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1358
    • 提供者:Earl
  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 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »
搜珍网 www.dssz.com