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

搜索资源列表

  1. yuesefuhuan

    0下载:
  2. 数据结构的一个实验报告,约瑟夫环,含完整代码-The data structure of an experimental report, Joseph ring, containing the complete code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:24294
    • 提供者:gao
  1. Joseph-problem

    0下载:
  2. 约瑟夫环队的程序,其中包含四种不同的程序,包括带头结点,不带头结点的队列程序-Josephus team program, which includes four different programs, including to take the lead node does not take the lead in the queue of the node program
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11453
    • 提供者:周琳
  1. JosephSTL

    0下载:
  2. [转发]约瑟夫环问题的一种C语言的算法,STL链表解法。-[Forwarded] Josephus a C language algorithms, STL linked list solution.
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:2296
    • 提供者:贾世灵
  1. Josehpos

    0下载:
  2. [转发]约瑟夫环问题的不带头结点的循环链表解法,可以成功运行哒~-[Forwarded] Josephus problem does not take the lead in the solution of the circular linked list of nodes, you can successfully run da ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2800
    • 提供者:贾世灵
  1. Josehpos

    0下载:
  2. [转发]约瑟夫环问题的带头节点的循环链表的解法-[Forwarded] the solution of the circular linked list of the leading node of the Josephus problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2751
    • 提供者:贾世灵
  1. Josephus

    0下载:
  2. [转发]约瑟夫环问题的数组解法,很简单的一个算法。-[Forwarding] the Josephus array solution, a very simple algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2174
    • 提供者:贾世灵
  1. YueSeFuHuan

    0下载:
  2. 该代码实现了约瑟夫环,算法简单易懂,复杂度较低。-The code Josephus, the algorithm is straightforward, low complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:560140
    • 提供者:Nancy Ye
  1. Josephus

    0下载:
  2. 线性表实现约瑟夫(Josephus)环问题 VC实现-Linear table to achieve Joseph (Josephus), Central problems VC in
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构,简单的约瑟夫环的实现,VC++源代码,使用C/C++语言-Data structures, simple Josephus, VC++ the source code, using C/C++ language
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2302980
    • 提供者:shiwei
  1. Joseph

    0下载:
  2. 经典问题约瑟夫环,c循环解法,简单明了。-The classic problem Josephus, c cycle solution, straightforward
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:1144
    • 提供者:杰克
  1. Jose

    0下载:
  2. 实现约瑟夫环的程序。采用C语言编译。是数据结构的题目。参考严蔚敏-Joseph ring to achieve the program. Using C language compiler. Is the subject of the data structure. Reference YAN Wei-min
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:612
    • 提供者:郑雄均
  1. josephus

    0下载:
  2. 分别以数组指针和模拟指针的方法解决约瑟夫问题-Respectively pointer array pointer and simulation methods to solve the problem of Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:246486
    • 提供者:张超
  1. huan

    0下载:
  2. 约瑟夫环问题的代码。设有N个人围坐一圈,从某个人开始报数,数到M的人出列,接着从出列的下一个人开始重新报数,数到M的人又出列,如此下去,直到所有人都出列为止.试设计确定他们的出列次序序列的程序。-Joseph cycle problem code. With N individuals sitting around a circle, starting from the one person reported the number of people who count the column M
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:数小据
  1. jsf

    0下载:
  2. 说明:用单向循环链表解决约瑟夫问题,有源码,有分析注释-Descr iption: Josef problem solve with one-way circular linked list, source code, and Analysis Notes
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:30223
    • 提供者:ysy
  1. ConsoleApplication1

    0下载:
  2. 数据结构思密达 约瑟夫环思密达 链表的基本实现思密达-The linked list data structure thinking the secret Dayuesefu ring Smecta basic Smecta
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1484001
    • 提供者:ly
  1. Josephus

    0下载:
  2. 应用模板类编写的约瑟夫环求解程序。涉及类、循环链表的使用。-A solution of Josephus ring,written by C++.Involving template class,Circle linklist.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:521846
    • 提供者:shijianshi
  1. Josephus

    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 n (n> 0) i
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:6549
    • 提供者:梁颖
  1. JOSEPHUS

    0下载:
  2. 约瑟夫环问题的实际场景。已知n个人围坐在圆桌周围,从编号k的人开始报数,数到m的那个人出列,依次下去,直至全部出列。采用的解决方法是典型的循环链表的数据结构。-Josephus actual scene. Given n people sitting around the round table, starting from the number k reported number, the number to m the man out of the line, and go on, unti
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:868119
    • 提供者:mileycyrus
  1. Josephus

    0下载:
  2. 实现约瑟夫问题的4种算法,并有计时功能进行效率测试-4 algorithms to resolve Josephus Problem with timing counter for testing efficiency
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:770
    • 提供者:Seyer
  1. Joseph-problems

    0下载:
  2. 约瑟夫问题的一种描述为,编号为 1,2,3,……n 的n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1 开始顺序报数,报到m 时停止报数。报m 的人出列,将他的密码作为新的m 的值,从他在顺时针方向上的下一个人开始重新从1 报数,如此下去,直至所有的人全部出列为止。试设计一个程序求出出列顺序。-Joseph problems for a descr iption, number 1,2,3,......N n indi
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1220
    • 提供者:王尹晨
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 »
搜珍网 www.dssz.com