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

搜索资源列表

  1. JosephRing

    0下载:
  2. 约瑟夫环:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选 一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列, 将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为 止。编程打印出列顺序。-Joseph Wan: No. 1,2,3, ..., n of n individuals according to a clockwise direct
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:887
    • 提供者:cathy
  1. f22

    0下载:
  2. 约瑟夫环,几个人围坐每个人有一个密码,依次按密码找到要离开的人-Joseph Wan, a few people around who have a password for each, followed by the password you want to leave people
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:1010
    • 提供者:停雨
  1. yuesefu

    0下载:
  2. 数据结构中约瑟夫环的实验报告,包括相应的c++语言实现代码-Joseph Central data structures in the experimental reports, including the corresponding c++ language code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:16457
    • 提供者:
  1. C_some_algorithms

    0下载:
  2. c,c++的一些算法,包括八皇后问题,约瑟夫环的算法,十字链表等等。-c, c++ some algorithms, including eight queen problem, the algorithm Joseph Central, Cross, etc. list.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:960051
    • 提供者:曹玉新
  1. JosephRing

    0下载:
  2. 约瑟夫环   是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Joseph Ring
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:893530
    • 提供者:yangjie
  1. shixi1.2

    0下载:
  2. 数据结构题集实习1.2 约瑟夫环 清华大学 严蔚敏-Training set data structure 1.2 title Joseph Wei-Min Yan, Tsinghua University, Central
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:130394
    • 提供者:jiaqi
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环的代码实现。有输入检错功能,能处理开始密码为1的情况,输入非数字的字符将报错!-Joseph Ring code. Input error function, the beginning of the password to be able to handle the case of 1, enter non-numeric characters will be error!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1504
    • 提供者:zhangguifa
  1. shuyjujiegousheji1.6

    0下载:
  2. 数据结构设计,约瑟夫环程序设计,自认为写的还不错!-Data structure design, Joseph Central programming, since that' s also good to write!
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:225078
    • 提供者:小新
  1. yueshefu

    0下载:
  2. 数据结构C语言的约瑟夫环的报告!希望对大家有用!-C language data structure of the report of Joseph Ring! Useful for all of us hope!
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:12087
    • 提供者:
  1. jusefu

    0下载:
  2. 约瑟夫环解法非常短,很强大,利用栈堆,数据结构基础知识-Joseph Central solution is very short and very powerful, the use of stack heap, the basic knowledge of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:772
    • 提供者:zex
  1. shujujiegoudaima

    0下载:
  2. 内涵约瑟夫环迷宫算法 源代码 希望对你学习有所帮助-Connotation Joseph Central maze algorithm source code would like to help you learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:994138
    • 提供者:caoweifeng
  1. VCshujuku

    0下载:
  2. 约瑟夫环求解 约瑟夫环求解 约瑟夫环求解-Joseph Joseph Central, Central, solving solving solving Joseph Joseph Central, Central, Central Solving Solving Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:681
    • 提供者:杨波
  1. Josephus

    0下载:
  2. 关于约瑟夫环的实验设计报告,实验目的,源码-Joseph Central on the report of the experimental design
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8023
    • 提供者:micmon
  1. ysfh

    0下载:
  2. 约瑟夫环问题 很标准 输入很合理 数据结构课程设计内容-Joseph Central question is a very reasonable standard input data structure the content of the curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:648
    • 提供者:孙女喊叫
  1. yuesefuhuan

    0下载:
  2. 通过链表的插入和删除实现约瑟夫环,熟练掌握数据结构的基础内容.-Through the linked list insertion and deletion of the achievement of Joseph Wan, the master data structure based on content.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:648
    • 提供者:kdw
  1. yusefuhuan

    0下载:
  2. 解决Josephus(约瑟夫环)问题的pascal代码-Solve the Josephus (Joseph Central) in pascal code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:539
    • 提供者:changjian
  1. Josephus

    0下载:
  2. 模拟约瑟夫环,数据结构 为循环链表满足其算法的任何要求-Simulation Joseph Central, for the circulation list data structure to meet any requirements of the algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:171099
    • 提供者:zhouxiaoming
  1. Experiment

    0下载:
  2. 约瑟夫环问题,N个人围成一圈,报数,数到M的人退出。求出出列序号,-joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:564
    • 提供者:chen
  1. huibianyuyan

    0下载:
  2. 武汉理工大学汇编语言课程设计约瑟夫环程序的设计-Wuhan University of Technology Joseph assembly language curriculum design process design ring
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:77084
    • 提供者:田永兴
  1. ysfh

    0下载:
  2. 约瑟夫环 有一种游戏叫约瑟夫换,本程序用c++实现约瑟夫环游戏-Central Joseph Joseph have a game called for, the procedures for using c++ to achieve Joseph Central game
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:890259
    • 提供者:love暖色
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 39 »
搜珍网 www.dssz.com