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

搜索资源列表

  1. joze

    0下载:
  2. 用数组简单地模拟Josephus(约瑟夫)问题 ,算法简单明了,不像平常用链表实现的复杂-solve the Josephus problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:448655
    • 提供者:wangjinglu
  1. Joseph

    0下载:
  2. 约瑟夫问题新解 A New Interpretation of the question, Joseph-A New Interpretation of the question, Joseph
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2694
    • 提供者:jiangke
  1. Joseph

    0下载:
  2. 约瑟夫问题,n个人围一个圈,输入m,每次第m个人被淘汰,留下的为胜利者-Joseph problems, n individuals are gathered in circles, type m, each time the first m individuals have been eliminated, leaving for the winner
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:370114
    • 提供者:wc
  1. ysf

    0下载:
  2. 用C语言实现解决约瑟夫问题的一种方法,也许会对他人有启示。-C language implementation with a way to solve the problem, Joseph, and perhaps others, would be revealing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1067
    • 提供者:xj
  1. finished

    0下载:
  2. 试用分别用线性表的向量存储结构和链表存储结构来实现约瑟夫(Josephu)问题。约瑟夫问题如下: 设有n个人围坐圆桌周围。从某个位置上的人开始从1报数,数到m的人便出列,下一个人(第m+1个)又从1报数开始,数到m的人便是第2个出列的人,依次类推,直到最后一个人出列为止,这样就可以得到一个人员排列的新次序。例如,n=8,m=4,从第1个人数起,得到的新次序为48521376.-Trial were linear vector table storage structure and th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1023
    • 提供者:pengyunhui
  1. ysfwt

    0下载:
  2. 约瑟夫问题-Joseph problems
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3251
    • 提供者:雪小禅
  1. yuesefu

    0下载:
  2. 数据结构课程中,解决约瑟夫问题的算法源程序-Data structure course, the algorithm source code to solve the problem, Joseph
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:881702
    • 提供者:岳飞
  1. Josephus

    0下载:
  2. 解决约瑟夫问题的一个较为简单的例子的源代码。-Joseph problems to solve a relatively simple example of the source code.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:755
    • 提供者:luolizi
  1. YueSeFu

    0下载:
  2. 约瑟夫问题,数据结构的经典例题。有助于大家对数据结构的理解!-Joseph problems, the data structure of the classic Example. Data structure will help everyone understand!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:29445
    • 提供者:涂伟
  1. jiguchuanhua

    0下载:
  2. 由约瑟夫问题改编而来的击鼓传花游戏的源码-a game called drum and flower
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:9815
    • 提供者:Ida
  1. yuesefu

    0下载:
  2. 约瑟夫问题。有N个人围成一圈,按顺序编号。从第一个人开始报数,疏导m时候该人退出,并且下一个从1开始报数。求出圈人的顺序。-Joseph problems. There are N individuals and form a circle, according to sequentially numbered. Starting from the first person reported that the number of times to ease the person out of m
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1145
    • 提供者:qht
  1. 123

    0下载:
  2. 解决约瑟夫问题,运行过了,保证可以。问题是清华严蔚敏版本的《数据结构》书-Joseph problems to solve, run-off, and guarantee. The problem is Tsinghua Yan Wei-min version of the " Data Structure" book
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:649670
    • 提供者:林海翔
  1. 2

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

    • 发布日期:2017-04-06
    • 文件大小:187938
    • 提供者:楚潇
  1. Johnsephe-problem

    0下载:
  2. 用于解决约瑟夫问题,又需要的初学者可以下载来看看,完全开放,欢迎指导-Joseph used to solve the Joseph problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:582
    • 提供者:赖锐鹏
  1. Joseph

    0下载:
  2. 约瑟夫环 约瑟夫问题的一种描述是:编号为1,2,3……的n个人按顺时针方向围坐成一圈,每人持有一个密码。一开始任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始报数,报到m停止报数。报m的人出列,将他的密码作为新的m值,从他顺时针方向的下一个人开始重新从1开始报数,如此下去,直到所有人全部出列。-Joseph Ring Joseph, a descr iption of the problem is: numbered 1,2,3 ... ... n-individual
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:515
    • 提供者:angela
  1. 1

    0下载:
  2. 约瑟夫问题 还好吧 数据结构的 自己编的 错了 请指教 -soso
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:618
    • 提供者:安强
  1. 2-5-2

    0下载:
  2. 使用一般循环单链表(设立指向表位节点的指针)解决约瑟夫问题的算法-Single linked list using general circulation (the establishment of the node pointer points to the table spaces) to solve the problem of the algorithm Joseph
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1805
    • 提供者:安全卫士
  1. Josephus

    0下载:
  2. 约瑟夫问题,用数组、链表和模拟指针完成,使用输入输出流进行数据的载入-Joseph problems with arrays, linked lists and pointers to complete simulation, using the input and output streams of data loading
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:722
    • 提供者:拥夜
  1. Joseph

    0下载:
  2. 约瑟夫问题,四种解法,分别是静态链表,顺序表两种和循环链表-Joseph problems, the four solution, namely a static list, order form and the cycle of two lists
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3054
    • 提供者:daiminmin
  1. jonsef

    0下载:
  2. 用链表实现约瑟夫问题的求解,实现方式是链表-Using List in problem solving, Joseph, implementation is a linked list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:875
    • 提供者:daisy
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 34 »
搜珍网 www.dssz.com