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

搜索资源列表

  1. joseph

    0下载:
  2. 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-joseph ring
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:745
    • 提供者:lili
  1. Joseph-cyclic-monkeys

    0下载:
  2. 约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的顺序是:5,4,6,2,3,1。-Joseph problem is a well-known problem: N personal circle, starting the first reported number of M will be killed first, the last remaining one, the rest will be ki
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2988008
    • 提供者:wulongjun
  1. Joseph-game-of-life-and-death

    0下载:
  2. 约瑟夫生死游戏 30个乘客同乘一条船,由于风大浪急,必须扔下15个人,以确保安全。现在30个人站成一圈。一人起数,数到第9个人的时候,将其抛下。再从下一个人开始数,数到第9个人是将其抛下。以此类推,直到剩下15个人为止。求哪些人会剩下。-Joseph game of life and death 30 passengers with a boat ride, due to stormy, 15 people must be dropped in order to ensure safe
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:5337
    • 提供者:crazy_bitman
  1. joseph

    0下载:
  2. 代码用优化算法解决了经典约瑟夫问题,算法复杂度为o(n),并且附有算法分析和说明文档。-Code with a simple algorithm to solve the classic problem of Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:30555
    • 提供者:ylcs
  1. joseph

    0下载:
  2. 约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试通过累的设计求解约瑟夫环问题的出列顺序。具体要求和说明如下: (1) 利用单向循环列表存储结构模拟此过程,按照出列的顺序输出个人的编号。 (2) m的初值
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:14029
    • 提供者:吴佳桐
  1. Joseph

    0下载:
  2. 约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的顺序是:5,4,6,2,3,1。-Joseph is a well-known problem: N personal circle, starting the first report number, the M will be killed, the last remaining one, the others will be killed. For ex
  3. 所属分类:Button control

    • 发布日期:2017-04-16
    • 文件大小:12367
    • 提供者:ROUKEN
  1. Joseph

    0下载:
  2. 约瑟夫环问题,一群人围在一起做成环状,从某个编号开始报数,数到某个数的时候,此人出列,下一个人重新报数,一直循环,直到所有人出列,约瑟夫环结束。-Josephus problem, a group of people get together to make a ring, a number countin, count to a number of time, this person out of the line, the next person to re-report the numb
  3. 所属分类:Other systems

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

    0下载:
  2. 这是一个约瑟夫环数据结构实现程序,当任意给定人数n和密码m后,设计算法求n个人出圈的次序。-Joseph ring which is a data structure implementation procedures, when any given number n and password m, the order of the design algorithm for n personal ones.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者:朱垚
  1. Joseph-ring

    0下载:
  2. 实现约瑟夫环m的动态循环,RAR文件直接用C和C++开发环境的使用可以直接编译成可执行EXE文件-To achieve the dynamic cycle of Joseph m, RAR file directly with the use of C and C++ development environment can be directly compiled to form an executable EXE file
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-12
    • 文件大小:664
    • 提供者:陈斐
  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 2 3 4 5 6 78 9 10 11 12 ... 38 »
搜珍网 www.dssz.com