资源列表

« 1 2 ... .66 .67 .68 .69 .70 2371.72 .73 .74 .75 .76 ... 2656 »

[数据结构常用算法KMP

说明:使用KMP算法进行模式匹配,算出模式串中next[j]的下标-KMP algorithm using pattern matching, calculated pattern string next [j] subscr ipt
<libin> 在 2025-01-12 上传 | 大小:640kb | 下载:0

[数据结构常用算法BM

说明:使用BM算法对字符串进行模式匹配,得出主串和模式串的匹配下标-BM algorithm using a pattern matching string, draw strings and the main index matching string pattern
<libin> 在 2025-01-12 上传 | 大小:13kb | 下载:0

[数据结构常用算法parenthesis-matching

说明:链栈的方式实现括号匹配的判断,匹配返回成功的提示,不匹配则提示哪个括号不匹配-Judgment chain stack way to achieve parenthesis matching, matching returns success tips, which does not match the prompt does not match brackets
<libin> 在 2025-01-12 上传 | 大小:753kb | 下载:0

[数据结构常用算法pingguojiufeng

说明:数学上有一种分苹果问题,此程序是对它的合理编程- there is a problem of apple problem, this program is for its reasonable programming
<王峥> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法qiujinzhi

说明:此程序可以很方便的实现各个进制数之间的灵活转换-This procedure can easily realize the flexible conversion between hexadecimal number
<王峥> 在 2025-01-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法zhuanhuan

说明:此程序可以很灵活的实现大小写字母之间的灵活转换-This program can be very flexible flexible conversion between the lowercase letters
<王峥> 在 2025-01-12 上传 | 大小:4kb | 下载:0

[数据结构常用算法duoxiangshi

说明:自己编写的用链表实现的多项式,包括多项式的加法和乘法运算-I have written a polynomial with a linked list implementation, including the addition and multiplication of polynomials
<半城月> 在 2025-01-12 上传 | 大小:1.69mb | 下载:0

[数据结构常用算法Stack

说明:用C++写的栈的实现算法,比较好用。其中的栈用两种方法实现,一个是顺序栈,用动态数组实现的;另一个是链式栈,用链表实现的。-Written by C++ stack algorithm, relatively easy to use. Stack them in two ways, one is the order of the stack, with a dynamic array implementations Another i
<半城月> 在 2025-01-12 上传 | 大小:1.67mb | 下载:0

[数据结构常用算法buildTree

说明: 二叉树是采用递归定义的,实现起来代码简洁并且它在具体的计算机科学中有很重要的运用,是一种很重要的数据结构,二叉树有三种遍历和建立的方式。-Binary Tree is a recursive definition, the code is simple to implement and it has very important applications in computer science in particular, is a
<lly> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法HuffmanTree

说明:霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression
<lly> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Maze

说明:利用递归法走迷宫,先试探,再回溯,代码简单,有意思-Maze recursive method, first tentatively, then backtracking, the code is simple, interesting
<半城月> 在 2025-01-12 上传 | 大小:1.6mb | 下载:0

[数据结构常用算法Queue

说明:用C++写的队列数据结构,用两种方式实现的,一种是动态数组,另一种是链式队列。-C++ write queue with data structure implemented in two ways, one is a dynamic array, and the other is chain queue.
<半城月> 在 2025-01-12 上传 | 大小:1.67mb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 2371.72 .73 .74 .75 .76 ... 2656 »

源码中国 www.ymcn.org