搜索资源列表

  1. 7.约瑟夫环

    0下载:
  2. 约瑟夫环的问题,这是一个比较经典的编程实例,我做了一个小程序来实现了其算法-Joseph Central, which is a more classical programming examples, I had a small program to achieve its algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7061
    • 提供者:赵麟
  1. 约瑟夫环问题(数组法)

    0下载:
  2. 约瑟夫问题的求解方案,经典-Joseph solving the problem, classic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14321
    • 提供者:齐玉祥
  1. 约瑟夫环等问题

    0下载:
  2. 用C语言编写的约瑟夫环等问题.用链式存储实现!-C language of Josephus and other issues. Chain store used to achieve!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1949
    • 提供者:幽浮
  1. 约瑟夫环问题

    0下载:
  2. 这是解决约瑟夫圜的程序. 注释:这是本人自己编写的.不足之处请各位大哥大姐多多指教,另外请注意版权问题.-Joseph won the procedures. Note : This is my own prepared. Deficiencies Department asked Big Brother Big Sister to the exhibitions, and to copyright issues.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2155
    • 提供者:望天
  1. 用c实现的约瑟夫环问题

    0下载:
  2. 约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始数起,每数到第D个犯人,就拉出来处决,然后再数D个,数到的人再处决———直到剩下的最后一个可赦免。 发展的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,但这N个人每人持有一个密码,他有一条荒唐的法律,将犯人站成一个圆圈,法官先给出一个密码M,从第S个人开始数起,每数到第M个犯人,就
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:曾德胜
  1. yuesefuhuan

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

    • 发布日期:2024-05-05
    • 文件大小:0
    • 提供者:张婷
  1. yuesefuhuan2

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

    • 发布日期:2024-05-05
    • 文件大小:0
    • 提供者:张婷
  1. 约瑟夫环问题

    0下载:
  2. 这是解决约瑟夫圜的程序. 注释:这是本人自己编写的.不足之处请各位大哥大姐多多指教,另外请注意版权问题.-Joseph won the procedures. Note : This is my own prepared. Deficiencies Department asked Big Brother Big Sister to the exhibitions, and to copyright issues.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:望天
  1. 李森数据结构作业

    0下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non- recursive algorithm, Dye
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:19456
    • 提供者:李森
  1. yosf

    0下载:
  2. 约瑟夫环的问题 包括指定人数.指定间隔. 呵呵.-Joseph Central issues include specified number. The designated intervals. Ha ha.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:小猫咪
  1. Yueshefu

    0下载:
  2. 一个汇编语言编写的程序,用来实现约瑟夫环,编写此程序时的具体问题是猴子选大王-an assembly language prepared by the procedures used to achieve Joseph Central, this program will prepare specific issues in the election monkey king
  3. 所属分类:汇编语言

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:
  1. 456456413786

    0下载:
  2. 数据结构课程设计打包下载,包括两个1.约瑟夫环 2.最小生成树问题!!!我已经交给老师,发给大家参考一下-data structure course design package download, including two one. Josephus 2. The minimum spanning tree problem! ! ! I was handed over to the teachers, to your referen
  3. 所属分类:数据库编程

    • 发布日期:2024-05-05
    • 文件大小:8192
    • 提供者:xing
  1. 05055413

    0下载:
  2. 这是一个用C++语言编写的约瑟夫环问题,旁附说明,已在测试环境下成功通过-This is a C language of Josephus, adjacent to report stated that the testing environment has been successfully adopted
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:忆ぁ夜
  1. ysf

    0下载:
  2. 约瑟夫环,使用链表解决约瑟夫环的数据结构问题。-Joseph Wan, the use of linked lists of data to resolve Joseph ring structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:北辰
  1. Josephus

    0下载:
  2. 解约瑟夫环问题,最基础的一种数据结构算法。-Solution Joseph Central issues the most basic algorithm for a data structure.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:黎瑞
  1. Yuesefu

    0下载:
  2. 约瑟夫环的问题,利用Java做的,开发坏境是netbeans。-Joseph Central issues, the use of Java to do the development of habitat is a bad netbeans.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:13312
    • 提供者:邹保林
  1. Joseph

    0下载:
  2. C++源码_约瑟夫环问题(做了个简单的版本,可供学习参考)。-C++ source code _ Joseph Central issues (do a simple version, available for study and reference).
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:369664
    • 提供者:xwy666
  1. Josephus

    0下载:
  2. C语言:采用顺序表以及链表解决约瑟夫环问题(Visual C++ Josephus problem:sequence list;linked list)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:327680
    • 提供者:独闯青楼
  1. 约瑟夫环

    0下载:
  2. 约瑟夫环问题求解,c++原码,数据结构与算法解答(Joseph ring problem solving)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:Amysear
  1. yuesefu

    0下载:
  2. 数据结构编程,从而实现解决约瑟夫环问题,语言使用C++(Solving the problem of Joseph rings)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:14336
    • 提供者:cy原
« 1 2 34 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org