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

搜索资源列表

  1. yuesefuhuan2

    0下载:
  2. 这也是一个约瑟夫环的问题-This is also a question of Joseph Central
  3. 所属分类:

    • 发布日期:2017-12-05
    • 文件大小:557
    • 提供者:张婷
  1. YSF

    0下载:
  2. 约瑟夫问题-The Joseph cycle problem.
  3. 所属分类:

    • 发布日期:2017-11-10
    • 文件大小:1188
    • 提供者:陈理
  1. 用C++编写的约瑟夫环

    0下载:
  2. 用C++编写的约瑟夫环- Joseph link compiles which with C
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-10
    • 文件大小:802
    • 提供者:艾鹏
  1. yuesefu

    0下载:
  2. 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve the Joseph link problem: Establishes to circulate Shan Lianbiao, assigns the point according to the smooth search, after
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:1138
    • 提供者:李子木
  1. 约瑟夫问题1

    1下载:
  2. 绝对可以运行的程序 约瑟夫问题1-definitely can run the procedure Joseph a problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:7289
    • 提供者:涛涛
  1. Joseh

    0下载:
  2. 约瑟夫问题的一个解法,主要利用数组来解决,代码为C++源代码。-Joseph A solution, the main use of the array to resolve the symbol C++ Source code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:6233
    • 提供者:link
  1. c++

    0下载:
  2. c++源代码,包括约瑟夫问题、万年历的实现、用C++编写通讯录、螺旋方阵的输出、分形算法和一个编程大赛试题等等。-c++ source code, including Joseph problems, the realization of calendar with C++ the preparation of contacts, the output of square spiral, fractal algorithm and a programming contest questions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5225
    • 提供者:阿铁
  1. josepRing

    0下载:
  2. joseph环。任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1开始报数,如此下去,直到所有人全部出列为止-joseph ring. Tasks: number is 1,2, ... ..., n of the n individuals in accordance with th
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:55777
    • 提供者:zhang shun
  1. Josephus

    0下载:
  2. java源代码,经典问题,约瑟夫环问题-java source code, the classic problem, the issue of Joseph Central
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:10796
    • 提供者:zhaopengfei
  1. Josephus.java

    0下载:
  2. Josephus.java,是java课程的实验2 求解约瑟夫环问题-Josephus.java, is a java course experiment 2 Joseph Cycle Problem Solving
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2202
    • 提供者:叶毅
  1. yuesefu

    0下载:
  2. 约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止-A descr iption of Joseph is: No. 1,2, ..., n of n individuals according to a clockwise direction ar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:44224
    • 提供者:王军
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环问题:任给正整数N和K,按下述方法可以得到1,2, …,n的一个置换,将数字1,2,…,n环形排列,按顺时针方向自1开始报数,报到K时输出该位置上的数字,并使其出列。然后从他在顺时针方向的下一个数字继续报数,如此下去,直到所有的数字全部出列为止。例如N=10,K=3,则正确的出列顺序应为3,6,9,2,7,1,8,5,10,4。-Joseph Central questions: any given positive integer N and K, the following met
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1032
    • 提供者:刘慧
  1. image_registration

    0下载:
  2. edited by Joseph Hajnal, David Hawkes and Derek Hill. Part 1. Methodology.Part 2. Applications of rigid-body registration.Part 3. Techniques and applications of non-rigid registration
  3. 所属分类:GIS program

    • 发布日期:2017-05-17
    • 文件大小:4930828
    • 提供者:陈晨
  1. yuesefu

    0下载:
  2. 实现的是对约瑟夫问题的c语言编程,实现的简单而且易懂。-Realized the problem of Joseph c language programming, to achieve the simple and easy to understand.
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:960
    • 提供者:leo
  1. Jesephus

    0下载:
  2. 解决约瑟夫环的问题,并输出出圈的顺序。约瑟夫环的大小是任意的。-Joseph Ring solve problems, and the output of the loop sequence. Joseph ring size is arbitrary.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1303
    • 提供者:张三
  1. yuesefu

    0下载:
  2. 经典的约瑟夫问题,呵呵,大家应该很熟悉不过了 ,不过还是值得看看! -Joseph classic problem, huh, huh, we should be very familiar, but it is still worth to see!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2829
    • 提供者:刘建昆
  1. Joseph

    0下载:
  2. 是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Is the application of a mathematical problem: n known individuals (in numbers 1,2,3 ... n, respectively) were sitting around on a r
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:18003
    • 提供者:小杉
  1. 1

    0下载:
  2. 约瑟夫环算法,可以利用此算法解决栈存储的约瑟夫环问题.-Joseph loop algorithm, can use this algorithm to solve the storage stack Joseph Central problems.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:wxg
  1. HBBG

    0下载:
  2. 用初等相似变换将一般实矩阵约化为赫申伯格矩阵-Using elementary similarity transformation will be about the general real matrix into a matrix of Joseph Berger Shanghai
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:980
    • 提供者:张帆
  1. hello

    0下载:
  2. 约瑟夫环是学习单链表的一个比较好的垫脚石,是数据结构课程设计的一部分-Joseph is the study and a single list of a better stepping stone, is a data structure as part of the curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1076
    • 提供者:sunnydream
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 41 »
搜珍网 www.dssz.com