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

搜索资源列表

  1. jose

    0下载:
  2. 用C++语言实现的约瑟夫问题,主要采用链表结构,可以自己输入总人数以及存活的间隔。-Joseph problem with C++ language, the main use of the list structure, you can enter your own survival as well as the total number of intervals.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:513
    • 提供者:mmhy
  1. huan

    0下载:
  2. 约瑟夫环的程序,简单明了,面试经典题,对链表知识的拓展练习。-Joseph ring program, simple, classic interview questions, to list the development practice of knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:211838
    • 提供者:许丽萍
  1. Joseph

    0下载:
  2. java版的约瑟夫环实现,使用了内部类与循环链表-joshn in java with inner class
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3953
    • 提供者:demn
  1. CircleChild

    0下载:
  2. 约瑟夫环的OOP解决方案。封装两个类。通过OOP的方式进行运行。不同于面向过程编程,通过封装成Circle和Child类实现的简单约瑟夫环问题。-Josephus OOP solutions. Package two classes. Be run by way of OOP.
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1351206
    • 提供者:崔嘉
  1. joseph

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

    • 发布日期:2017-04-04
    • 文件大小:14029
    • 提供者:吴佳桐
  1. joephs-problem

    0下载:
  2. 本程序是中国科学技术大学数据结构的上机作业,本人亲自编写并调试通过,主要使用链表求解约瑟夫问题。-This program is on the machine operation University of Science and Technology of China data structures, personally written and debugged, the main use of the list Joseph problem solving.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:722708
    • 提供者:王启
  1. Josephus

    0下载:
  2. 数据结构与算法分析:约瑟夫环(双向链表)-Algorithm Analysis: Josephus (doubly linked list)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6179
    • 提供者:Austin Chou
  1. jose

    0下载:
  2. 约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。通常解决这类问题时我们把编号从0~n-1,最后结果+1即为原问题的解。 -Josephus (Josephus problem) is the application of a mathematical problem: Given n indi
  3. 所属分类:Other systems

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

    0下载:
  2. 约瑟夫环文题描述:已知n个人围坐圆桌周围。从编号k的人开始报数,数到m的那个人出列;他的下一个人有1开始报数,数到m的那个人呢出列,一次规律重复下去-Joseph ring title descr iption: n known individuals sitting around the table.People began to count off number k, count to m out the man He has 1 started to count off the next
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:王淑婷
  1. TestJosephus

    0下载:
  2. 华为编程大赛 简洁明了的约瑟夫环计算。代码支持指定从任意位置开始报数。支持指定报到任意数时候退出。-The programming competition held by HUAWEI
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:535
    • 提供者:刘仙
  1. yuesefu-game

    0下载:
  2. 用c++语言在vs环境中实现的约瑟夫环小游戏,供初学者参考使用-Using c++ language environment vs implemented Josephus games, reference for beginners to use
  3. 所属分类:Other Games

    • 发布日期:2017-05-03
    • 文件大小:893504
    • 提供者:tianyuan
  1. Circulink

    0下载:
  2. C#利用循环双向链表解决约瑟夫环问题,算法简明可读性强,是学习数据结构的优秀材料。-Using C# to solve the problem of Joseph ring cycle of two-way linked list algorithm is concise, readable, is excellent learning materials data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:36570
    • 提供者:buaa_sheng
  1. Josephus

    0下载:
  2. 约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-Josephus (Josephus problem) is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n respec
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:520152
    • 提供者:rivasherlock
  1. 001

    0下载:
  2. 单链表、双链表、队列建立、测长、打印、删除、插入、逆置完整代码,约瑟夫环,-Single list, double-linked lists, queues build, test length, print, delete, insert, set against the complete code, Josephus,
  3. 所属分类:Other windows programs

  1. Joseph

    0下载:
  2. 约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的顺序是:5,4,6,2,3,1。-Joseph is a well-known problem: N personal circle, starting the first report number, the M will be killed, the last remaining one, the others will be killed. For ex
  3. 所属分类:Button control

    • 发布日期:2017-04-16
    • 文件大小:12367
    • 提供者:ROUKEN
  1. xiangmu1

    0下载:
  2. 约瑟夫问题,可以解决循环链表问题还有单链表-look this question,you will find your answer
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3535
    • 提供者:汪维
  1. data-structure

    0下载:
  2. 在学习数据结构时完成的几个小的编程练习,大家可以参考参考,分别是中缀转后缀表达式,约瑟夫问题,一元多项式相乘-Upon completion of the study data structure of several small programming exercises, you can refer to the reference, which are in turn postfix infix expression, Joseph problems, one yuan polynomia
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2410
    • 提供者:julie
  1. JosephGame

    0下载:
  2. mfc约瑟夫环的实现 基于对话框的约瑟夫环,比较简单实用-Josephus achieve mfc Josephus dialog-based, relatively simple and practical
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3697445
    • 提供者:南宫翎
  1. Joseph

    0下载:
  2. 约瑟夫环问题,一群人围在一起做成环状,从某个编号开始报数,数到某个数的时候,此人出列,下一个人重新报数,一直循环,直到所有人出列,约瑟夫环结束。-Josephus problem, a group of people get together to make a ring, a number countin, count to a number of time, this person out of the line, the next person to re-report the numb
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:720
    • 提供者:bridge
  1. YUESEFU

    0下载:
  2. 数据结构经典练习题,约瑟夫环,完整版,编译无错误-data structure exercise
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:66711
    • 提供者:wtq
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com