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

搜索资源列表

  1. yuesefu.rar

    0下载:
  2. 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:867
    • 提供者:
  1. 用C 编写的约瑟夫环.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:531
    • 提供者:
  1. 004

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

    • 发布日期:2008-10-13
    • 文件大小:988
    • 提供者:金鑫
  1. 李森数据结构作业

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

    • 发布日期:2008-10-13
    • 文件大小:19992
    • 提供者:李森
  1. yuesefu0

    0下载:
  2. 用c++语言开发的求解著名的约瑟夫问题的程序,属于数学问题处理程序-use language to solve the problem of the famous Joseph procedures, belonging to a mathematical problem handling procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8400
    • 提供者:李强
  1. ranking

    0下载:
  2. 约瑟夫环实验: 程序利用顺序表实现约瑟夫环,本实验是用于一个小游戏-Josephus experiment : the use of procedures to achieve the order table Josephus, the experiment is for a small game
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:89901
    • 提供者:linling
  1. Joseph

    0下载:
  2. 数据结构中经典的约瑟夫环问题的解法。-data structure classic Josephus the solution.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1434
    • 提供者:温耀彬
  1. 循环链表实现Joseph

    0下载:
  2. 循环链表实现约瑟夫环,并对输入错误进行检查和提示。-cycle Chain achieve Josephus, and input error check and tips.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1506
    • 提供者:路荣
  1. 约瑟夫环问题的程序

    0下载:
  2. 一个经典问题的比较好的解决方法-a classic problem of a relatively good solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2616
    • 提供者:chm
  1. JOPHLINK

    0下载:
  2. 数据结构中约瑟夫环问题的链式存储结构(循环链表)算法实现-data structure Josephus the chain storage structure (circular linked list) Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:796
    • 提供者:daimin
  1. MyJosephus

    0下载:
  2. 刚刚自己做的约瑟夫算法,是用链表实现的,很简单的,检验没错误,当然,中间有些东西可以根据需要自己改动-just doing Joseph algorithm is used to achieve the linked list, a very simple test not wrong, of course, Middle some things may need to change their own
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:928
    • 提供者:谢朝
  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. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1030
    • 提供者:忆ぁ夜
  1. ZMJJUMY

    0下载:
  2. 数据结构课程设计代码,约瑟夫环,请指点.-data structure curriculum design code, Josephus, please instruct.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:906
    • 提供者:jumy
  1. myJoseph

    0下载:
  2. 我的数据结构作业<约瑟夫环问题求解>,可读性很好并附有文档.cjhacker-my data structure operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32894
    • 提供者:cjhacker
  1. Yosefu

    0下载:
  2. 用环形链表解决的约瑟夫问题,其实不难,本人能力实在有限,做出这个已经差不多到极限了,请不要删除,谢谢!-Ring tree to Joseph, in fact, it is not difficult, I capacity is limited, This has been made almost to the limit, please do not delete, thank you!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9887
    • 提供者:味精
  1. yuesehu

    0下载:
  2. 是数据结构的内容约瑟夫环 的源码,希望对正在读的人有帮助-data structure is the source of Josephus hope that the right people are reading help
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:田天
  1. josepheasy

    0下载:
  2. 刚开始学数据结构时做的一个约瑟夫环,有点复杂,,但总是可以运行,-just started studying data structure so a Josephus, a bit complicated, but they could always run,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:wlr
  1. shaozhen

    0下载:
  2. 我自己写的一个解决约瑟夫环的小程序,对学习数据结构的朋友可能有一些帮助,tc2编译通过-I wrote it myself a solution Josephus small procedures, the data structure of the study may have some friends help compile indexes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1436
    • 提供者:王几
  1. yue

    0下载:
  2. 约瑟夫算法 实现报到规定数值的人退出链表-report provides numerical withdraw from the List
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1470
    • 提供者:fly
  1. shujijiegou

    0下载:
  2. 用数据结构做的约瑟夫问题,其中还包括类似问题中的猴子选大王算法 -do with the data structure Joseph problems, which also included a similar problem is the monkey king algorithm election
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:20293
    • 提供者:刘佳奇
« 1 2 3 45 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com