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

搜索资源列表

  1. 18796456564

    0下载:
  2. 约瑟夫环!C语言数据结构实习报告用的-Josephus! C language data structures internship with the report!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3446
    • 提供者:xing
  1. 27796712532730

    0下载:
  2. C++语言,约瑟夫环实验报告,里面有详细介绍.-C language, Josephus experimental report, which has a detailed briefing.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8019
    • 提供者:xiangxi
  1. josephreport

    0下载:
  2. 这个是比较完整的实验报告。是关于约瑟夫环的,希望能得更多的加分。-this was more complete experimental report. Josephus is on the hope of more of the points.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:561895
    • 提供者:xiangxi
  1. yuesefuhuan

    1下载:
  2. 数据结构试验报告 约瑟夫环 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1,2,,...,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从l报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 基本要求: 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37917
    • 提供者:riverphoenix
  1. yuesefuboagao

    0下载:
  2. 约瑟夫环实验报告,c语言实现,数据库的一部分。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8248
    • 提供者:范冰冰
  1. 01guofengniu

    0下载:
  2. 约瑟夫环问题 计算机组成原理课程设计 包含报告和源程序段
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:225254
    • 提供者:asfd
  1. 约瑟夫环数据结构实验报告

    0下载:
  2. C语言数据结构课程设计约瑟夫环1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-C language curriculum design data structure Joseph Central 1. The demo program, the number of n for arbitrary, and the first to be assigned to
  3. 所属分类:C#编程

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

    0下载:
  2. 约瑟夫环的代码加实验报告 根据严蔚敏c语言版本的课后实验题目要求做的 希望对大家有帮助 -Joseph Central Experimental report code plus YAN Wei-Min c language version of the after-school experiment required the subject to all of us hope for help
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:33945
    • 提供者:michelleKT
  1. YUESEFUHUAN

    0下载:
  2. 约瑟夫环的程序设计,完整的实验报告,包括调试结果。得到验证过的。-Joseph Central program design and complete experiments, including testing results. Be verified.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:25127
    • 提供者:洋洋
  1. yuesefu

    0下载:
  2. 约瑟夫试验报告,以前做的,西望望对大家加有用-Joseph test reports done before, the West looked at for all of us plus useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:17405
    • 提供者:dingfeng
  1. yuesefu

    0下载:
  2. 约瑟夫环数据结构实验报告 数据结构课程设计 包括debug和实验报告,源程序, -Joseph Central Experimental report data structures data structure including the curriculum design debug and test reports, source code,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:177684
    • 提供者:小南
  1. shujujiegou1

    0下载:
  2. 数据结构约瑟夫环的实验报告,程序源码自己写的,C语言开发-Joseph ring data structure experimental report, the program source code written in their own, C language development
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4585
    • 提供者:andy
  1. yuesefuhuan

    0下载:
  2. 一份不错的约瑟夫环实习报告,希望对大家有用。哈哈、-A good internship report Joseph ring and hope for all of us. Haha,
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:10901
    • 提供者:legoua
  1. joseph

    0下载:
  2. 用链表解决约瑟夫问题。 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 其中包括一个实验报告,介绍了编程思路和输出结果截图。-List to resolve Joseph. Josephus is the application of a mathematical problem: Given n in
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:37578
    • 提供者:huang
  1. Josephus

    0下载:
  2. 用C++实现约瑟夫环,由用户动态输入密码。有实验报告。-With C++ achieve Josephus, by the users enter a password. Experimental report.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:13909
    • 提供者:安陌
  1. 2012IE_03031201_2012300689

    0下载:
  2. 约瑟夫问题 这是17世纪的法国数学家加斯帕在《数目的游戏问题》中讲的一个故事:15个教徒和15 个非教徒在深海上遇险,必须将一半的人投入海中,其余的人才能幸免于难,于是想了一个办法:30个人围成一圆圈,从第一个人开始依次报数,每数到第九个人就将他扔入大海,如此循环进行直到仅余15个人为止。问怎样排法,才能使每次投入大海的都是非教徒。 含C语言大报告-Josephus problem which is the 17th-century French mathematician Gaspar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:383079
    • 提供者:薛文琦
  1. 第二章

    0下载:
  2. 给出了约瑟夫问题和数据结构链表习题的代码和报告说明(The code and report explanation of Joseph problem and data structure linked list exercises are given)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:51200
    • 提供者:UsainBolt
搜珍网 www.dssz.com