CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 约瑟夫环

搜索资源列表

  1. 约瑟夫环.rar

    0下载:
  2. 用C++编写的约瑟夫环
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:737
    • 提供者:
  1. 约瑟夫环

    0下载:
  2. 约瑟夫环-Josephus
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1004
    • 提供者:link
  1. 约瑟夫环的循环链表实现

    0下载:
  2. 约瑟夫环的循环链表实现,这个程序比较完整,有需要做试验的请速速下载。-Josephus cycle Chain achieved, the procedure is complete, the pilot needs to be done urgently requested to download.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5211
    • 提供者:山子
  1. 经典约瑟夫环问题c语言版

    0下载:
  2. 数据结构中解决约瑟夫环问题的代码,里面只有源代码,大家用TC2编译一下就可以用了:)。-data structure to solve the problem of Josephus code, only the source code, we use TC2 compiler can use it with a :).
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:954
    • 提供者:苏辉
  1. 约瑟夫环的算法

    0下载:
  2. 约瑟夫环的c语言算法-Josephus c language algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:806
    • 提供者:张张
  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. 用C语言写的约瑟夫环

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

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

    1下载:
  2. 数据结构经典算法---约瑟夫环的完整版实验报告
  3. 所属分类:数据结构常用算法

  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. 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. 用C++编写的约瑟夫环

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

    • 发布日期:2017-11-10
    • 文件大小:802
    • 提供者:艾鹏
  1. yuesefu

    0下载:
  2. 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve the Joseph link problem: Establishes to circulate Shan Lianbiao, assigns the point according to the smooth search, after
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:1138
    • 提供者:李子木
  1. 实习1.2

    0下载:
  2. 单循环存储结构实现约瑟夫环,n个人从1到n编码,然后围坐一圈,每人持有一密码-one-cycle storage structure to achieve Josephus, n individuals from 1 to n coding, and then sitting around a circle, each holding a password
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:961
    • 提供者:林枝
  1. Joseph

    0下载:
  2. 约瑟夫环源代码,C语言数据结构上机实习作业,保证正确哦!-Joseph Central source code, C language data structure on the machine operation training, and ensure the correct Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:35746
    • 提供者:summer
  1. 约瑟夫

    0下载:
  2. 如何正确的使用链表来解决约瑟夫环问题,数据结构(Solving Joseph ring problem by using linked list)
  3. 所属分类:数据结构

    • 发布日期:2017-12-25
    • 文件大小:171008
    • 提供者:yangben2015
  1. 约瑟夫环

    0下载:
  2. 约瑟夫问题是一个经典的问题。已知n个人(不妨分别以编号1,2,3,...,n 代表)围坐在一张圆桌周围,从编号为 k 的人开始,从1开始顺时针报数1, 2, 3, ...,顺时针数到m 的那个人,出列并输出。然后从出列的下一个人开始,从1开始继续顺时针报数,数到m的那个人,出列并输出,...依此重复下去,直到圆桌周围的人全部出列。 输入:n,k,m 输出:按照出列的顺序依次输出出列人的编号,编号中间相隔一个空格,每10个编号为一行。 非法输入的对应输出如下
  3. 所属分类:数据结构

  1. 数据结构程序设计,里面包括有若瑟夫环

    1下载:
  2. 数据结构程序设计,里面包括有若瑟夫环,拓扑排序,各种内部排序比较,二叉树排序(带实验报告)(Data structure programming, including Joseph ring, topological sorting, various internal sorting comparisons, binary tree sorting (with experimental report))
  3. 所属分类:数据结构

    • 发布日期:2020-04-28
    • 文件大小:31744
    • 提供者:孤独的老张
  1. 约瑟夫环问题.cpp

    0下载:
  2. 数据结构课程约瑟夫问题的c语言求解。vs2013(Data structure course - Joseph problem - C language solution - vs2013)
  3. 所属分类:数据结构

    • 发布日期:2021-01-05
    • 文件大小:1024
    • 提供者:魔法钥匙
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com