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

搜索资源列表

  1. 约瑟夫环等问题.rar

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

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

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

    • 发布日期:
    • 文件大小:585
    • 提供者:
  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. 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. 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. 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. yosf

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

    • 发布日期:2008-10-13
    • 文件大小:975
    • 提供者:小猫咪
  1. YueSeFuProblem

    0下载:
  2. 我选择约瑟夫问题(附带一个合数段的问题这是我们第一次的考试题)做我最后一个上传的代码。因为这是我付出最多的一个,我的第一个程序,当时全班就我一个弄了出来现在想起来都十分高兴。一年以来还做了其他很多小东西,因为太简陋就步多传了,这些足够代表我大一这年的旅程了。希望你们能给我提供一个更大的学习的机会。不久的将来我就会有质量更高的代码上传了。谢谢先-I chose (a few fringe of a problem this is our first examination), the last o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6398
    • 提供者:戴俊
  1. txt

    0下载:
  2. 约瑟夫的链表实现-achieve Joseph objectlist
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:939
    • 提供者:汤建明
  1. 约瑟夫环2

    0下载:
  2. 缺少边界qingduozhijiao-lack of border qingduozhijiao
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:852
    • 提供者:陈顺
  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 Develop

    • 发布日期:2017-04-16
    • 文件大小:13254
    • 提供者:邹保林
  1. vb_josefu

    0下载:
  2. vb\模拟约瑟夫问题 包含题目,三个版本的源码 -vb \ Analog Joseph the question contains a subject, the three versions of the source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:17163
    • 提供者:施坤
  1. sequencejosephus

    0下载:
  2. 代码采用顺序表的存储方法解决约瑟夫问题。-The code sequence-table storage method to solve the problem, Joseph.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:732
    • 提供者:luolizi
  1. 约瑟夫问题

    0下载:
  2. 使用C语言实现约瑟夫问题,很适合学习数据结构入门级的(Using the C language to implement the Joseph problem)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:497664
    • 提供者:qin淡墨
  1. Josephus

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

    • 发布日期:2017-12-21
    • 文件大小:327680
    • 提供者:独闯青楼
  1. 第二章

    0下载:
  2. 给出了约瑟夫问题和数据结构链表习题的代码和报告说明(The code and report explanation of Joseph problem and data structure linked list exercises are given)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:51200
    • 提供者:UsainBolt
  1. 约瑟夫环

    1下载:
  2. 这是约瑟夫环的c语言代码,在devc++环境下运行可用。
  3. 所属分类:C#编程

« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com