资源列表
[数据结构常用算法] stringmatch
说明:高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配-High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match<段建国> 在 2025-11-28 上传 | 大小:7kb | 下载:0
[数学计算/工程计算] zhixiannihe
说明:内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand<lxq> 在 2025-11-28 上传 | 大小:3kb | 下载:0
[matlab例程] Computing_the_wavelet_transform_of_an_image
说明:Computing the wavelet transform of an image First we load the image Then we set up the parameter of the transform At last we actually perform the transform If we do the inverse transform, we get back nearly the original image Finaly we disp<Swati> 在 2025-11-28 上传 | 大小:123kb | 下载:0
[STL] Howtostudy_STL_CN
说明:STL 是Standard Template Library的缩写,中文名是标准模板库。STL以其独特的魅力得到越来越多的程序员钟爱,STL彻底封装复杂的数据结构,提供丰富灵活的程序接口,同时还能保证程序的运行效率。-STL is an acronym for Standard Template Library, Chinese name is a standard template library. STL for its unique charm to be loved more and m<rain> 在 2025-11-28 上传 | 大小:587kb | 下载:0
[matlab例程] Image_denoising_with_wavelet
说明:Image denoising with wavelet We first load an image, and add some noise to it The orthogonal wavelet transform is not very efficient for image denoising because it lacks translation invariance. This is why there is so many reconstruction artifact<Swati> 在 2025-11-28 上传 | 大小:220kb | 下载:0
[matlab例程] Linear_and_non
说明:Linear and non-linear approximation with wavelets Linear approximation is obtained by keeping M low frequency coefficients and then applying the inverse wavelet transform. Here we take M=n^2/4 by keeping n/2 x n/2 low frequency coefficients. Lin<Swati> 在 2025-11-28 上传 | 大小:95kb | 下载:0
[matlab例程] Multiscale_texture_synthesis
说明:Multiscale texture synthesis The Heeger and Bergen SIGGRAPH 95 synthesis algorihtm computes a new texture by matching the histogram of a steerable transform (starting from an initial random noise). It works well for cloud-like texture, and fail to<Swati> 在 2025-11-28 上传 | 大小:83kb | 下载:0
[matlab例程] Quincunx_wavelet_transforms
说明:Quincunx wavelet transforms Quincunx wavelets are non-separable transform that allows to avoid using vertical/horizontal wavelets. The scaling grows like 2^{j/2} with the scale j instead of 2^j, which can be advantageous. Biorthogonal quincunx w<Swati> 在 2025-11-28 上传 | 大小:172kb | 下载:0
[matlab例程] Signal_processing_with_wavelets
说明:Signal processing with wavelets You can do the same thing with 1D signals<Swati> 在 2025-11-28 上传 | 大小:9kb | 下载:0