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

搜索资源列表

  1. 约瑟夫环问题link

    0下载:
  2. 学生初学,c实现约瑟夫环(圆桌问题),算法应该不是很高效,望各位高人看了改进改进!-beginner students, c achieve Joseph Central (round table), the algorithm should not be very efficient, a person looking to improve reading improvement!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1001
    • 提供者:刘雪虎
  1. 约瑟夫环的答案

    0下载:
  2. 数据结构——约瑟夫环的答案算法实现程序源代码,望多多指教。-data structure -- Josephus answer algorithm source code, look exhibitions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3322
    • 提供者:郭菲菲
  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. 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. 约瑟夫环原码

    0下载:
  2. 约瑟夫环的原程序很好用的啊 我的程序是自己做的 考试还得了优呢 免费的 大家快来下载啊 -Josephus the original program with the good ah my own procedure is the examination of priorities? Need everyone to hurry free download ah
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:22880
    • 提供者:朱旭
  1. 用C语言写的约瑟夫环

    0下载:
  2. 数据结构课程设计,用C语言编写的约瑟夫环-data structure course design, preparation of the C language Josephus
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37017
    • 提供者:李火土
  1. 约瑟夫环c#

    0下载:
  2. .。。。。。。。。
  3. 所属分类:C#编程

    • 发布日期:2009-09-23
    • 文件大小:1667
    • 提供者:dc2008
  1. 约瑟夫环c++简单程序

    0下载:
  2. 约瑟夫环简单程序c做的,望大家参考下
  3. 所属分类:其他小程序

  1. 在控制台下实现约瑟夫环

    0下载:
  2. 在控制台下实现约瑟夫环。 编号为1,2,3,……,n 的 n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值 m,从第一个人开始按顺时针方向自1开始报数,报到 m时停止报数。报m的人出列,将他的密码作为新的 m 值,从他在顺时针方向上的下一个人开始重新报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。
  3. 所属分类:Windows编程

  1. 约瑟夫环算法

    0下载:
  2. 设编号为1,2,…,n(n>0)个人按顺时针方向围坐-圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m从第一个人开始顺时针方向自1起顺序报数。报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1起顺序报数.如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。附完整源代码。
  3. 所属分类:源码下载

    • 发布日期:2011-07-11
    • 文件大小:1104
    • 提供者:xyz543
  1. 约瑟夫环的c语言实现

    0下载:
  2. 所属分类:其它程序

  1. dangdang 约瑟夫环是一个数学的应用问题

    0下载:
  2. 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的 那个人出列 他的下一个人又从1开始报数,数到m的那个人又出列 依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (in numbers 1,2,3 ... n, respectively) sitting around
  3. 所属分类:电子政务应用

    • 发布日期:2017-05-25
    • 文件大小:8277995
    • 提供者:Margaret
  1. Joseph-Circle 用顺序表实现约瑟夫环

    0下载:
  2. 用顺序表实现约瑟夫环,对逐个删除的情况进行了特殊考虑,大家可以参考-With the sequence table to achieve Josephus, one by one remove the situation of special consideration, we can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:993872
    • 提供者:chen
  1. jone.rar

    0下载:
  2. 设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。运用循环单链表解决约瑟夫环问题。, Is equipped with n personally to encircle makes, presently starts from some person to count off, leaves ranks the number to the m person, meets from the next pers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:4637
    • 提供者:李子木
  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. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. TC

    0下载:
  2. 我们数据结构课上的一些作业 包括约瑟夫环和哈夫曼树之类的几个程序-Our data structure class operations, including some of Joseph Huffman tree rings and several procedures, such as
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:7273
    • 提供者:况峰
  1. yuesefuhuan

    0下载:
  2. 这是一个约瑟夫环的问题-This is a question of Joseph Central
  3. 所属分类:

    • 发布日期:2017-12-06
    • 文件大小:713
    • 提供者:张婷
  1. yuesefuhuan2

    0下载:
  2. 这也是一个约瑟夫环的问题-This is also a question of Joseph Central
  3. 所属分类:

    • 发布日期:2017-12-05
    • 文件大小:557
    • 提供者:张婷
  1. 用C++编写的约瑟夫环

    0下载:
  2. 用C++编写的约瑟夫环- Joseph link compiles which with C
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-10
    • 文件大小:802
    • 提供者:艾鹏
« 1 23 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com