资源列表

« 1 2 ... .55 .56 .57 .58 .59 1660.61 .62 .63 .64 .65 ... 2656 »

[数据结构常用算法哈夫曼编码

说明:一个关于哈夫曼编码的程序,用c++编的。可用于对数距的编码-one of Huffman coding procedures, using the c series. For a few from the right coding
<防发> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法多项式计算

说明:这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行。-This is an object-oriented method polynomial four Operational source, efficient algorithm that uses a lot of data structure. Compressed only source files inside
<xtbc> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法子集和问题

说明:子集和问题.rar:这是我学算法设计时的总结,包括定长和不定长做法(也就是回朔法,剪枝限界),当然也包括穷举法.-subset and problems. Rar : This is my learning algorithm design at the conclusion, including fixed-length and variable length approach (that is, back to Schomburg,
<陈杰> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法Big_int2to2

说明:本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions. Can store large enough large integer and the corresponding addition and subtraction opera
<妮娜> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法Critical_path2to2

说明:本设计完成了要求的所有功能,可由系统建立一张图或者由用户自行建立一张图,并对该图进行关键路径的搜寻.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions, from the establishment of a system or plan established by the users themselv
<妮娜> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法BST2to2

说明:完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结-completion of the pilot all the functional requirements and run through the algorithm of a certain novelty, with code written norms, experimental report describes
<妮娜> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法KMP匹配算法

说明:由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorith
<卢孝飞> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法实习5.2

说明:哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
<林一枝> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法improved mergesort

说明:这是一个改进了自顶向下的归并排序,它改进的地方主要有:采用小子文件截止的机制,当序列长度小于32时,采用直接插入排序;对归并的内循环作了优化,判断的次数更少。-This is an improvement from a top-down sort of merger, it improved the main : the deadline for the paper boy mechanism, the length of the se
<唐海浪> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法echsh

说明:二叉树的各种遍历。递归和非递归遍历以及层次遍历。-the binary tree traversal. And recursive and non- recursive traversal level traverse.
<cslf> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法distsort

说明:该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,空间消耗也比较大.-distribution of the program is counting sequencing, it is I have seen the fastest sorting methods, it's time complexity of O (
<唐海浪> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法gelei combination

说明:该程序用格雷码来生成组合数序列,它比一般的方法要快,这是由格雷码的分布特性所决定的.-the procedures used to generate Gray code sequence portfolio, it generally means than to be fast, it was a Gray code distribution by the decision.
<唐海浪> 在 2024-10-06 上传 | 大小:3072 | 下载:0
« 1 2 ... .55 .56 .57 .58 .59 1660.61 .62 .63 .64 .65 ... 2656 »

源码中国 www.ymcn.org