搜索资源列表

  1. yuesefu

    0下载:
  2. 数据结构的课程设计题目以及源代码 约瑟夫环问题 c-Data structure of the curriculum design topics, as well as the question of the source code c Joseph Central
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-05
    • 文件大小:86016
    • 提供者:晴天
  1. 3

    0下载:
  2. 数据结构中最基本的约瑟夫环问题 改程序简单明了 适合初学者使用-Data structure in the most basic question of reform procedures Joseph Central simple to use for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:pcgg
  1. yueshefuhuanwenti

    0下载:
  2. 设计求解约瑟夫环问题的出列顺序。具体的要求和说明如下: (1)利用单向循环链表存储结构模拟此过程,按照出列的顺序输出个人的编号。 (2)m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4,首先m的值为6(正确的出列顺序应为:6,1,4,7,2,3,5)。 (3)程序运行后,首先要求用户指定初始报数的上限值,然后读取个人的密码。可设n<=30,此题所用的循环链表中不需要“头结点”,请注意空表和非
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 约瑟夫环问题的另外一种解法,这种解法比线性法相对复杂一些-Joseph Central questions of another kind of solution, this solution than the linear method is relatively complex
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:11264
    • 提供者:denglihai
  1. Joseph

    0下载:
  2. 约瑟夫环问题: 设编号为1,2,…,n的人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报道m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 -Joseph Central question: Let numbered
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:黄咋的
  1. JosephCentralissues

    0下载:
  2. 约瑟夫环问题,数据结构实验题目实验一 线性表应用-Joseph Central issues
  3. 所属分类:其他小程序

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

    0下载:
  2. 这个小程序是用c++实现的约瑟夫环问题,也属于数据结构中的经典算法-This applet is used c++ to achieve the Joseph Central problems in the data structure is a classic algorithm. . .
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:138240
    • 提供者:杨少博
  1. javalab

    0下载:
  2. java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Centr
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-05
    • 文件大小:38912
    • 提供者:tangtang
  1. Joseph_Central_issues

    0下载:
  2. 数据结构——约瑟夫环问题C++源代码和注释 。-Data structure- Joseph Central issues, C++ source code and notes.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 约瑟夫环问题 很标准 输入很合理 数据结构课程设计内容-Joseph Central question is a very reasonable standard input data structure the content of the curriculum design
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:孙女喊叫
  1. yusefuhuan

    0下载:
  2. 解决Josephus(约瑟夫环)问题的pascal代码-Solve the Josephus (Joseph Central) in pascal code
  3. 所属分类:Windows编程

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

    0下载:
  2. 约瑟夫环问题,N个人围成一圈,报数,数到M的人退出。求出出列序号,-joseph
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 约瑟夫环问题求解算法C语言源代码。学习算法的初学者可以-Joseph Ring Problem Solving Algorithm C language source code. Beginner can look at the learning algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:古云端
  1. JOSEPHUS

    0下载:
  2. 著名的约瑟夫环问题,采用链表数据结构  已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。-well-known Josephus P
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:93184
    • 提供者:宋歌
  1. Josephus

    0下载:
  2. 约瑟夫环问题:n个人围成一个圈开始报数,报到m的人出列,求出列的次序,并动画显示。-Josephus
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:54272
    • 提供者:杨梅
  1. yuesefuhuan

    0下载:
  2. 这是关于著名问题:约瑟夫环问题的一个解决方法,采用C++编程-This is about the well-known problem: Joseph Central, a solution to the problem, using C++ Programming
  3. 所属分类:软件工程

    • 发布日期:2024-05-05
    • 文件大小:247808
    • 提供者:火鸟
  1. 2

    0下载:
  2. 利用循环链表解决约瑟夫环问题 可能会有不足之处 希望高手-Joseph Ring using circular linked list to solve the problem may be the inadequacies of hope to see master
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 利用单向循环链表解决约瑟夫环问题,按出列的顺序印出各人的编号。-The use of one-way circular linked list to solve the problem, Joseph Wan, according to the order of a column printed in each number.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 数据结构实验:用链表模拟约瑟夫环问题C语言 Joseph-Experimental data structure: the problem with the linked list C-ring analog Joseph Joseph
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 这是一个约瑟夫环问题,也可以看作是一个有趣的小游戏。有n个人围成一圈,每人手持一个密码;从第一个人开始报数,报到上限值就出列,并报出自己的密码,直到最后一个出列。-This is an issue of Joseph ring can also be seen as an interesting little game. There are n individuals form a circle, each armed with a p
  3. 所属分类:其他游戏

    • 发布日期:2024-05-05
    • 文件大小:174080
    • 提供者:Annie
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

源码中国 www.ymcn.org