CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 约瑟夫

搜索资源列表

  1. Joseph

    0下载:
  2. 对约瑟夫问题的求解,适用于初学者熟悉数组函数-Solving the problem of Joseph, for beginners familiar with the array function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:26739
    • 提供者:冯益
  1. shuyjujiegousheji1.6

    0下载:
  2. 数据结构设计,约瑟夫环程序设计,自认为写的还不错!-Data structure design, Joseph Central programming, since that' s also good to write!
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:225078
    • 提供者:小新
  1. jusefu

    0下载:
  2. 约瑟夫环解法非常短,很强大,利用栈堆,数据结构基础知识-Joseph Central solution is very short and very powerful, the use of stack heap, the basic knowledge of data structure
  3. 所属分类:Data structs

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

    0下载:
  2. 这是数据结构中关于链表一部分的经典题目--约瑟夫-This is a linked list data structure on the part of the classical topics- Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:798
    • 提供者:中杰
  1. VCshujuku

    0下载:
  2. 约瑟夫环求解 约瑟夫环求解 约瑟夫环求解-Joseph Joseph Central, Central, solving solving solving Joseph Joseph Central, Central, Central Solving Solving Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:681
    • 提供者:杨波
  1. Josephus

    0下载:
  2. 关于约瑟夫环的实验设计报告,实验目的,源码-Joseph Central on the report of the experimental design
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8023
    • 提供者:micmon
  1. yuesefuhuan

    0下载:
  2. 通过链表的插入和删除实现约瑟夫环,熟练掌握数据结构的基础内容.-Through the linked list insertion and deletion of the achievement of Joseph Wan, the master data structure based on content.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:648
    • 提供者:kdw
  1. ds[1].tar

    0下载:
  2. 数据结构中链的链表的应用,约瑟夫问题,皇后问题等十个数据结构常见问题的程序 -Data structure in the linked list chain applications, the issue of Joseph, 10 Queen' s data structure, etc. The program Frequently Asked Questions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:158593
    • 提供者:suphydodo
  1. Experiment

    0下载:
  2. 约瑟夫环问题,N个人围成一圈,报数,数到M的人退出。求出出列序号,-joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:564
    • 提供者:chen
  1. Joseph_Central

    0下载:
  2. 数据结构中的经典问题,约瑟夫环在C++中的具体算法实现-Data structure of the classical problem, Joseph Ring in C++ algorithm specific
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:zhoujie
  1. ysfh

    0下载:
  2. 用单循环链表编写的约瑟夫环,应用c语言编写-Josephus MADE BY C
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4301
    • 提供者:john
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环的问题``建立单循环链表输入密码-Joseph `` the establishment of the issue of Central monocyclic password list
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:满林
  1. shujujiegoubaogao

    0下载:
  2. 数据结构实验报告,关于约瑟夫环等几个著名算法的源代码-shujujiegoushiyanbaogao
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:14973
    • 提供者:esiye
  1. YSFHUAN

    0下载:
  2. 约瑟夫环的问题.采用循环链表来解决...简单-Joseph Ring issue. ... Using circular linked list to solve a simple ....
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5637
    • 提供者:三水寿
  1. yuesefuhuan

    0下载:
  2. 使用VC编写的约瑟夫环程序,简单明了,方便使用-Prepared using the VC Joseph Central program, simple and clear, easy to use
  3. 所属分类:Data structs

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

    0下载:
  2. 以visual studio 2005为开发环境的约瑟夫环设计。-Environment: visual studio 2005
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:350245
    • 提供者:lin
  1. Josephus

    0下载:
  2. MFC编程实现约瑟夫环(编号为1—n的n个人按顺时针方向围坐一圈,首先从第m个人开始按顺时针方向从1开始依次报数,报到数m的人就出圈,然后再从他的下一个人开始,重新从1开始报数,报到m的人,再令其出列,一直到所有人都出圈为止。求出n个人的出列编号序列。)-MFC Programming Joseph Central (numbered 1-n n-person sitting clockwise circle, starting with the first m individuals to e
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:38906
    • 提供者:方荣富
  1. ycf

    0下载:
  2. 约瑟夫环问题求解算法C语言源代码。学习算法的初学者可以-Joseph Ring Problem Solving Algorithm C language source code. Beginner can look at the learning algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:712
    • 提供者:古云端
  1. JOSEPHUS

    0下载:
  2. 著名的约瑟夫环问题,采用链表数据结构  已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。-well-known Josephus Problem,using link list method
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:93007
    • 提供者:宋歌
  1. Joseph

    0下载:
  2. 约瑟夫问题,n个人围一个圈,输入m,每次第m个人被淘汰,留下的为胜利者-Joseph problems, n individuals are gathered in circles, type m, each time the first m individuals have been eliminated, leaving for the winner
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:370114
    • 提供者:wc
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com