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

搜索资源列表

  1. Josephus

    0下载:
  2. 设计一个可变长顺序表,当用户所给的数据超出定义所分配的空间时,可以动态的扩展数组空间-Order to design a variable-length table, when the data exceeds the user to define the allocated space, you can dynamically expand the array space
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:80096
    • 提供者:zhangpengwei
  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. joseph

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

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

    0下载:
  2. 数据结构作业 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。-2, Joseph (Josephus) loop problem: number 1,2,3, ..., n, n individuals sittin
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:7774
    • 提供者:meihan
  1. recycle

    0下载:
  2. 用c语言写的循环链表的约瑟夫环的问题,报数出队的操作-With c language of Josephus circular linked list problem, reported that the number of teams operating
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:861
    • 提供者:urge
  1. Josephus

    0下载:
  2. 基础问题,用循环链表实现约瑟夫问题,数据结构作业-Basic problem, the problem with the circular linked list implementation Joseph, the data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:705
    • 提供者:王子剑
  1. yusefusi

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

    • 发布日期:2017-04-11
    • 文件大小:633
    • 提供者:dlj
  1. 0

    0下载:
  2. 约瑟夫环问题,在C语言开发案例中有介绍 个人有相对简便的方法。-Josephus problem, in the C language development are described in individual cases have a relatively easy way.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2373
    • 提供者:占吉翔
  1. C_arithmetic_confluence

    0下载:
  2. 此文件为C算法的集合,里面包含有排序、搜索、穷举、约瑟夫环、八皇后问题的算法,对于编程有很大的参考价值-This document is a collection of C algorithm, which includes sorting, searching, exhaustive, Josephus, the eight queens problem algorithm, the programmer has great reference value
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:959920
    • 提供者:mcs
  1. Data_structure

    0下载:
  2. 数据结构代码,包括顺序表,链表,栈,队列及其应用包括数制转换,表达式求值,约瑟夫环,括号匹配-Data structure code, including the order form, linked lists, stacks, queues and their applications including system conversion, expression evaluation, Josephus, bracket matching, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:141988
    • 提供者:哥特式
  1. yuesefu

    0下载:
  2. 用c语言开发的来实现约瑟夫环问题的求解程序。-C language development to achieve the Josephus problem solver.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:707
    • 提供者:yjt
  1. yuesefu

    0下载:
  2. 约瑟夫环编码,已经被广大计算机用户上机运行过,可以用,欢迎大家踊跃下载-Josephus coding, has been the majority of computer users on the machine running over, you can use, we enthusiastically welcome to download
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:980972
    • 提供者:夏啓
  1. deadqueen

    0下载:
  2. c语言实现 类似于约瑟夫环的代码 选定一个人最后留下 计算出从谁开始计算-c language code like Josephus .a person selected to stay ,calculate from who is beginning
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:181510
    • 提供者:xuyu
  1. joseph

    0下载:
  2. C语言数据结构课程设计约瑟夫环1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止-C language data structures course design Josephus 1. The demonstration program, the number n should be arbitrary, we must first enter a value as
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:188999
    • 提供者:sharon
  1. PascalaJosepus

    0下载:
  2. 杨辉三角和约瑟夫环源程序,数据结构,非常有用。-Yang Hui triangle and Josephus source, data structures, very useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6578
    • 提供者:Aliceam
  1. Josephus

    0下载:
  2. 具体功能为: 编号为1,2,......,n的n个人按照顺时针方向围坐一圈,每个人有且只有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始顺时针方向自1开始报数,报到m时停止报数。报m 的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新报数,如此下去,直到所有人全部出列为止; 如输入整型数据:1 2 3 4 5 6,输出为2 4 3 1 5 6-You are now use the list is the basis of Joseph ring
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1127
    • 提供者:
  1. YSF_NoHead

    0下载:
  2. 这是用不带头结点的循环链表实现的约瑟夫环程序。-This is not to take the lead with a circular linked list of nodes to achieve Josephus program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:177071
    • 提供者:wsx
  1. Josephus

    0下载:
  2. 用链表实现的约瑟夫环。问题描述:给出人数和一数字n,循环报数,报n的人出列,最后剩下的是第几个人?-Joseph ring
  3. 所属分类:Data structs

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

    0下载:
  2. 使用VC++编写的代码,编写的是数据结构中的约瑟夫环的算法-Use VC++ to write code, write the data structures in Josephus algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:118559
    • 提供者:bing
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 26 »
搜珍网 www.dssz.com