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

搜索资源列表

  1. 用C语言写的约瑟夫环

    0下载:
  2. 数据结构课程设计,用C语言编写的约瑟夫环-data structure course design, preparation of the C language Josephus
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37017
    • 提供者:李火土
  1. 约瑟夫问题

    0下载:
  2. 约瑟夫问题c++源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-01-13
    • 文件大小:902331
    • 提供者:liubixi0307
  1. cPP 约瑟夫问题

    0下载:
  2. 1、约瑟夫问题的一种描述是:编号为1,2,3——,n的n个人按顺时针方向围坐一圈, 每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上线值m,从第一 开始按顺时针方向报数,报到m时停止报数。报m的人出列,将他的密码作为新 的 m值,从他在顺时针方向上的下一个人重新开始从1报数,如此下去,直至所有人 全部出列。 2、程序运行后,首先要求用户指定初始报数上限值,然后读取个人的密码。可设n≤30。 3、测试数据:m=20;n=7;密码一次为:3,1
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-03
    • 文件大小:26617
    • 提供者:刘国佳
  1. Joseph-Circle 用顺序表实现约瑟夫环

    0下载:
  2. 用顺序表实现约瑟夫环,对逐个删除的情况进行了特殊考虑,大家可以参考-With the sequence table to achieve Josephus, one by one remove the situation of special consideration, we can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:993872
    • 提供者:chen
  1. jone.rar

    0下载:
  2. 设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。运用循环单链表解决约瑟夫环问题。, Is equipped with n personally to encircle makes, presently starts from some person to count off, leaves ranks the number to the m person, meets from the next pers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:4637
    • 提供者:李子木
  1. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. TC

    0下载:
  2. 我们数据结构课上的一些作业 包括约瑟夫环和哈夫曼树之类的几个程序-Our data structure class operations, including some of Joseph Huffman tree rings and several procedures, such as
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:7273
    • 提供者:况峰
  1. 用C++编写的约瑟夫环

    0下载:
  2. 用C++编写的约瑟夫环- Joseph link compiles which with C
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-10
    • 文件大小:802
    • 提供者:艾鹏
  1. yuesefu

    0下载:
  2. 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve the Joseph link problem: Establishes to circulate Shan Lianbiao, assigns the point according to the smooth search, after
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:1138
    • 提供者:李子木
  1. 实习1.2

    0下载:
  2. 单循环存储结构实现约瑟夫环,n个人从1到n编码,然后围坐一圈,每人持有一密码-one-cycle storage structure to achieve Josephus, n individuals from 1 to n coding, and then sitting around a circle, each holding a password
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:961
    • 提供者:林枝
  1. Joseph

    0下载:
  2. 约瑟夫环源代码,C语言数据结构上机实习作业,保证正确哦!-Joseph Central source code, C language data structure on the machine operation training, and ensure the correct Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:35746
    • 提供者:summer
  1. shujujiegoukeshebaogao

    0下载:
  2. 数据结构课程设计包括1运动会分数统计程序的设计与实现2航空订票系统程序的设计与实现3约瑟夫环程序的设计与实现4哈弗曼程序的设计与实现,有程序源代码和结果截屏-Data structure course design, including scores of statistical procedures 1 Games Design and Implementation of 2 procedures for air booking system Design and Implementation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:164364
    • 提供者:
  1. JosephRing

    0下载:
  2. 数据结构中线性表的应用,约瑟夫环算法。便于数据结构的学习。-Linear data structure in the application form, Joseph Ring algorithm. Data structure to facilitate learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:24537
    • 提供者:尹鹏
  1. josephson

    5下载:
  2. 基于Matlab对约瑟夫森结(Josephson Junction)RCSJ模型的交直流I-V特性及非线性混沌现象进行数值模拟。通过计算机数值模拟得到该模型的非线性微分方程数值解,研究了RCSJ模型中各参量对约瑟夫森结的影响,进而简要分析其I-V特性和非线性混沌现象的产生机理,绘制出约瑟夫森结的交直流I-V特性曲线、非线性微分方程的相图及因其高度非线性而引起的通过倍周期分岔和阵发性原理进入混沌状态的分岔图。还给出庞加莱截面及功率谱。-Matlab based on the Josephson j
  3. 所属分类:matlab

    • 发布日期:2016-04-25
    • 文件大小:20864974
    • 提供者:Ellison
  1. josph

    0下载:
  2. 约瑟夫环问题,采用不带头结点的单链表,进行操作-Joseph Central problem, do not take the lead in adopting single-linked list node, to operate
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:9745
    • 提供者:
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环实验报告很好的资料珍惜啊同志们 -Joseph Central Experimental data report good comrades treasure ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:48697
    • 提供者:pihailong
  1. YSF-duilie

    0下载:
  2. 数据结构课程设计,用队列方式,实现约瑟夫环算法。-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:742
    • 提供者:李成祥
  1. Josephus_Test

    0下载:
  2. 约瑟夫环算法 利用数据结构实现 请各位高手指教-Josephus
  3. 所属分类:Data structs

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

    0下载:
  2. 双向约瑟夫问题,利用双向链表实现双向进行的约瑟夫问题-Two-way Joseph problems, using two-way two-way linked to the issue of Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:205492
    • 提供者:martinwok
  1. Joseph

    0下载:
  2. C++源码_约瑟夫环问题(做了个简单的版本,可供学习参考)。-C++ source code _ Joseph Central issues (do a simple version, available for study and reference).
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:369703
    • 提供者:xwy666
« 1 23 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com