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

搜索资源列表

  1. 约瑟夫环问题.rar

    0下载:
  2. 所属分类:语音合成与识别

    • 发布日期:
    • 文件大小:1888
    • 提供者:
  1. 计算机—2004级—3班—04100138—韩磊—约瑟夫环

    0下载:
  2. 本程序是大学本科计算机专业的《数据结构》中的上机操作实验之一。-this program is a college computer professional "data structure" to operate on the experimental one.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:韩林
  1. yuesefuhuanwenti

    0下载:
  2. 约瑟夫环问题。从这个程序可以学习到结构体的应用及指针的应用,当然还有算法了-Josephus problem. This procedure can learn the structure of the application and the target application and, of course, the algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1431
    • 提供者:hxj1984
  1. ysfh1

    0下载:
  2. 约瑟夫环 数据结构算法啊 这学期学的 这是我们的上机实验作业 -Josephus algorithm data structure ah this semester of this school is on the experimental aircraft operations huh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40375
    • 提供者:cool
  1. josphproblem

    0下载:
  2. 约瑟夫问题的源码 经过调试 想和大家交流心得-Joseph after the source debugging and we would like to exchange experience
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17070
    • 提供者:流风回雪
  1. yusefu123456

    0下载:
  2. 利用visual c++ 来实现“约瑟夫问题”-use to achieve visual c "Joseph"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1058
    • 提供者:赵仁义
  1. Josephus01

    0下载:
  2. 约瑟夫问题,很想为本站做点贡献,同时也想向各位哥哥姐姐学习-Joseph, like the site, donated, but also would like to study brother and sister
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5222
    • 提供者:石志芳
  1. Yueshefu

    0下载:
  2. 一个汇编语言编写的程序,用来实现约瑟夫环,编写此程序时的具体问题是猴子选大王-an assembly language prepared by the procedures used to achieve Joseph Central, this program will prepare specific issues in the election monkey king
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1567
    • 提供者:帝¢林
  1. 约瑟夫环问题

    0下载:
  2. 这是解决约瑟夫圜的程序. 注释:这是本人自己编写的.不足之处请各位大哥大姐多多指教,另外请注意版权问题.-Joseph won the procedures. Note : This is my own prepared. Deficiencies Department asked Big Brother Big Sister to the exhibitions, and to copyright issues.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2155
    • 提供者:望天
  1. 2_8.c

    0下载:
  2. 约瑟夫环问题 采用C语言编写 没有用链表 而是用数组实现-Josephus problem using C language does not use chain instead of the array to achieve
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:
  1. Josephu

    0下载:
  2. 该程序能够解决约瑟夫问题,即n个人围成一圈,每m个人出局一人,求出出列的顺序,并且求出最后留下哪个人-procedures to solve the problem of Joseph, n individuals form a circle, every individual out of the game, a m, sought out the order out, and which was obtained last person
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1684
    • 提供者:qinminghai
  1. yuecefuhuan

    0下载:
  2. 实验题目 约瑟夫环 一、 实验目的 用一个循环链表来实现约瑟夫环问题 二、 实验内容 编号为1,2,……,n的n个人按顺序时针方向围坐一圈,每个人吃一个密码。一开始任选一个整数作为报数上限值m,从第一个人开始顺时针自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向上的下一个人开始重新从1报数,如此下去直到所有人全部出列。 三、 需求分析 输入m=20;n=7,7个人的密码依次是:3,1,7,2,4,8,4,出列顺序为:6,1,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8244
    • 提供者:李爱春
  1. guess_and_problem

    0下载:
  2. 歌德巴赫猜想,爱因斯坦问题,马克思问题,约瑟夫问题,角谷猜想
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:2069
    • 提供者:乔浩辰
  1. xiaochengxu

    0下载:
  2. 约瑟夫问题:有n只猴子,按顺时针方向围成一圈选大王(编号从1到n),从第1号开始报数,一直数到m,数到m的猴子退出圈外,剩下的猴子再接着从1开始报数。就这样,直到圈内只剩下一只猴子时,这个猴子就是猴王,编程求输入n,m后,输出最后
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6419
    • 提供者:swifter
  1. Youshefu

    0下载:
  2. vc程序完成约瑟夫问题。/*约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。*/
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1516
    • 提供者:魏洪
  1. joseph

    0下载:
  2. joseph,著名的约瑟夫环问题,学C的都应该知道
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:liu
  1. 另类约瑟夫环2

    0下载:
  2. 这是关于约瑟夫环的一个程序,和其它的有些不同,希望大家指点指点。-This is the part of a Joseph procedures, and other somewhat different, we hope that the guidance instructions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:952
    • 提供者:算法分析
  1. 约瑟夫环

    0下载:
  2. 约瑟夫环。
  3. 所属分类:汇编语言

  1. Cpp1

    1下载:
  2. 约瑟夫环问题:设有编号为1,2,3……n的n个人顺时针方向围坐一圈,每人有一密码(正整数)。开始时给出一报数上限m,从编号为1的人开始报数,报m的人出列;以后将出列者的密码作为新的m,从顺时针方向紧挨着他的下一个人开始报数……直至所有人出列。-Joseph Central question: has numbered 1,2,3 ... ... n of n individuals clockwise around a circle, each have a password (positive
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:832
    • 提供者:markob
  1. yuesefuhuan

    0下载:
  2. 这是我们班做的数据结构的课程设计约瑟夫环 -This is our class to do the data structures curriculum design Joseph Ring
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-04
    • 文件大小:251245
    • 提供者:李香花
« 12 3 4 »
搜珍网 www.dssz.com