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

搜索资源列表

  1. Johnseph

    0下载:
  2. 约瑟夫环程序,在Visual C++里运行,可以运行的。-Josephus procedures, the Visual C Lane running, running.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1303
    • 提供者:林琳
  1. yuesefuhuan1

    0下载:
  2. 约瑟夫环的实现代码,大家有需要的可以开看看 -Joseph Central codes, we need to see it open
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:816
    • 提供者:小曼
  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. YSeFHu

    0下载:
  2. 本文件是数据结构试验中的约瑟夫环的源文件,经编译无误-data structure of the pilot Josephus source files, compile and unmistakably
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:石增华
  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. 2_8.c

    0下载:
  2. 约瑟夫环问题 采用C语言编写 没有用链表 而是用数组实现-Josephus problem using C language does not use chain instead of the array to achieve
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:
  1. yosegh

    0下载:
  2. 该程序是数据结构中的链表应用,即约瑟夫环的小游戏.-the program is the data structure Application List, Josephus small game.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:842
    • 提供者:liujie
  1. Josephu

    0下载:
  2. 该程序能够解决约瑟夫问题,即n个人围成一圈,每m个人出局一人,求出出列的顺序,并且求出最后留下哪个人-procedures to solve the problem of Joseph, n individuals form a circle, every individual out of the game, a m, sought out the order out, and which was obtained last person
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1684
    • 提供者:qinminghai
  1. shiy2

    0下载:
  2. 约瑟夫环问题的描述是:编号为1,2,┅,n的n个人按顺时针方向围坐一圈。任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:yy
  1. yuecefuhuan

    0下载:
  2. 实验题目 约瑟夫环 一、 实验目的 用一个循环链表来实现约瑟夫环问题 二、 实验内容 编号为1,2,……,n的n个人按顺序时针方向围坐一圈,每个人吃一个密码。一开始任选一个整数作为报数上限值m,从第一个人开始顺时针自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向上的下一个人开始重新从1报数,如此下去直到所有人全部出列。 三、 需求分析 输入m=20;n=7,7个人的密码依次是:3,1,7,2,4,8,4,出列顺序为:6,1,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8244
    • 提供者:李爱春
  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. yuesefuhuan111

    0下载:
  2. 用c语言编写的一个约瑟夫患的程序!!!大家可以下载使用-c language used in the preparation of a procedure with Joseph! ! ! Members can download
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:885
    • 提供者:撒旦
  1. yuesehu

    0下载:
  2. 此程序在VC界面上能实现约瑟夫环的功能,操作简单,便于用户使用-this procedure in VC interface to achieve Josephus functions, simple and user-friendly
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:35053
    • 提供者:beibei
  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. jesoph

    0下载:
  2. 实现约瑟夫(Josephu)问题,n,m,k为外部输入,并打印输出结果-achieve Joseph (Josephu), n, m, k for external input, output and print
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:783
    • 提供者:刘 正
  1. Chapter1_2

    0下载:
  2. 本程序的说明的较著名的约瑟夫环问题-the procedure that the more famous Joseph Loop
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2695
    • 提供者:李飞
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com