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

搜索资源列表

  1. JOSEPHUS

    0下载:
  2. 一个关于约瑟夫环问题的经典算法编程的C语言实现-the program about JOSEPHUS
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1337
    • 提供者:leonkuang
  1. JOSEPHUS

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

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:yyy
  1. josephus

    0下载:
  2. 约瑟夫环的实现,两种方法,数组和链表,主要实现约瑟夫环算法-Josephus the realization of two methods, arrays and linked lists. . . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2852
    • 提供者:郭立龙
  1. POJ

    0下载:
  2. POJ1048,加强版的约瑟夫问题 难度中等-POJ1048, enhanced version of Joseph problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2197
    • 提供者:陈瑜
  1. test

    0下载:
  2. 循环链表,约瑟夫环 、选猴王、学习之用 c++、c-
  3. 所属分类:Data structs

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

    1下载:
  2. 用双向链表实现约瑟夫问题,c++开发实现,数据结构 小孩个数可变;数数间隔可变;起始位置可变;数数方向可变-Joseph with a doubly linked list implementation issues, c++ development to achieve, the number of children variable data structure count interval variable starting position variable count direc
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1533
    • 提供者:whczc
  1. josephus

    0下载:
  2. 数据结构经典约瑟夫环简单实现。学生时代自己做的-Simple data structures to achieve the classic Josephus. Student to do their own
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8468
    • 提供者:shady
  1. ysf

    0下载:
  2. 实现约瑟夫,he structure has two members, one for pointing down a pointer to a circular chain Second, if person be thrown off the mark, for 1 "in the boat. From the first man began to have not dropped the sea of the count, each count to 9, will mark the st
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:832
    • 提供者:fuyu
  1. Joseph-ring-on-vs-2011

    0下载:
  2. C++链表解决约瑟夫环问题,问题描述:假设有N个小孩按照序号1,2,,,N围坐成一圈,从第一个小孩开始报数,每次报到n的人退出,接着从下一个人重新开始从1开始报数,下一次再报到n的人退出, 求最后一个留下第几个人;-C++ linked list to solve the problem Josephus, described the problem: Suppose there are N children according to number 1,2,,, N sitting in a
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:5040520
    • 提供者:沈宙
  1. yuesefu

    0下载:
  2. 数据结构 约瑟夫环 链式循环结构 按顺序输出将输入的数字依次输出-Data structure Josephus chain loop structure in order to enter the digital output of the output sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:600
    • 提供者:范珊珊
  1. Josephus--problem

    0下载:
  2. 约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。试设计一个程序,按出列顺序印出各人编号。-Josephus (Josephus) a descr iption of the problem are: number
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:57704
    • 提供者:冯柳鑫
  1. test

    0下载:
  2. 约瑟夫问题 设有n个人站成一圈,每个人有不同的编号i(1≤i≤n)。从编号为1的人开始按顺时针方向“1,2,3,4…”循环报数,数到m的人出列,然后从出列者的下一个人重新开始报数,数到m的人又出列,如此重复进行,直到n个人都出列为止。约瑟夫问题是:对于任意给定的n个人的原始排列顺序和m值,求出n个人的出列顺序。 例如,当8个人的原始排列顺序为 1 2 3 4 5 6 7 8 并且m=4时,其出列顺序为 4 8 5 2 1 3 7 6 -Documents and S
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:743
    • 提供者:段磊
  1. efficient-monkey-king

    0下载:
  2. 猴子选大王 算法实现,即约瑟夫环问题,并不是模拟算法,而是将其转化为数学问题,从而提高算法性能-Joseph circle
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:17042
    • 提供者:徐若晨
  1. Joseph

    0下载:
  2. 约瑟夫环 双向循环链表 建议功能实现。可作参考。或许有错-Stack in order to achieve Tower of Hanoi suggestion feature. For reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:36508
    • 提供者:lyl
  1. jose

    0下载:
  2. 此功能问约瑟夫函数问题,大部分是应用链表类结点解决问题,夏季学期-This function asked Joseph function of questions, most of the list is the application of nodes to solve problems, the summer semester
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:143996
    • 提供者:王绍华
  1. joseph

    0下载:
  2. 实现约瑟夫环,下载后直接可以打开使用,无错误-Achieve Josephus, can be opened using direct download, no error
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:151052
    • 提供者:炮哥
  1. josephus

    0下载:
  2. 约瑟夫问题c语言解决方法 数据结构方法解决问题-The solve of the josephus problem by c language Data structure method Solve problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1337
    • 提供者:肖童
  1. JOSEPH

    0下载:
  2. 约瑟夫环Joseph ring, realize the list, circulation, everyone have a password-Joseph ring, realize the list, circulation, everyone have a password, Take turns to be eliminated, and finally only a person
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:983
    • 提供者:刘小沣
  1. circle

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

    • 发布日期:2017-04-10
    • 文件大小:1381
    • 提供者:wangbo
  1. yuesefu

    0下载:
  2. 约瑟夫问题。熟悉线性表的基本运算在顺序存储结构和链式存储结构上的实现,其中重点熟悉链表的各种操作-Joseph problems. Familiar with the basic operations in linear sequence table storage structure and storage structure on the realization of the chain, which focuses on familiar list of the various opera
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:38311
    • 提供者:杨天达
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com