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

搜索资源列表

  1. 循环链表实现Joseph.rar

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

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:988
    • 提供者:金鑫
  1. 求解约瑟夫问题

    2下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8027
    • 提供者:葛林
  1. 阅瑟夫环

    0下载:
  2. 用c语言实现阅瑟夫环,是利用数据结构实现的-Realize the Joseph Ring with C language, and it is realized with data structure.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5867
    • 提供者:张运福
  1. forgive

    0下载:
  2. joseph的程序对很多C初学者有着很大的帮助,用C++程序实现的-many of the procedures C beginners have great help with the C Programming
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1222
    • 提供者:dwj
  1. 7.约瑟夫环

    0下载:
  2. 约瑟夫环的问题,这是一个比较经典的编程实例,我做了一个小程序来实现了其算法-Joseph Central, which is a more classical programming examples, I had a small program to achieve its algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7061
    • 提供者:赵麟
  1. Joseph-Central-issues

    0下载:
  2. 约瑟夫环问题简单实现,递归算法,(带注释)可以利用此算法解决栈存储的约瑟夫环问题.-Joseph Central issues, C++ source code and notes
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:845
    • 提供者:sanbao
  1. Joseph

    0下载:
  2. 约瑟夫(Joseph)问题的一种描述是:编号为1,2,..., n 的n 个人按顺 时针方向围坐一圈, 每人持有一个密码(正整数)。一开始选任一个正整数作 为报数上限值m, 从第一个人开始按顺时针方向自1开始顺序报数,报到m时 停止报数。报m的人出列,将它的密码作为新的m值,再从下个人开始新一轮 报数,如此反复,直到剩下最后一人则为获胜者。试设计一个程序求出出列顺 序。-Joseph (Joseph) a descr iption of the problem is: th
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:883
    • 提供者:zhujiei
  1. Joseph

    0下载:
  2. 用单链表编一个约瑟夫环问题。设编号为1,2,• • • ,n的n个人围坐一圈,约定编号为k(1≤k≤n)的人从1开始报数,数到m的那个人出列,他的下一位又从1开始报数,数到m的那个人又出列,依次类推,直到所有人出列为止,由此产生一个出队编号的序列。压缩文件里面包括了代码,运行文件,还有实验报告。-Joseph compiled a list with a single ring problem. Let numbered 1,2, n individual R
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:88522
    • 提供者:
  1. Joseph-ring

    0下载:
  2. 数据结构,这个小程序主要用链表约瑟夫环问题。-The data structure,This small program mainly with the problem of Joseph ring chain table。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:766
    • 提供者:姜二萌
  1. Joseph-Problem

    0下载:
  2. 给出了约瑟夫问题的数学解法(文档)和几个C语言代码-A mathematical solution to Joseph Problem and three programs of C
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:298388
    • 提供者:Phymet
  1. Joseph

    0下载:
  2. 解决约瑟夫问题:输入N个数,从第n个数开始,每过i个数输出一个数,最后得到N个数的输出顺序-Joseph problems to solve: the number of N input the first number n, every i-th output over a number finally get the output sequence number N
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:896652
    • 提供者:杨珂
  1. joseph

    0下载:
  2. 数据结构课上的一点小作业,也不知道有没有用。很简单的joseph环-A little lesson on operating procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:93905
    • 提供者:Scarlett
  1. Joseph-Problem

    0下载:
  2. 约瑟夫问题。设有n个人做作圆桌周围,从第s个人开始报数,报到m的人出列,然后再从下一个人开始报数,数到m的人又出列,如此重复,直到所有的人都出列为止。要求按出列的先后顺序输出每个人的信息。-Joseph problems. N individual has contrived around the round table, I began to count off s individual report m people out of the column, and then began to
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1278
    • 提供者:Rounia
  1. DataStructureExe-Joseph

    0下载:
  2. 约瑟夫环的实现,使用无头结点的循环链表,接收数值并输出编号-A easy solution to Joseph question
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:628
    • 提供者:朱旭
  1. Joseph-problem

    0下载:
  2. 约瑟夫问题:约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。-Joseph: Joseph is a famous problems: N individuals in a circle, starting the first number off, the first M will be killed, the last one, the others will be killed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7611679
    • 提供者:袁建新
  1. Joseph.cpp

    0下载:
  2. 一个小游戏,约瑟夫环的源代码。其中可以更改参与人数,或者改成从文件中传入数据,以快速获取多个结果。-A small game- Joseph Central source code.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1376
    • 提供者:Christal
  1. 1.joseph(约瑟夫)

    0下载:
  2. 解题思路: 用一个不带头节点的循环链表来处理joseph问题:先构成一个有n个节点的单向循环链表,然后从第k结点从1开始计数,计数到m的时候,对应结点从链表中删除。然后再从被删结点的下一个节点继续从1开始计数.......,以此类推,直到所有的结点都列出时,程序结束。(Problem solving: With a circular linked list node don't take the lead to handle the problem of Joseph: first cons
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:69632
    • 提供者:啊哈S
  1. Joseph

    0下载:
  2. 数据结构约瑟夫环,利用数据结构中的循环链表以及递归的使用实现约瑟夫环(Data structure Joseph ring, using the data structure of the circular list and recursive use to achieve the Joseph ring)
  3. 所属分类:数据结构

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 41 »
搜珍网 www.dssz.com