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

搜索资源列表

  1. Josephus

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

    • 发布日期:2017-05-16
    • 文件大小:3676952
    • 提供者:乔乔
  1. Josephus

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

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:butterfly
  1. josephu

    0下载:
  2. 用于解决约瑟夫问题.已知n个人(不妨以编号1、2、3……分别表示)围坐在一张圆桌周围。 从编号为k的人开始报数,数到m的人出列;他的下一个人又从1开始报数,数到m的那个人又出列; 依此规则重复下去,直到圆桌周围的人全部出列。-This program used to solve the Joseph problem. Known n individuals (may wish to represent numbers 1,2,3 ......) sitting around a roun
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:219923
    • 提供者:QC
  1. Josephus-Problem

    0下载:
  2. 约瑟夫问题的链表实现,包含源代码(c语言实现)-solve of Josephus Problem
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构链表经典习题约瑟夫环,包涵其实现的源代码,在VC++6.0下运行就可实现-Linked list data structure classic exercises Joseph ring, with the realization of the source code, running under VC++6.0 can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:691
    • 提供者:
  1. Josephus

    0下载:
  2. 本文档详细讲解了约瑟夫问题的算法流程并提供了C++代码,经测试可用。-This document is a detailed account of Joseph s algorithm flow problems and provides C++ code, have been tested.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:28480
    • 提供者:斌仔
  1. yuesefuwenti

    0下载:
  2. 解决约瑟夫问题的C++程序代码的小程序 适用于学生学习使用-Joseph solve the problem C++ small program code applies to students learning to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3582374
    • 提供者:吴涛
  1. Joseph-loop-in-c-language

    0下载:
  2. 使用c语言实现约瑟夫环,代码思路简单,可以运行,适合于链表数据结构的研究-Josephus using c language, code simple ideas, you can run, study linked list data structure suitable for
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:788
    • 提供者:王宁
  1. Josephus

    0下载:
  2. 约瑟夫环是一个数学的应用问题。 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 这个就是约瑟夫环问题的实际场景,有一种是要通过输入n,m,k三个正整数,来求出列的序列。-Josephus is the application of a mathematical problem. Known n individuals (with numbe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1094
    • 提供者:佘晓凤
  1. yuesefuhuan

    0下载:
  2. 数据结构实验课作业—约瑟夫环实验。使用链表完成实验。-Experimental data structure Homework- Josephus experiment. Use the list to complete the experiment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:581121
    • 提供者:林彬
  1. xuesefuwenti

    0下载:
  2. 约瑟夫问题 经典问题 数据结构 使用c-Joseph problem using the classic problem of data structures c++
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:9697
    • 提供者:sky
  1. shujujiegou

    0下载:
  2. 高级数据结构-K路归并、两个线性表合并、亲戚问题、食物链问题、约瑟夫问题、最大连续子序列-Advanced data structures-K road merge, merge two linear tables, relatives problem, the food chain problem, Joseph problem, the maximum contiguous subsequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:57861
    • 提供者:calvin
  1. 333

    0下载:
  2. 约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。-Josephus final run files, suitable for direct users no longer have to come together to perform since the C language file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8074
    • 提供者:陈小文
  1. jsf

    0下载:
  2. 约瑟夫算法,VF中使用,是我从VB中改来的,自己用多年了-Joseph algorithms, VF used, I come from a change in VB, they used many years
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:573
    • 提供者:andy.lee
  1. joseph

    0下载:
  2. 应用数据结构解决约瑟夫环的问题,现实中环形排队的模型。-Josephus application data structures to solve problems, in reality, the ring queuing models.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:547
    • 提供者:胡永涛
  1. Homework

    0下载:
  2. 实现约瑟夫循环报数问题并输出结果:问题描述,100个人参与报数游戏,报7的人自动出局,求多少轮后全部玩家出局-Joseph realized the problem and reported the number of loop output
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1328
    • 提供者:贾紫
  1. 1007

    0下载:
  2. 约瑟夫环的一个解法,是天津大学toj上编号1007的解答,采用打表法,可能您之前并没有遇到过这么让您“无语”的解法哦!-Josephus problem!A very important problem on your code life
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:580
    • 提供者:Dongjian Zheng
  1. JesephRing

    0下载:
  2. 约瑟夫环上机报告,设计一个程序模拟过程,并给出出列人的编号序列.-Josephus reports on the machine
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:22656
    • 提供者:凯撒
  1. JOSEFH

    0下载:
  2. 经典问题,约瑟夫环 利用QT实现的。-Josephus QT C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4260
    • 提供者:Nancy
  1. yuesefuhuan

    0下载:
  2. 基于C语言数据结构编写的约瑟夫环,内含说明文档-Josephus written based on the C language data structures, containing documentation
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:50610
    • 提供者:周思彤
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com