资源列表

« 1 2 ... .51 .52 .53 .54 .55 1056.57 .58 .59 .60 .61 ... 2656 »

[数据结构常用算法SomeoneDie

说明:约瑟夫生者死者游戏 30个旅客同乘一条船,因为严重超载,加大风浪大作,危险万分。因此船长告诉乘客,只有将全船一半的旅客投入海中,其余人才能幸免遇难。无奈,大家只得同意这种办法,并议定30个人围坐一圈,由第一个人数起,依次报数,数到第9人,便把他投入大海中,然后再从它的下一个人数起,数到第9人,再将他扔进大海中,如此循环地进行,直到剩下15个乘客为止。问哪些位置是将被扔下大海的位置。-Joseph living and the dead passengers in 30 games with a
<Kim> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[数据结构常用算法Graph

说明:实现了数据结构中的图的建立搜索等功能,希望与大家分享学习、-Implementation of data structure diagrams of search functions, I hope to share learning,
<刘兵> 在 2025-06-17 上传 | 大小:105kb | 下载:0

[数据结构常用算法joseph

说明:这是个约瑟夫环课程设计,当报数到哪位时就出列,然后以出列的人的密码为下次报数值-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
<xiazai> 在 2025-06-17 上传 | 大小:224kb | 下载:0

[数据结构常用算法Queueinsertfirst

说明:Data Structure Queue_insert_first-Data Structure Queue_insert_first
<booanniez> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法HuffmanCode

说明:本程序是数据结构中常见的哈弗曼编码的实现,通过统计文本文件中的字符出现次数,在另一个文本文件中输出统计次数及对应编码,在两一个文本文件中可以给出英语短文对应的翻译编码。-This procedure is common Havermann data structure encoded to achieve, through the statistics text file in the number of characters that appear in another text file i
<cwz> 在 2025-06-17 上传 | 大小:254kb | 下载:0

[数据结构常用算法chain

说明:一个用单向链表存储多项式的实现,可以实现两个多项式的建立,并实现多项式的加减乘除运算。-A polynomial with a one-way linked list storage implementation, the establishment of two polynomials can be achieved, and to achieve polynomial addition and subtraction, multiplication and division operatio
<cwz> 在 2025-06-17 上传 | 大小:1.13mb | 下载:0

[数据结构常用算法Group

说明:实现图的建立,遍历和添加,删除点,边以及改变变的权值,求任意两点的最短路径等等操作-Implementation diagrams, the traverse and add, delete points, edges, and varying the weights, find the shortest path between any two points and so operation
<圣王> 在 2025-06-17 上传 | 大小:4.05mb | 下载:0

[数据结构常用算法compmouse

说明:老鼠走迷宫程序实际示例 可以寻找所有路径以及找出所有路径当中的最短路径。-Mouse Maze procedure can find all the practical example of the path and find the shortest path among all paths.
<石玉> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[数据结构常用算法Joseph

说明:有关著名的约瑟夫问题,用了三种方法,链表,公式化描述和虚拟指针-Joseph, the well-known problem, with the three methods, lists, descr iptions and virtual pointer formulaic
<王萌> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[数据结构常用算法Huffman

说明:程序可以实现哈弗曼自动编码功能!很详细的!很有参考价值!-Program can be Havermann automatic coding features! Very detailed! A good reference!
<gongweijun> 在 2025-06-17 上传 | 大小:244kb | 下载:0

[数据结构常用算法code

说明:  Mark Allen Weiss   1987年在普林斯顿大学获得计算机科学博士学位,师从著名算法大师Robert Sedgewick,现任美国佛罗里达国际大学计算与信息科学学院教授.他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的*(2000-2004).他的主要研究方向是数据结构,算法,和教育学.- In this second edition of his successful book, experienced teacher and autho
<narsu> 在 2025-06-17 上传 | 大小:65kb | 下载:0

[数据结构常用算法HUFMM

说明:哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路长度记为WPL=(W1*L1+W2*L2+W3*L3+…+Wn*Ln),N个权值Wi(i=1,2,…n)构成一棵N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,…n)。可以证明哈夫曼树WPL是最小的。-Huffman tree is also called the optimal bina
<再次> 在 2025-06-17 上传 | 大小:94kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 1056.57 .58 .59 .60 .61 ... 2656 »

源码中国 www.ymcn.org