资源列表
[压缩解压] arithmetic
说明:算术编码是信源编码中的一种,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding is a source coding, image compression is one of the main algorithms. Is a lossless data compression method, but also a method of entropy coding.<zhangli> 在 2025-05-02 上传 | 大小:1kb | 下载:0
[matlab例程] gauss_elimination
说明:高斯消元法解矩阵方程组的matlab语言-Gaussian elimination method for solving matrix equations matlab language<冷凌川> 在 2025-05-02 上传 | 大小:35kb | 下载:0
[人工智能/神经网络/遗传算法] data_tsumoto
说明:用C#实现K-means算法,对此算法进行过调试,可以的VS2005环境下运行。-Achieved with C# K-means algorithm, this algorithm had debugging, I can run under VS2005.<jiangjiang> 在 2025-05-02 上传 | 大小:1.95mb | 下载:0
[matlab例程] MATLAB-PROCEDURE
说明:MATLAB的基本应用以及一些基本算法的介绍-MATLAB' s basic applications, and introduces some of the basic algorithm<凤琰> 在 2025-05-02 上传 | 大小:1.34mb | 下载:0
[matlab例程] MATLAD-and-DSP
说明:在MATLAB下的数字信号处理的一些应用和实例-Under the MATLAB digital signal processing applications and examples of some<凤琰> 在 2025-05-02 上传 | 大小:232kb | 下载:0
[数据结构常用算法] Radix-Sort
说明:基数排序(radix sort)则是属于“分配式排序”(distribution sort),基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的比较性排序法。 -Radix sort (<mfeng> 在 2025-05-02 上传 | 大小:1kb | 下载:0