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

搜索资源列表

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

    0下载:
  2. 约瑟夫环算法的c源码,编写可以参照网络。写法简单-Joseph Ring algorithm c source code, write the network can refer to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:171629
    • 提供者:郭伟
  1. yuesefu

    0下载:
  2. 关于约瑟夫环的C语言程序,可在VC++6.0上直接执行-yuesefuhuan
  3. 所属分类:.net

    • 发布日期:2017-04-13
    • 文件大小:3138
    • 提供者:xiaoxiao
  1. 2

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

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:飞天神
  1. 1

    0下载:
  2. 清华大学严蔚敏老师《数据结构题集(C语言版)》实验 约瑟夫环 源代码-Tsinghua University, Yan Wei-min teacher " theme set the data structure (C language version)" Experimental Joseph Ring source code
  3. 所属分类:Document

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

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

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

    0下载:
  2. 文件是一个对约瑟夫环的实现,运用了链表的数据结构对节点进行操作-the project is about the cometrue of Joseph huan using link to operate
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:702
    • 提供者:黄晓明
  1. 245724378

    0下载:
  2. 约瑟夫环的代码,经过我的修改,此代码属于最精练的约瑟夫换代码-Joseph ring code, after I modified this code are among the most refined of Joseph for the code
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1683880
    • 提供者:abc
  1. Joseph

    0下载:
  2. 约瑟夫环 c++实现 绝对正确 自己制作的~希望可以帮到你们-Joseph Ring
  3. 所属分类:OS Develop

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

    0下载:
  2. 约瑟夫环的实现. 用的循环数组. 数据结构与算法的编程练习.-Joseph Ring realized. With the cycle of the array. Data structures and algorithms programming exercises.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:15207
    • 提供者:water
  1. 12

    0下载:
  2. 用C++实现约瑟夫环队列 希望对大家有用 -C++, achieving Joseph Central queue for all of us want to thank you
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:645
    • 提供者:李航
  1. quan~`

    0下载:
  2. 这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人-this is a simple system for yuesefu loop
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:53309
    • 提供者:庞超慧
  1. 111

    0下载:
  2. 约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序-Joseph Wan, the use of the data structure in the chain structure. Please observe the specific source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:174170
    • 提供者:jian
  1. shuai

    0下载:
  2. 排序vc++实现,用于完成一个约瑟夫环,可以实现0到50000的任何人数和步长的计算。-Sort vc++ implementation for the completion of a Joseph Central, 0-50000 can be achieved in any number and step calculations.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2720140
    • 提供者:王杰
  1. Joseph

    0下载:
  2. 约瑟夫环的简单实现.猴子选大王的简单实现,用了指针-It is the simple realization of Joseph Ring.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1000
    • 提供者:leya
  1. joseph

    0下载:
  2. 这是一个数据结构的实习题,利用一个单链表求约瑟夫环,比较简单-This is a data structure of the internship title, using a single linked list seeking Joseph Central, relatively simple. .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:531
    • 提供者:zhang
  1. ysf

    0下载:
  2. 约瑟夫环 自编,无界面 希望可以交流一下 在C下运行 应该没问题-yuesefuhuan
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:179351
    • 提供者:shishi
  1. shujujiegou1

    0下载:
  2. 数据结构约瑟夫环的实验报告,程序源码自己写的,C语言开发-Joseph ring data structure experimental report, the program source code written in their own, C language development
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4585
    • 提供者:andy
  1. monkey

    0下载:
  2. 自己写的集猴子报数(约瑟夫环)和简单计算器于一体的程序,通过单击按钮实现功能切换。-My own set of monkeys reported number (Joseph Central) and a simple calculator in one program, by clicking the button to switch to achieve functionality.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:32200
    • 提供者:cc
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 39 »
搜珍网 www.dssz.com