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

搜索资源列表

  1. exp1

    0下载:
  2. 3、 阅读《数据结构题集》P79 1.2约瑟夫环,理解约瑟夫环的定义。编写一个程序,该程序根据输入的命令行参数创建一个单循环链表表示的约瑟夫环,然后输出约瑟夫环出列的顺序。-3, read " data structures problem sets" P79 1.2 Joseph Central, to understand the definition of Joseph Ring. Write a program, the program based on the inp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1485784
    • 提供者:wanglin
  1. Josephus

    0下载:
  2. MFC编程实现约瑟夫环(编号为1—n的n个人按顺时针方向围坐一圈,首先从第m个人开始按顺时针方向从1开始依次报数,报到数m的人就出圈,然后再从他的下一个人开始,重新从1开始报数,报到m的人,再令其出列,一直到所有人都出圈为止。求出n个人的出列编号序列。)-MFC Programming Joseph Central (numbered 1-n n-person sitting clockwise circle, starting with the first m individuals to e
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:38906
    • 提供者:方荣富
  1. yuesefuhuan

    0下载:
  2. 用C语言写的约瑟夫环,希望给大家带来快乐-Joseph, written in C language with the ring, hoping to bring happiness to everyone
  3. 所属分类:Other windows programs

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

    0下载:
  2. 约瑟夫问题新解 A New Interpretation of the question, Joseph-A New Interpretation of the question, Joseph
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2694
    • 提供者:jiangke
  1. Josph

    0下载:
  2. 约瑟夫环的C/C++版本,用循环链表实现-Joseph Central C/C++ version, with the circular linked list implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1168
    • 提供者:QLF
  1. yuesefu

    0下载:
  2. 实现约瑟夫循环的c++实现,输入人数和相隔人数,输出最后剩下人数。-Achieve the Joseph cycle c++ implementation, the number and separated by the number of input and output number of the last remaining.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:93623
    • 提供者:吴文金
  1. ycf

    0下载:
  2. 约瑟夫环问题求解算法C语言源代码。学习算法的初学者可以-Joseph Ring Problem Solving Algorithm C language source code. Beginner can look at the learning algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:712
    • 提供者:古云端
  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. Joseph

    0下载:
  2. 约瑟夫问题,n个人围一个圈,输入m,每次第m个人被淘汰,留下的为胜利者-Joseph problems, n individuals are gathered in circles, type m, each time the first m individuals have been eliminated, leaving for the winner
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:370114
    • 提供者:wc
  1. linklist

    0下载:
  2. 线性表的向量存储结构来实现约瑟夫(Josephu)问题-Solving The Problem of Josephu using linklist
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1117
    • 提供者:王军
  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. joseph

    0下载:
  2. (数据结构作业)约瑟夫环游需要的同学拿去-Data structure operations around the needs of students Naqu Joseph
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:677
    • 提供者:王帅韬
  1. ysf

    0下载:
  2. 用C语言实现解决约瑟夫问题的一种方法,也许会对他人有启示。-C language implementation with a way to solve the problem, Joseph, and perhaps others, would be revealing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1067
    • 提供者:xj
  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. Josephus

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

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

    0下载:
  2. 试用分别用线性表的向量存储结构和链表存储结构来实现约瑟夫(Josephu)问题。约瑟夫问题如下: 设有n个人围坐圆桌周围。从某个位置上的人开始从1报数,数到m的人便出列,下一个人(第m+1个)又从1报数开始,数到m的人便是第2个出列的人,依次类推,直到最后一个人出列为止,这样就可以得到一个人员排列的新次序。例如,n=8,m=4,从第1个人数起,得到的新次序为48521376.-Trial were linear vector table storage structure and th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1023
    • 提供者:pengyunhui
  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 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com