搜索资源列表
一个通用的隐性马尔可夫C代码库
- 一个用C语言编写的通用的隐性马尔可夫代码库-a general c code for hidden semi-Markov model
图论算法库 C++ 语言实现
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
GACODELIABRARY
- 提供了遗传算法的一些代码库文件,国外下的很有用-provide the genetic algorithm code of the document, the foreign useful
shujujiegou_c
- 学习数据结构的同志,可以利用此代码库,练习自己进行数据实现!
Physics
- 物理公式代码库 常见的物理公式可以从库中直接调用 方便
ghmm-0.8_beta1
- General Hidden Markov Model Library 一个通用的隐马尔科夫模型的C代码库
codes
- acm 常用算法和代码库,平时做题能用到
20040530100445
- 常用数据结构算法代码库,包括AVL树,链表,堆栈,hash,排序等-common data structure algorithm code base, including AVL Tree, List, Stack, hash, sort etc.
龙格--库塔法
- 龙格-库塔法是工程中常用的求解微分方程的一种方法.而且具有四阶精度,因此应用很广泛.改程序给出了其源代码.-Runge - Kutta method is commonly used in engineering solving a differential equation methods. But with four bands precision, it is widely used. Changed its procedures is the source code.
学习c语言数据结构的有用库
- 学习c语言数据结构的有用库!!!帮助你提高C语言功力和代码效率,C language data structure to learn,a useful database! ! !
libsvm-2.9
- 支持向量机的代码库,使用简单,主要用途是基于支持向量机的分类和回归。还包括C-SVM,nu-SVM,一类SVM,epsilon回归等功能。它还提供了用于C-SVM的自动模型选择工具。-Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-
Source
- C#的数值计算的几乎所有算法,拿来就可以使用,是大家数值计算的必备代码库-C# The numerical calculation of almost all the algorithms, used to be able to use, is an essential numerical code base
CZipFileExe_kkk
- 解压缩代码库,非常好用,可以写自己的解呀缩等等程序。代码很漂亮-Extract the code base, very easy to use, you can write their own solution of it and so procedural reduction. Beautiful code
jpegsrc.v7.tar
- 此 代码库可以实现对任意图像的JPEG压缩和解压,方便大家使用,欢迎大家下载-This code base can be achieved for any of the JPEG image compression and decompression, to facilitate the use, welcome you to download! ! !
ACM
- 吉林大学计算机科学学院2005年制作的ACM/ICPC代码库,里面的代码比较详细,清晰-Jilin University School of Computer Science in 2005 production of ACM/ICPC code base, which code for more detailed, clear and
basecode
- 通用类库代码,包含数据层的所有类库,使用方便,含有实例说明,可以为初学者提供指导。-Common library code, the data layer contains all the libraries, easy to use, with examples, can provide guidance for beginners.
ACM
- ACM经典代码代码库. -ACM
王小平遗传代码库
- 王小平遗传算法代码库,有需要的可以研究一下(Wang Xiaoping genetic algorithm code library, there is a need to study it)
WELL
- well算法的MATLAB代码,来自南大的计算机与人工智能实验室代码库(Well algorithm MATLAB code, from South University computer and Artificial Intelligence Laboratory code library)
四阶龙格-库塔法
- 利用四阶龙格库塔求解微分方程,并给出方程实例。(The fourth order Runge Kutta is used to solve the differential equation and an example is given.)