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

搜索资源列表

  1. monkey

    0下载:
  2. 单文档+对话框 实现猴子报数(约瑟夫)功能并输入出队序列。-Single Document+ dialog to achieve the monkeys reported that the number of features
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:91024
    • 提供者:cc
  1. yuesefuhuan

    0下载:
  2. 一份不错的约瑟夫环实习报告,希望对大家有用。哈哈、-A good internship report Joseph ring and hope for all of us. Haha,
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:10901
    • 提供者:legoua
  1. 2

    0下载:
  2. 利用循环链表解决约瑟夫环问题 可能会有不足之处 希望高手-Joseph Ring using circular linked list to solve the problem may be the inadequacies of hope to see master
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:534
    • 提供者:alex
  1. Joseph

    0下载:
  2. 利用单向循环链表解决约瑟夫环问题,按出列的顺序印出各人的编号。-The use of one-way circular linked list to solve the problem, Joseph Wan, according to the order of a column printed in each number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:959
    • 提供者:lzh
  1. 2

    0下载:
  2. [问题描述] 约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 [基本要求] 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 -[Problem Descr iption] J
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:187938
    • 提供者:楚潇
  1. Joseph

    0下载:
  2. 数据结构实验:用链表模拟约瑟夫环问题C语言 Joseph-Experimental data structure: the problem with the linked list C-ring analog Joseph Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:743
    • 提供者:zx
  1. link

    0下载:
  2. 这个是链表模拟约瑟夫环,刚刚那个是顺序表模拟的-This is a list analog Joseph Central, just the order of the table that is simulated
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:672
    • 提供者:zx
  1. jusef

    0下载:
  2. 约瑟夫环C语言源代码,主要讲述约瑟夫环的编写方法-Joseph Ring C language source code, mainly about the compilation of Joseph Ring
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:164494
    • 提供者:wang nana
  1. Johnsephe-problem

    0下载:
  2. 用于解决约瑟夫问题,又需要的初学者可以下载来看看,完全开放,欢迎指导-Joseph used to solve the Joseph problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:582
    • 提供者:赖锐鹏
  1. Joseph_Ring

    0下载:
  2. 这是一个关于约瑟夫环的经典程序,用C编写的-This is a classic ring on Joseph program, written using C
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:830
    • 提供者:xx
  1. 00

    0下载:
  2. 约瑟夫环数据结构实训内容 大学计算机专业实训内容-Joseph ring data structure the content of University Computer Training Professional Training Content
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:948
    • 提供者:wang
  1. Joseph

    0下载:
  2. 这是一个约瑟夫环问题,也可以看作是一个有趣的小游戏。有n个人围成一圈,每人手持一个密码;从第一个人开始报数,报到上限值就出列,并报出自己的密码,直到最后一个出列。-This is an issue of Joseph ring can also be seen as an interesting little game. There are n individuals form a circle, each armed with a password from the beginning th
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:174545
    • 提供者:Annie
  1. jsf

    0下载:
  2. 约瑟夫算法,算法设计与分析里的一个经典例子-Joseph algorithms, algorithm design and analysis inside a classic example. . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:264902
    • 提供者:linchengjian
  1. shujujiegou

    0下载:
  2. 主要 文本格式化 数据结构 课题源码 绝对好用 可以格式化文本 还有其他很多源码 我一个学期的结晶 如 约瑟夫环 进制转换 z3回文判断等等 共有18个课题-The main subject of text formatting source data structure can be absolutely easy to use formatted text there are many other source I have one semester
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:16941
    • 提供者:大龙虾
  1. YSF

    0下载:
  2. 这是求解经典问题约瑟夫问的C++数据结构解法,结构清晰简单,便于新手上手。-This is a classic problem solving, Joseph asked C++ data structure solution, structure, clear and straightforward, easy to novice get started.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:645107
    • 提供者:hejianchao
  1. josef

    0下载:
  2. 约瑟夫环的代码,很好用,算法想尽,注释很多,是一份详尽的说法代码。-Joseph Ring of code, well used, algorithms tried, comments a lot, is a detailed statement the code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:177412
    • 提供者:jessica
  1. josephus

    0下载:
  2. 2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -2, Joseph (Josephus) Central Question: nu
  3. 所属分类:CSharp

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

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

    • 发布日期:2017-04-05
    • 文件大小:515
    • 提供者:angela
  1. 1

    0下载:
  2. 约瑟夫问题 还好吧 数据结构的 自己编的 错了 请指教 -soso
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:618
    • 提供者:安强
  1. Practice1

    0下载:
  2. 约瑟夫环:利用单项循环链表存储结构模拟此过程,按照出列的顺序打印出各人的编号和密码。 -Joseph Ring: The single linked list storage structure simulation of this process, according to the order of the columns to print out each number and password.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3887
    • 提供者:李翔
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com