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

搜索资源列表

  1. josjos

    0下载:
  2. 约瑟夫问题(循环链表实现)15个数排成一排,从第一个开始,每到第四个,删除,问最后留下的数是原告的第几个数-kkk
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1889046
    • 提供者:王柳才
  1. Joseph

    0下载:
  2. 约瑟夫问题,用循环队列解决,从指定的第m个元素到第n个元素依次读出队列中的元素-Joseph problems, and use circular queue resolved, the first m from the specified element to the first n elements in turn to read out the elements of the queue
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1507
    • 提供者:王远
  1. JosephProblem

    0下载:
  2. 解决约瑟夫问题,很传统的题目了。方式很简洁,链表和数组两种数据结构-Solving Joseph Problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1794541
    • 提供者:王钊
  1. Joseph_ring20120813

    0下载:
  2. 约瑟夫环问题的c++解决方法,包括双向链表和单向链表两种解决方法。-Josephus problem c++ solutions, including the doubly linked list, singly linked list are two workarounds.
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5258533
    • 提供者:沈宙
  1. JOsEPH1

    0下载:
  2. 约瑟夫环-Joseph Central
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-03
    • 文件大小:870
    • 提供者:杜晓雨
  1. YSF

    0下载:
  2. 约瑟夫问题-The Joseph cycle problem.
  3. 所属分类:

    • 发布日期:2017-11-10
    • 文件大小:1188
    • 提供者:陈理
  1. Joseh

    0下载:
  2. 约瑟夫问题的一个解法,主要利用数组来解决,代码为C++源代码。-Joseph A solution, the main use of the array to resolve the symbol C++ Source code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:6233
    • 提供者:link
  1. c++

    0下载:
  2. c++源代码,包括约瑟夫问题、万年历的实现、用C++编写通讯录、螺旋方阵的输出、分形算法和一个编程大赛试题等等。-c++ source code, including Joseph problems, the realization of calendar with C++ the preparation of contacts, the output of square spiral, fractal algorithm and a programming contest questions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5225
    • 提供者:阿铁
  1. Josephus.java

    0下载:
  2. Josephus.java,是java课程的实验2 求解约瑟夫环问题-Josephus.java, is a java course experiment 2 Joseph Cycle Problem Solving
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2202
    • 提供者:叶毅
  1. yuesefu

    0下载:
  2. 约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止-A descr iption of Joseph is: No. 1,2, ..., n of n individuals according to a clockwise direction ar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:44224
    • 提供者:王军
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环问题:任给正整数N和K,按下述方法可以得到1,2, …,n的一个置换,将数字1,2,…,n环形排列,按顺时针方向自1开始报数,报到K时输出该位置上的数字,并使其出列。然后从他在顺时针方向的下一个数字继续报数,如此下去,直到所有的数字全部出列为止。例如N=10,K=3,则正确的出列顺序应为3,6,9,2,7,1,8,5,10,4。-Joseph Central questions: any given positive integer N and K, the following met
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1032
    • 提供者:刘慧
  1. yuesefuhuan

    0下载:
  2. 数据结构&C++,约瑟夫环。是著名的约瑟夫想出来的。-Data Structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:6587
    • 提供者:shirley
  1. yuesefu

    0下载:
  2. 实现的是对约瑟夫问题的c语言编程,实现的简单而且易懂。-Realized the problem of Joseph c language programming, to achieve the simple and easy to understand.
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:960
    • 提供者:leo
  1. Jesephus

    0下载:
  2. 解决约瑟夫环的问题,并输出出圈的顺序。约瑟夫环的大小是任意的。-Joseph Ring solve problems, and the output of the loop sequence. Joseph ring size is arbitrary.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 经典的约瑟夫问题,呵呵,大家应该很熟悉不过了 ,不过还是值得看看! -Joseph classic problem, huh, huh, we should be very familiar, but it is still worth to see!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2829
    • 提供者:刘建昆
  1. Joseph

    0下载:
  2. 使用C++编写的解决约瑟夫问题的小程序.-The use of C++ Prepared to resolve the issue of Joseph applet.
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:860
    • 提供者:林澜
  1. 1

    0下载:
  2. 约瑟夫环算法,可以利用此算法解决栈存储的约瑟夫环问题.-Joseph loop algorithm, can use this algorithm to solve the storage stack Joseph Central problems.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:wxg
  1. hello

    0下载:
  2. 约瑟夫环是学习单链表的一个比较好的垫脚石,是数据结构课程设计的一部分-Joseph is the study and a single list of a better stepping stone, is a data structure as part of the curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1076
    • 提供者:sunnydream
  1. 123456

    0下载:
  2. 课程设计典型题源码,约瑟夫,计算器,数据结构等问题-Curriculum design typical source title, Joseph, calculators, data structure and other issues
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:32172
    • 提供者:liujian
  1. wugexiaochengxu

    0下载:
  2. 有回文字判断,约瑟夫环,最大字符平台,快速排序,统计个人分数!!!都是些小程序,但是实现很好-Back to the text there to judge, Joseph Wan, the greatest characters platform, quick sort, statistics Personal Score! ! ! Procedures are small, but to achieve good
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5110
    • 提供者:章海翔
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com