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

搜索资源列表

  1. joseph

    0下载:
  2. 约瑟夫环,可以完成一个游戏,已知初始的密码,和随机的数字,一个个排除人,左后剩下谁。-Joseph Ring
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:325315
    • 提供者:landiri
  1. joseph

    0下载:
  2. 约瑟夫环问题(出圈游戏)。采用面向对象的方式实现。-Joseph Ring question (out of ring games). Object-oriented ways.
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:1092
    • 提供者:ruanwenzhong
  1. Joseph

    0下载:
  2. 用C++语言实现的约瑟夫环。代码简洁,通俗易懂-C++ language with Joseph Central. Code simple and easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:408235
    • 提供者:天涯沦落人
  1. joseph

    0下载:
  2. 约瑟夫环 自己按学校的实验要求编的需要的来下啊 -Joseph Wan own experiments being sought by the school needs to lower ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:652
    • 提供者:
  1. joseph

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

    • 发布日期:2017-04-01
    • 文件大小:663
    • 提供者:木清澄
  1. Joseph

    0下载:
  2. 提供用户从键盘输入和Joseph约瑟夫环的必要数据,并显示出列顺序。-Provide the user from the keyboard input and Joseph Joseph ring the necessary data, and shows the column order.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11680
    • 提供者:秦维康
  1. joseph

    0下载:
  2. 大学本科数据结构课程实验。约瑟夫环C语言实现,内有清晰注释-Experimental data structure of undergraduate courses. Joseph Central C language, there are clear comments
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:176788
    • 提供者:chenshuyi
  1. joseph

    0下载:
  2. 这是个约瑟夫环课程设计,当报数到哪位时就出列,然后以出列的人的密码为下次报数值-This is Joseph Central curriculum design, as reported when the number to which a column, then the column' s password value for the next report
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:228942
    • 提供者:xiazai
  1. Joseph

    0下载:
  2. 有关著名的约瑟夫问题,用了三种方法,链表,公式化描述和虚拟指针-Joseph, the well-known problem, with the three methods, lists, descr iptions and virtual pointer formulaic
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1768
    • 提供者:王萌
  1. Joseph

    0下载:
  2. 约瑟夫问题 用C循环编写的源程序代码 希望对有些人有些用-Issues written by Joseph C cycle
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 约瑟夫环问题的源代码,对你也许有用,希望能帮助你-Joseph loop problem
  3. 所属分类:Other windows programs

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

    0下载:
  2. C语言数据结构实验代码,分别用数组和链表实现约瑟夫环的算法-Experimental code C language data structures, arrays and linked lists were used to implement the algorithm of Joseph Ring
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:387144
    • 提供者:于鑫
  1. Joseph

    0下载:
  2. 解决约瑟夫问题,一圈人围在圆桌上,报数,从某人开始数数,数到4(举例)则该人被淘汰,剩下的人继续,直到全部被淘汰,依次输出淘汰顺序-solve Joseph problems: one for the original one, the other is for the new problem, they are similar,but they are not the same.
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:1276
    • 提供者:hou rijia
  1. Joseph

    0下载:
  2. 这是一个约瑟夫环的代码,其中利用了循环链表,我已经测试过了,没有任何错误,完全能够实现功能。-This is a Joseph ring code, which use a circular linked list, I' ve tested, there is no error, completely to achieve function.
  3. 所属分类:Data structs

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

    0下载:
  2. 解决长期以来我们难以解决的约瑟夫环问题 实现了自由输入人数及出队序号-We solve the long-standing problem difficult to solve to achieve the freedom of Joseph Ring and the team enter the serial number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:759
    • 提供者:huangsha
  1. Joseph

    0下载:
  2. 约瑟夫的实现程序,简单易懂,我们小学期时候做的-Joseph implementation process, easy to understand, we do school on time
  3. 所属分类:Other Games

    • 发布日期:2017-05-02
    • 文件大小:649905
    • 提供者:李翀
  1. joseph

    0下载:
  2. 约瑟夫环的仿真问题,用的是没有头结点的链表实现的-Joseph loop simulation problem is not with the head node of the linked list implementation
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:970
    • 提供者:liufeng
  1. joseph

    0下载:
  2. 编号为1,2,...,n的n个人按顺时针方向坐在圆桌边, 每人持有一密码(正整数),从第s人开始报数, 报到第m人出列, 再从下一人开始报, 直至所有的人都出列为止-Joseph Central C-list resolution process www.firnow.com Time: 2008-01-26 Author: Unknown Editor: andyyoo Views: 1557 [review] comprehensive resource bo
  3. 所属分类:Data structs

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

    0下载:
  2. 解决约瑟夫环问题,是个简单的小程序 作为初学者必须掌握的方法-Solve the problem of Joseph Ring
  3. 所属分类:Other windows programs

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

    0下载:
  2. 此程序是根据约瑟夫问题编写的一段代码,提供给数据结构课程的初学者作为参考-This procedure is based on Joseph to prepare a piece of code available to the data structure as a reference for beginners course
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:544
    • 提供者:lihua
« 1 2 34 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com