资源列表
zlib1.zip C语言的zlib.lib和zlib.h
- 包含可用于C语言的zlib.lib和zlib.h,Zlib.lib and zlib.h which can be used in C
zlib_pascal.zip zlib pascal语言源码
- zlib pascal语言源码 ,The source in Pascal of zlib
zlib.zip zlib源码
- zlib源码 ,zlib source
lzw_soft.zip lzw压缩解压算法源码
- lzw压缩解压算法源码,The soruce of LZW compression algorithm
DBSCAN matlab souce code
- DBSCAN matlab souce code,DBSCAN matlab souce code
SVM_SteveGunn.rar 支持向量机的程序
- 支持向量机的程序,可以进行分类和回归,效果比神经网络好,没有维数灾难的问题,是比较好的建模方法。,Support vector machine procedures can be carried out the classification and regression, the effect better than the neural network, there is no dimension disaster problem, it is more good modeling metho
Strassen矩阵乘法算法 C++程序源码
- Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
ClosestPair 二维最近点对算法
- 二维最近点对算法,分别用遍历方法和分治算法实现,并对实现的时间进行比较-Two-dimensional nearest point of the algorithm, respectively, and partition with traversal algorithm, and compare the time to achieve
xianxingbiao 数据结构中线性表的算法
- 数据结构中线性表的算法,包括线性表的基本操作的实现以及线性表的一些操作实现-Linear table data structure algorithms, including linear form the basic operation of the implementation and realization of the linear form of some operations
weka-src weka3.6源代码
- weka3.6源代码,java版本,每个算法都有详细的注释,适合初学者阅读-weka3.6 source code, java version, have detailed notes of each algorithm, suitable for beginners to read yo! ! !
EvaluateExpression 算术表达式求值
- 算术表达式求值: 中缀表达式求值; 将中缀转换成后缀表达式并求值-Arithmetic expression evaluation: infix expression evaluation to infix into postfix expression and evaluates
Neural-Networks01 很好的神经网络程序代码
- 一份很好的神经网络程序代码,包括bp\som\hopfield\bolziman\ART神经网络的示例代码。是学习神经网络很好的资料,可举一反三、一举多得。-A good neural network code, including bp \ som \ hopfield \ bolziman \ ART neural network sample code. Learning neural network is very good information, can learn by analo
