搜索资源列表
search_algorithm
- 常用搜索算法,包括8数码游戏,A star算法类的实现,以及黑白棋算法等-commonly used search algorithm, including eight digital games, Class A star of the algorithm to achieve, and reversi algorithm
lossless_code.tar
- 常用的无损压缩算法源代码,包括huffman ,算术编码,等。-common lossless compression algorithm source code, including Huffman and arithmetic coding, and so on.
bitio
- 该源码提供了数据压缩算法中经常需要使用的内存中的位操作常用算法-the source for the data compression algorithm often need to use the memory of the commonly used algorithm-operation
zuiyouhua
- 最优化实验,用的是MATLAB,题目不是很难主要是练习用,学会对实际问题进行数学抽象。 掌握常用的最优化算法。 运用相关数学软件设计程序进行求解。 -optimization experiments, using the MATLAB, the main topic is not difficult to practice with. learn to practical issues abstract mathematics. Master of the most commonly
sha1sourcecode
- 本代码是SHA1用C语言实现的源代码,SHA1与MD5是目前最为常用的HASH算法,可用于认证及签名等
md5sourcecode
- 本代码是C语言实现的MD5算法的源代码。MD5和SHA1是目前最为常用的HASH算法,可用于认证签名等。
Compression
- 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform
LZWCompression
- LZW是一种常用的压缩算法,可以直接下载来对某些数据进行压缩
常用算法程序集C语言描述第三版含源代码(1)
- 常用算法程序集C语言描述第三版含源代码(1)常用算法程序集C语言描述第三版含源代码(1)
CompressDecompress.rar
- ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
duibidulargen
- 图象处理的常用算法\meanfilter.rar 对比度拉伸-Commonly used image processing algorithm meanfilter.rar contrast stretching
matlab
- 这是一些文本聚类的matlab函数,是遗传算法过程中的一些常用函数-This is some text clustering matlab function, genetic algorithm is the process of some of the commonly used functions
an-Encyclopedia-of-Matlab-algorithms
- matlab算法大全(配备各种数学建模常用算法的matlab程序,适合MCM等各项数学建模比赛)-matlab matlab algorithm Daquan (with a variety of mathematical modeling algorithm commonly used procedures for MCM and the Mathematical Contest in Modeling)
Matlab-OF-MATHMATIC
- 数学建模常用算法的MATLAB程序,在全国数学建模比赛中能使用!-MATLAB OF MATHMATIC,SOME EXAMPLE YOU CAN USE
functional-approximation
- matlab语言常用算法程序集之函数逼近的多种方法-Matlab language commonly used algorithm sets a variety of methods of function approximation
Statistics-and-data-analysis
- MATLAB语言常用算法程序集之-数据的统计和分析源代码-Statistics and data analysis
partial-differential-equations
- MATLAB语言常用算法之偏微分方程的数值解法-Numerical solution of partial differential equations
Nonlinear-equations
- MATLAB常用算法集-非线性方程组求解的源代码-The solution of nonlinear equations
常用算法程序集(C语言描述)第三版
- 常用算法程序集(C语言描述)第三版 徐士良 源码+PDF(Commonly used algorithm assembly (C language descr iption) Third Edition Xu Shiliang source code, +PDF)
路径规划常用算法
- 此文件包含有传统的路径规划算法及A*算法,可以在次基础上进行二次开发。