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

搜索资源列表

  1. john

    0下载:
  2. 约瑟夫环文题描述:已知n个人围坐圆桌周围。从编号k的人开始报数,数到m的那个人出列;他的下一个人有1开始报数,数到m的那个人呢出列,一次规律重复下去-Joseph ring title descr iption: n known individuals sitting around the table.People began to count off number k, count to m out the man He has 1 started to count off the next
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:王淑婷
  1. TestJosephus

    0下载:
  2. 华为编程大赛 简洁明了的约瑟夫环计算。代码支持指定从任意位置开始报数。支持指定报到任意数时候退出。-The programming competition held by HUAWEI
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:535
    • 提供者:刘仙
  1. Joseph-ring-problem-_CPP

    0下载:
  2. 约瑟夫环问题_C++约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列。他的下一个人又从1开始报数,数到m的那个人又出列。依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。-Joseph problem as follows: given n individuals (n>=1) sitting around a round table, sequence number the beginning
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:228741
    • 提供者:Jin
  1. yuesefu-game

    0下载:
  2. 用c++语言在vs环境中实现的约瑟夫环小游戏,供初学者参考使用-Using c++ language environment vs implemented Josephus games, reference for beginners to use
  3. 所属分类:Other Games

    • 发布日期:2017-05-03
    • 文件大小:893504
    • 提供者:tianyuan
  1. Circulink

    0下载:
  2. C#利用循环双向链表解决约瑟夫环问题,算法简明可读性强,是学习数据结构的优秀材料。-Using C# to solve the problem of Joseph ring cycle of two-way linked list algorithm is concise, readable, is excellent learning materials data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:36570
    • 提供者:buaa_sheng
  1. Josephus

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

    • 发布日期:2017-05-03
    • 文件大小:520152
    • 提供者:rivasherlock
  1. 001

    0下载:
  2. 单链表、双链表、队列建立、测长、打印、删除、插入、逆置完整代码,约瑟夫环,-Single list, double-linked lists, queues build, test length, print, delete, insert, set against the complete code, Josephus,
  3. 所属分类:Other windows programs

  1. JosephGame

    0下载:
  2. mfc约瑟夫环的实现 基于对话框的约瑟夫环,比较简单实用-Josephus achieve mfc Josephus dialog-based, relatively simple and practical
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3697445
    • 提供者:南宫翎
  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. YUESEFU

    0下载:
  2. 数据结构经典练习题,约瑟夫环,完整版,编译无错误-data structure exercise
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:66711
    • 提供者:wtq
  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. JAVA_7

    0下载:
  2. JAVA实习代码,内含完整的说明文档,求解约瑟夫环,算法简单,可实现自定义循环次数。-JAVA internship code, containing complete documentation, Josephus solving simple algorithm can implement custom cycles.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:492712
    • 提供者:李佳蓉
  1. yuesefuhuan

    0下载:
  2. 解决有关约瑟夫环的数学计算问题,约瑟夫环的相关定义可上网查询-solve the problem about Josephus by airthmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:548
    • 提供者:fengpan
  1. java2

    0下载:
  2. 杨之江老师的java课程实习代码 实习二求解约瑟夫环,用数组实现- Yang Jiang s teacher internship program code for java Internship two solving Josephus, an array realization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:14270
    • 提供者:hedajiang
  1. Ring

    0下载:
  2. 用java代码实现约瑟夫环,去掉的人用×表示-Achieve Josephus
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:627
    • 提供者:甘颖乐
  1. jose1

    0下载:
  2. 递推算法求解扩展约瑟夫环问题,C++源代码-Recursive algorithm for solving extended Joseph ring problem, C++ source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:pan dazhi
  1. yuesehuanwenti

    0下载:
  2. 约瑟夫环问题。本程序要求设编号为1-n的n(n>0)个人按顺时针方向围成一圈.首先第1个人从1开始顺时针报数.报m的人(m 为正整数).令其出列。然后再从他的下一个人开始,重新从1顺时针报数,报m的人,再令其出列。如此下去,直到圈中所有人出列为止。-Josephus problem. The procedural requirements set numbered 1-n of n (n> 0) Personal clockwise circle. First 1st person
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:557
    • 提供者:juwairen
  1. JosephProblemTest

    0下载:
  2. 使用java语言编写的一个求解约瑟夫环的程序。- A program for solving the Joseph ring using java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1376
    • 提供者:FY
  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. xianxingbiao

    0下载:
  2. 数据结构中线性表的c++实现,包括经典问题约瑟夫环。-Linear table data structures c++ implementation, including the classic problem Josephus.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:882337
    • 提供者:卢晶晶
« 1 2 ... 30 31 32 33 34 3536 37 38 39 »
搜珍网 www.dssz.com