CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 约瑟夫

搜索资源列表

  1. JOsEPH1.zip

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

    • 发布日期:
    • 文件大小:557
    • 提供者:
  1. yuesefu.rar

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

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

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

    • 发布日期:
    • 文件大小:531
    • 提供者:
  1. 约瑟夫环问题.rar

    0下载:
  2. 所属分类:语音合成与识别

    • 发布日期:
    • 文件大小:1888
    • 提供者:
  1. 约瑟夫环等问题.rar

    0下载:
  2. 所属分类:Windows编程

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

    0下载:
  2. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:988
    • 提供者:金鑫
  1. 陈浩

    0下载:
  2. 约瑟夫环实践设计的前半段 大学二年纪暑假数据结构实习作业之一-Josephus practice in the first half of the two young university summer internship operational data structure one
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:373765
    • 提供者:杨振
  1. 约瑟夫问题的实现

    0下载:
  2. 【问题描述】 设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数,再报数到k的人站出来。依此重复下去,直到全部的人都站出来为止。试设计一个程序求出出列序列。 这是一个使用循环链表的经典问题。因为要不断地出列,采用链表的存储形式能更好地模拟出列的情况。-[n -- with the individuals sitting around the round table is from a certain
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2096
    • 提供者:zzg
  1. 计算机—2004级—3班—04100138—韩磊—约瑟夫环

    0下载:
  2. 本程序是大学本科计算机专业的《数据结构》中的上机操作实验之一。-this program is a college computer professional "data structure" to operate on the experimental one.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:韩林
  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. yx3

    0下载:
  2. 约瑟夫问题 数据结构 约瑟夫问题 数据结构 -Joseph data structure, data structure, data structure Joseph Joseph data structure problem
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6543
    • 提供者:yexin
  1. 12304216

    0下载:
  2. 约瑟夫问题的程序 利用单向循环链表纯出结构模拟过程 按照列的顺序输出各人的编号-Joseph procedures for the use of the one-way circle Chain out pure simulation process in accordance with the structure shown in the sequence each output the numbers
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:815
    • 提供者:刘艺
  1. yuesefuhuanwenti

    0下载:
  2. 约瑟夫环问题。从这个程序可以学习到结构体的应用及指针的应用,当然还有算法了-Josephus problem. This procedure can learn the structure of the application and the target application and, of course, the algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1431
    • 提供者:hxj1984
  1. yeshefu

    0下载:
  2. 这是一个实现约瑟夫环的功能的程序,用C语言编写的-This is a realization of Josephus the function of the program, prepared by the C language
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:859
    • 提供者:李文成
  1. ysfh1

    0下载:
  2. 约瑟夫环 数据结构算法啊 这学期学的 这是我们的上机实验作业 -Josephus algorithm data structure ah this semester of this school is on the experimental aircraft operations huh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40375
    • 提供者:cool
  1. josufu

    0下载:
  2. 约瑟夫原理编程实现VC++,请下载 谢谢大家合作-Joseph Principle Programming VC, download Thank you for cooperation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1059
    • 提供者:杨霏
  1. 669584474

    0下载:
  2. 约瑟夫环算法C语言源代码。希望对大家有帮助。-Josephus algorithm C language source code. We want to help.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:ffff
  1. josphproblem

    0下载:
  2. 约瑟夫问题的源码 经过调试 想和大家交流心得-Joseph after the source debugging and we would like to exchange experience
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17070
    • 提供者:流风回雪
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com