CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 猴子选大王

搜索资源列表

  1. houzixuandaiwang

    0下载:
  2. 猴子选大王是个重要问题 猴子选大王是个重要问题-houzixuandawang
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:1134
    • 提供者:彭林
  1. Josephissues

    0下载:
  2. 求解约瑟夫问题:猴子选大王:设有n个猴子围坐一圈,编号为1到n ,从1号开始报数,数到m的猴子出列;下一个猴子又从1开始报数,数到m 的猴子又出列,依次类推,直到最后一个便是大王。要求输出出列顺序,分别以n=30,m=7;n=7,m=30运行程序,检查结果是否正确。-Solving the issue of Joseph: King of the monkeys selected: with a monkey n around a circle, numbered 1 to n, from th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:57504
    • 提供者:zc
  1. struct

    0下载:
  2. 数据结构课程设计,包括猴子选大王,文章编辑,航空系统,纸牌游戏。-Curriculum design data structure, including the monkey king election, the article editor, aviation systems, card games.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:476377
    • 提供者:书缘
  1. monkey

    0下载:
  2. 猴子选大王问题,这是一个经典的问题,我感觉不错给大家分享下-Monkey king election issue, this is a classic, I feel good to share with you the next
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:779
    • 提供者:高杰
  1. 525

    0下载:
  2. 本产品叫猴子选大王 适用于快速进行单个目标的选举,具用较强的公平性-MONKEYKING
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:1124
    • 提供者:carefen
  1. Four-kinds-of-classical-algorithms

    0下载:
  2. 四种经典的算法,包括猴子选大王,约瑟夫环,迷宫求解,文本编辑-Four kinds of classical algorithms, including the monkey king of the election, Joseph Wan, maze solving, text editor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:133427
    • 提供者:liu jian
  1. monkey

    0下载:
  2. 传统问题猴子选大王的链表解决方案,小弟为新手,多多见谅-monkey,link solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1015
    • 提供者:edgewolf
  1. Joseph

    0下载:
  2. 约瑟夫环的简单实现.猴子选大王的简单实现,用了指针-It is the simple realization of Joseph Ring.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1000
    • 提供者:leya
  1. houzixuandawang

    0下载:
  2. 猴子选大王,用C++ 实现的源程序,欢迎下载-Monkey King the election, using C++ source code implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2922
    • 提供者:安来
  1. monkey

    0下载:
  2. 猴子选大王的程序,即将选中的猴子踢出去。-monkey
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:253049
    • 提供者:莫影凌
  1. Datastructure

    0下载:
  2. 数据结构上机实习报告:航空订票系统和猴子选大王。-Data structures are operating practice report: airline reservation systems and the Monkey King chose.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:499080
    • 提供者:尹天舒
  1. choose

    0下载:
  2. 猴子选大王游戏,其实类似于排序算法,更多是倾向于冒泡排序算法。具体的也记不太清。-monkey choose their king
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:771
    • 提供者:小琪
  1. Monking

    0下载:
  2. 实现猴子选大王问题,中心思想是约瑟夫算法-Many monkeys want to choose a king,so they choose the idea of roll calling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:686
    • 提供者:hitzhc
  1. third

    0下载:
  2. 一群人围在一块儿,通过报数,实现找出最后的一个人。类似于猴子选大王-A group of people gathered around together, through the reported number to find the last one to achieve. Similar to the monkey king election
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1471
    • 提供者:刘观辉
  1. HZXDW

    0下载:
  2. 猴子选大王 数据结构经典问题 C语言实现-Monkey king selected the classic problems of data structure, C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1032
    • 提供者:Haibor
  1. ChooseKing

    0下载:
  2. 约瑟夫问题,也即猴子选大王的问题。采用循环链表来实现。-Josephus problem, namely the problem of the monkey king election. Achieved using circular linked list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:梁运棠
  1. 307

    0下载:
  2. 猴子选大王。从头到尾数,再从尾到头,报数能被N除尽者留下,其余退出。直到剩下不到N只猴子时,报1者为王。-Monkey king election. Number from start to finish, from the end of coming to an end, reported the number of those left behind can be divisible by N, and the remaining exit. Until the monkey is less
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:173270
    • 提供者:贺锐
  1. king_of_monkey

    0下载:
  2. 猴子选大王,大家学习c语言链表时的经典教程之一-Monkey king elections, we learn c language tutorial list when one of the classic
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1709
    • 提供者:张玺
  1. houzixuandawang

    0下载:
  2. 猴子选大王 数据结构课程设计 C++编写-The Monkey King data structure course design choose c++ code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:34482
    • 提供者:as
  1. houzixuandawang

    0下载:
  2. C++中的经典问题,猴子选大王。用递归算法实现的代码-In c++, the Monkey King classic question choose. Use recursion algorithm code
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:877827
    • 提供者:紫剑
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com