资源列表

« 1 2 ... .09 .10 .11 .12 .13 2414.15 .16 .17 .18 .19 ... 2656 »

[数据结构常用算法zuixiaoshengchengshu

说明:最小生成树问题 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)利用克鲁斯卡尔算法求网的最小生成树。 (2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值。 -minimum spanning tree problem to the n-cit
<wangjian> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法mowangyuyan_whut

说明:有一个魔王总是使用自己的一种非常精练而抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) α→β1β2…βm (2) (θδ1δ2…δn)→θδnθδn-1…θδ1θ 在这两种形式中,从左到右均表示解释。试写一个魔王语言的解释系统,用下述两条具体规则和上述规则形式(2)实现,把他的话解释成人能听得懂的话。 (1) B→tAdA
<wangjian> 在 2025-01-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法project3shixi

说明:数据结构课程设计,校园咨询,为来访客人提供方便查找景点,最短路等信息-data structure course design, campus counseling, visitors find convenient spots, the most short-circuit, and other information
<chaijian> 在 2025-01-11 上传 | 大小:190kb | 下载:0

[数据结构常用算法pet

说明:演示类继承,派生的良好教程。可观察构造函数和析构函数的调用顺序,以及冲在构造函数时的参数继承顺序。-demonstration class inheritance, derived from the good guidance. Observed Constructors and Destructors function call sequences, and the structure-function of the paramete
<ghb> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法bignum

说明:由于计算机存储的限制,当其所存储的数大于32位时,就会有溢出,该程序只要是实现大数加法 减法 乘法。-computer storage limitations, when it stored more than 32 a few hours, there will be a spillover, The procedure is as long as the majority addition subtraction multiplic
<heyangyi> 在 2025-01-11 上传 | 大小:973kb | 下载:0

[数据结构常用算法train3

说明:在学习堆栈的应用时,有一个很典型的例子,就是火车车厢的重排问题,该程序就是针对这个做了一个简单的MFC模拟程序-in learning the application stack, it is a very typical example is the train compartments, the rearrangement, The procedure is to address this and make a simple MFC
<heyangyi> 在 2025-01-11 上传 | 大小:1.89mb | 下载:0

[数据结构常用算法AVLtree

说明:在各种各样的搜索算法中,AVL树的搜索算法可以将其最短的搜索时间做一个保证,本程序就是实现了AVL搜索算法-in a wide variety of search algorithm, AVL tree search algorithms can be the shortest time to do a search that The procedure is to achieve the AVL Search Algorithm
<heyangyi> 在 2025-01-11 上传 | 大小:985kb | 下载:0

[数据结构常用算法lzw

说明:网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
<heyangyi> 在 2025-01-11 上传 | 大小:1.14mb | 下载:0

[数据结构常用算法compartment

说明:车厢调度----数据结构课程设计。利用的栈的结构进行设计,主要包括栈的基本操作,及进行调度的算法。-Scheduling data structure inside the curriculum design. Use the structure of the stack design, including the basic operation of the stack, and scheduling algorithms.
<刘强> 在 2025-01-11 上传 | 大小:191kb | 下载:0

[数据结构常用算法binarytree

说明:二叉树的建立、前序遍历、中序遍历、后序遍历-binary tree establishment, the former preorder, preorder, after preorder
<王碧水> 在 2025-01-11 上传 | 大小:504kb | 下载:0

[数据结构常用算法chengjitongji

说明:我的本科毕设,考试成绩处理系统,内含使用说明及源代码-complete my undergraduate established, the system of examination results, containing descr iptions and the use of source code
<刘坤> 在 2025-01-11 上传 | 大小:274kb | 下载:0

[数据结构常用算法huffmanbianmayima

说明:哈夫曼编码译码,wewewew我 -Huffman encoding decoding, I wewewe w
<> 在 2025-01-11 上传 | 大小:7kb | 下载:0
« 1 2 ... .09 .10 .11 .12 .13 2414.15 .16 .17 .18 .19 ... 2656 »

源码中国 www.ymcn.org