资源列表

« 1 2 ... .63 .64 .65 .66 .67 27368.69 .70 .71 .72 .73 ... 28522 »

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

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

[数据结构常用算法向量排序

说明:书中共介绍了四类排序函数:插入排序、起泡排序、选择排序、快速排序。我们需要建立一个无序随机序列,分别用上述排序方法对建立的无序序列有序化,编写相应的程序计算每种算法的赋值次数、比较次数以及所用时间,以此为依据来判断各种算法的效率。-introduced a total of four ranking functions : insertion sort, bubble sort, select, in order of Quick So
<卢孝飞> 在 2024-11-20 上传 | 大小:6kb | 下载:0

[matlab例程LSB

说明:lsb算法将水印图像按最不重要位(LSB)方法嵌入到载体图像中,在把水印从载体图像中提取出来-This is a LSB algorithm that embedding watermark into the least important part of the primary image, and the watermark can be extracted from the primary image.
<wj> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数学计算/工程计算oriencombin

说明:利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组-the use of horizontal recursive algorithm to solve the problem of data sets, such as the array is a length of len, horizontal display recursive B (a,
<dym> 在 2024-11-20 上传 | 大小:1.49mb | 下载:0

[数值算法/人工智能货郎担分枝限界算法图形

说明:货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
<李宏亮> 在 2024-11-20 上传 | 大小:4kb | 下载:0

[数值算法/人工智能货郎担问题源代码

说明:货郎担问题源代码 货郎担问题源代码-traveling salesman problem source code traveling salesman problem
<李宏亮> 在 2024-11-20 上传 | 大小:3kb | 下载:1

[数据结构常用算法Lib_loverxb

说明:各种实用的子程序,包括数据类型的转换,芯片的驱动等-various practical subroutine, including the conversion of data types, such as driver chips
<小宝> 在 2024-11-20 上传 | 大小:14kb | 下载:0

[数据结构常用算法huffman222

说明:huffman编码-huffman coding
<fsda> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法数据结构课程设计.ff

说明:这是我的数据结构课程设计,经过我1周左右时间的润色,相信会对正在学习数据结构的人们有些用处-This is my data structure curriculum design, a week after I lay around, I believe it is currently studying the data structures useful in some people
<风度> 在 2024-11-20 上传 | 大小:276kb | 下载:0

[压缩解压fft_64

说明:图像压缩的GUI程序,可以直接调用,直接读入图片对其压缩-image compression GUI program can directly call directly read into its compressed images
<天空> 在 2024-11-20 上传 | 大小:64kb | 下载:0

[压缩解压产生哈夫曼编码的源代码

说明:用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment
<鲸鱼> 在 2024-11-20 上传 | 大小:4kb | 下载:0

[数学计算/工程计算数字信号处理教程——MATLAB释义与实现

说明:这是数字信号处理——matlab释义与实现一书的源代码-This is the Digital Signal Processing-- Matlab Interpretation and Implementation of a source book
<张伟> 在 2024-11-20 上传 | 大小:415kb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 27368.69 .70 .71 .72 .73 ... 28522 »

源码中国 www.ymcn.org