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

搜索资源列表

  1. JOSPHS

    0下载:
  2. 采用带头结点的约瑟夫算法,存储结构采用单链表结构,无bug-using lead node Joseph algorithm, a single storage structure Chain structure, no bug
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8981
    • 提供者:ctp
  1. 约瑟夫

    0下载:
  2. #include void main() { int i,j,k,a[31],n=0; for(i=0;i<=30;i++) a[i]=0; k=1; for(i=1;i30) k=1; } a[k++]=1; if(k>30) k=1; //n++; } printf("%d\n",k); for(i=1;i<=30;i++) printf("%d ",a[i])
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-06-16
    • 文件大小:6406
    • 提供者:man001
  1. 数据结构18个常见算法

    0下载:
  2. 八皇后、斐波那契序列、约瑟夫环、二叉树的遍历(递归、终须、先序、后序、层次)、二叉树及树的深度、DFS、Prim构造最小生成树、常见排序算法(选择、折半插入、冒泡)、顺序查找、折半查找
  3. 所属分类:数据结构常用算法

  1. 约瑟夫环C++源代码

    0下载:
  2. 编号为1,2... n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向的下一个开始重新从1报数,如此下去,直至所有的人全部出列为止,设计一个程序求出出列顺序-The number of n, n individuals sitting around a circle in a clockwise direction, the per
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:671
    • 提供者:陈磊
  1. 约瑟夫环循环报数链表

    0下载:
  2. M个人围成一圈,从第一个人开始依次从1到N循环报数,当报到N的时候此人出圈,直到圈中只剩一人为止.要求按退出顺序给出原始编号-M personal circle, starting from the first person in turn reported from 1 to N number of cycles, N, when the report when the person out circle, circle until only one person so far. Requir
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-29
    • 文件大小:784
    • 提供者:夏天
  1. yosefu.rar

    0下载:
  2. 清华版数据结构实习题约瑟夫环的代码,下载的速度,Version of data structure Tsinghua internship Joseph Central title code, download the speed of
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:934
    • 提供者:fuxiangbo
  1. joke

    0下载:
  2. 约瑟夫环问题:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列。-Josephus problem: Let numbered 1,2,3, ... ..., n of n (n>
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2053
    • 提供者:陈玟
  1. josephu

    0下载:
  2. 用顺序表解决josephus(约瑟夫环)问题的算法-The Algorithm using the order form to solve josephus (Josephus)
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:147954
    • 提供者:zhangfei
  1. YSF_Head

    0下载:
  2. 这是带头结点的循环链表实现的约瑟夫环程序。-This is a circular linked list of nodes to take the lead implementation of Josephus program.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:180702
    • 提供者:wsx
  1. yuesefu

    0下载:
  2. 约瑟夫环问题:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列。-Josephus problem: Let numbered 1,2,3, ... ..., n of the n (n&
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:893132
    • 提供者:金庸
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环链式结构顺序结构实现 以及青蛙跳问题 和首尾相接换实现问题汇总-Josephus chain structure algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2799
    • 提供者:litian
  1. yuesefu

    0下载:
  2. 约瑟夫环的c++语言解决代码,visualc++6.0编译成功-Josephus' s c++ language with code, visualc++6.0 build success
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:538
    • 提供者:123
  1. josjos

    0下载:
  2. 约瑟夫问题(循环链表实现)15个数排成一排,从第一个开始,每到第四个,删除,问最后留下的数是原告的第几个数-kkk
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1889046
    • 提供者:王柳才
  1. Joseph

    0下载:
  2. 约瑟夫问题,用循环队列解决,从指定的第m个元素到第n个元素依次读出队列中的元素-Joseph problems, and use circular queue resolved, the first m from the specified element to the first n elements in turn to read out the elements of the queue
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1507
    • 提供者:王远
  1. JosephProblem

    0下载:
  2. 解决约瑟夫问题,很传统的题目了。方式很简洁,链表和数组两种数据结构-Solving Joseph Problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1794541
    • 提供者:王钊
  1. JOsEPH1

    0下载:
  2. 约瑟夫环-Joseph Central
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-03
    • 文件大小:870
    • 提供者:杜晓雨
  1. Joseh

    0下载:
  2. 约瑟夫问题的一个解法,主要利用数组来解决,代码为C++源代码。-Joseph A solution, the main use of the array to resolve the symbol C++ Source code.
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构&C++,约瑟夫环。是著名的约瑟夫想出来的。-Data Structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:6587
    • 提供者:shirley
  1. hello

    0下载:
  2. 约瑟夫环是学习单链表的一个比较好的垫脚石,是数据结构课程设计的一部分-Joseph is the study and a single list of a better stepping stone, is a data structure as part of the curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1076
    • 提供者:sunnydream
  1. wugexiaochengxu

    0下载:
  2. 有回文字判断,约瑟夫环,最大字符平台,快速排序,统计个人分数!!!都是些小程序,但是实现很好-Back to the text there to judge, Joseph Wan, the greatest characters platform, quick sort, statistics Personal Score! ! ! Procedures are small, but to achieve good
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5110
    • 提供者:章海翔
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 27 »
搜珍网 www.dssz.com