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

搜索资源列表

  1. yuesefuhuan

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

    • 发布日期:2017-04-11
    • 文件大小:692
    • 提供者:Aven
  1. joseph

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

    • 发布日期:2017-03-30
    • 文件大小:140782
    • 提供者:吴坤
  1. YueSeFuHuan

    0下载:
  2. 该代码实现了约瑟夫环,算法简单易懂,复杂度较低。-The code Josephus, the algorithm is straightforward, low complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:560140
    • 提供者:Nancy Ye
  1. jos

    0下载:
  2. 约瑟夫环:围成圈圈,选出一名幸运儿的游戏。-Josephus: surrounded by a circle, and elect a lucky game.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:524
    • 提供者:叶幸
  1. joseph

    0下载:
  2. 用链表解决约瑟夫问题。 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 其中包括一个实验报告,介绍了编程思路和输出结果截图。-List to resolve Joseph. Josephus is the application of a mathematical problem: Given n in
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:37578
    • 提供者:huang
  1. Joseph

    0下载:
  2. 经典问题约瑟夫环,c循环解法,简单明了。-The classic problem Josephus, c cycle solution, straightforward
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:1144
    • 提供者:杰克
  1. josephus

    0下载:
  2. 分别以数组指针和模拟指针的方法解决约瑟夫问题-Respectively pointer array pointer and simulation methods to solve the problem of Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:246486
    • 提供者:张超
  1. yuesefu

    0下载:
  2. 用C写的约瑟夫环的代码 可以帮助你进一步认识约瑟夫环-Josephus code written in C can help you further understand Josephus
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:775
    • 提供者:邝振
  1. Desktop

    0下载:
  2. 主要为数据结构的一些基本的程序 如约瑟夫环,二叉树遍历-Mainly some basic procedures for data structures such as Josephus, binary tree traversal, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:5014
    • 提供者:
  1. jiami_Android

    0下载:
  2. android上实现文本加密解密。基于约瑟夫环出环序列的到一个混沌序列加解密。-android on text encryption and decryption. Josephus ring sequence to a chaotic sequence encryption and decryption. android on text encryption and decryption. Josephus ring sequence to a chaotic sequence encrypt
  3. 所属分类:android

    • 发布日期:2017-11-30
    • 文件大小:590674
    • 提供者:段正国
  1. Josephus

    0下载:
  2. 题目:有n个人围成一圈,顺序排号,从第一个开始报数 (从1到3报数),凡报到3的人退出圈子,问最后最后留下 的是原来第几号的那位. 提示:用循环链表完成 -Title: n personal circle sequence Arranging reported from the first number (from 1 to 3 count off), who report 3 exit the circle, asked the final last left the orig
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-10
    • 文件大小:1234
    • 提供者:陈春健
  1. jonsef

    0下载:
  2. 约瑟夫环设置了一个结构体变量用来保存数据,c代码-Josephus set up a structure variable to store the data, c code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:3029
    • 提供者:千木流云
  1. Josephus-Problem

    0下载:
  2. 约瑟夫环...一个链表运用的经典案例,自己写的..还算简洁,希望大家给与指导-Joseph ring ... a classic case of linked lists use to write their own .. pretty simple, I hope you give guidance
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:578958
    • 提供者:lareina
  1. Joseph

    0下载:
  2. The program utilizes a circular linked list to achieve the solving of the problem of Josephus-Linear Table realization Joseph problems
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:1195819
    • 提供者:zyl
  1. xiaocai

    0下载:
  2. Joseph环   编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 设计要求: 设计一个程序,以人机交互的方式执行,用户指定约瑟夫环游戏的总人数n和初始的报数上限m,然后输入每个人所持有的密码key。模拟约瑟
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:2401
    • 提供者:heilunya
  1. Josephus

    0下载:
  2. 简单的约瑟夫环和复杂的约瑟夫环问题的代码。-Simple Joseph ring and complex Joseph ring problem code
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:174727
    • 提供者:zhangyi
  1. zuoye2_1

    0下载:
  2. Josephus问题编写程序,对任意输入的n和m,求出最后剩下的人的编号。要求利用线性表保存这n个人,分别用公式化、链接、模拟指针三种描述方法实现。-The Josephus problem program, for arbitrary input of n and m, obtaining the number of the last remaining people. Require the use of linear table to save n individuals, respect
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:2959
    • 提供者:张蕊
  1. Yuesefu

    0下载:
  2. 基于C语言实现约瑟夫环的问题,运用了链表插入的方法。-Josephus problem based on the C language, the use of a linked list insertion method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:543
    • 提供者:李大夫
  1. 关于约瑟夫环的程序

    0下载:
  2. 用vc编写的一个关于约瑟夫环的程序-one of the procedures Josephus -one of the procedures Josephus one of the procedures Josephus
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-11-04
    • 文件大小:578
    • 提供者:现实太假
  1. Huffman

    0下载:
  2. 哈夫曼树,用哈夫曼树解决约瑟夫环问题 代码具有良好封装性-Huffman tree Huffman tree the Josephus problem code with good package
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2070
    • 提供者:朱春明
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 25 26 »
搜珍网 www.dssz.com