CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 约瑟夫

搜索资源列表

  1. yosegh

    0下载:
  2. 该程序是数据结构中的链表应用,即约瑟夫环的小游戏.-the program is the data structure Application List, Josephus small game.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:842
    • 提供者:liujie
  1. TEST1_Joseph

    0下载:
  2. 实验内容:约瑟夫环(Joseph)问题的一种描述是:编号为1、2、3……n的n个人按照顺时针方向围坐一圈,没人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按照顺时针的方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph circle
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:884099
    • 提供者:吴坤
  1. Josephe2

    0下载:
  2. 数据结构中经典的约瑟夫问题的解决算法。简单易懂-Data structure in the classical algorithm to solve the problem of Joseph.
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1370416
    • 提供者:王冰华
  1. Joseph_ring20120813

    0下载:
  2. 约瑟夫环问题的c++解决方法,包括双向链表和单向链表两种解决方法。-Josephus problem c++ solutions, including the doubly linked list, singly linked list are two workarounds.
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5258533
    • 提供者:沈宙
  1. ysf

    0下载:
  2. 约瑟夫的C++ 在windows操作系统下的算法用VC来实现,算法简单效率较高-Joseph' s C++ in the windows operating system to use VC to implement the algorithm, the algorithm simple and efficient
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:579
    • 提供者:eis
  1. Josephus

    0下载:
  2. 解决约瑟夫问题的一个较为简单的例子的源代码。-Joseph problems to solve a relatively simple example of the source code.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:755
    • 提供者:luolizi
  1. sequencejosephus

    0下载:
  2. 代码采用顺序表的存储方法解决约瑟夫问题。-The code sequence-table storage method to solve the problem, Joseph.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:732
    • 提供者:luolizi
  1. main

    0下载:
  2. 计算约瑟夫环,本程序是一个控制台程序,能够计算出约瑟夫环。-compute the Josephus
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:516
    • 提供者:郭军
  1. JosephProblem

    0下载:
  2. 解决约瑟夫问题,有n个小孩报数,报到规定数时就被罚下,依次显示被罚下小孩的编号-To solve the Josephen Problem,the children who get the number was put will be out in all n,present the number of children was out.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1178
    • 提供者:Leeton
  1. Josephus

    0下载:
  2. 实现约瑟夫环,输入总个数和开始报数序号以及间隔,输出一个出队队列-Josephus, enter the total number and start reporting the number of serial interval, the output of a team queue
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:251378
    • 提供者:meng
  1. Joson20121015

    0下载:
  2. 解决算法设计中的约瑟夫问题,用C++编写实现。程序中包含注释,具有较高的可读性。适合于初学者学习。-Solve the algorithm design Joseph C++ prepared to achieve. Included in the program notes, has a high readability. Suitable for beginners to learn.
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:967970
    • 提供者:liubin
  1. Josephus

    0下载:
  2. 简单的约瑟夫环和复杂的约瑟夫环问题的代码。-Simple Joseph ring and complex Joseph ring problem code
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:174727
    • 提供者:zhangyi
  1. jos

    0下载:
  2. 约瑟夫环出列问题,古罗马竞技场选择幸存者不杀头经典问题-Josepth problem s solution....eh very very very good
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:4787620
    • 提供者:李开发
  1. JoseQuestion

    0下载:
  2. 约瑟夫环问题求解    约瑟夫环问题的具体描述是:设有编号为1,2,……,n的n(n>0)个人围成一个圈,从第1个人开始报数,报到m时停止报数,报m的人出圈,再从他的下一个人起重新报数,报到m时停止报数,报m的出圈,……,如此下去,直到所有人全部出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。-Josephus Josephus problem solving specific descr iption is: has numbered 1, 2, ...... n n (n
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:1020
    • 提供者:冯读庆
  1. Joseph_console

    0下载:
  2. 这是VC++6.0环境下的约瑟夫控制台程序,用C语言编写的。-Joseph VC++6.0 environment console program written in C language.
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:170335
    • 提供者:chedongjuan
  1. JosephusProblem

    0下载:
  2. 用C程序解决约瑟夫斯问题,是一个出现在计算机科学和数学中的问题。在计算机编程的算法中,类似问题又称为约瑟夫环。-In computer science and mathematics, the Josephus Problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game.
  3. 所属分类:Console

    • 发布日期:2017-12-06
    • 文件大小:99733
    • 提供者:王旺
  1. ysfhcPP

    0下载:
  2. 约瑟夫环,大学的c++算法实验,做一个约瑟夫环的源码-Josephus, the University of c++ algorithm experiment, make a source of Josephus
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1544933
    • 提供者:wl
  1. YueSeFu

    0下载:
  2. 约瑟夫问题,用java简单实现的,要简单点的话,已经OK了。有指导运行,有注释。-Joseph problem
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2988
    • 提供者:王启
  1. Josephus

    0下载:
  2. 约瑟夫环的实现,算法是自己写的,简单小程序-Josephus realization algorithm is to write a simple little program
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:437709
    • 提供者:蓝色
  1. Josephus

    0下载:
  2. 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。(必须用链表)-Joseph (Josephus) Central question: numb
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:100225
    • 提供者:syw
« 12 »
搜珍网 www.dssz.com