搜索资源列表
Math
- 以面向对象方法实现的数值算法类库,包括 向量、矩阵等的运算以及FFT-object-oriented methods to achieve the numerical algorithm library, including vector, matrix arithmetic and FFT
图论算法库 C++ 语言实现
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
ghmm-0.7.0a.tar
- 隐马尔科夫模型及其在语音处理中的应用,这个是GNU提供的算法库,类unix环境,C语言,当前最新版本已经不再提供C++的了。-Hidden Markov Model and the voice processing applications, this is the GNU algorithm library, unix environment category, C language, the current latest version is no longer available in C
DESalgorithmslibrary
- DES algorithms library,很经典的DES算法库。-DES algorithms library, the classic DES algorithm library.
ziparchive
- ZIP压缩、解压缩算法库,完全C++实现,支持多种平台。下面是英文描述: This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip, PKZIP and other popular archivers. Its easy and
LRU123
- 最新模拟图书馆算法-latest simulation algorithm library
Genetic-algorithm
- Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
WinNTL-5_2
- 数值算法库for Windows,含有很多数值算法-numerical algorithm library for Windows, contain many numerical algorithm
jaga_1.3
- Java遗传算法库-Java genetic algorithm library
jgap_2.2_full
- 用java语言写的遗传算法库,包含了实例。-java language used to write the genetic algorithm library contains examples.
Gen2005
- 遗传算法的一个库,算法设置比较灵活,需要懂算法的人来下载-a genetic algorithm library, set up a more flexible algorithm, the algorithm needs to understand people to download
aforge_src.zip
- A C# AI Library that implements Neural Networks, Genetic Algorithm and Programming,A C# AI Library that implements Neural Networks, Genetic Algorithm and Programming
ilbc.rar
- Ilibc 语音编解码库算法。语音质量高。接口简单。,Ilibc voice codec algorithm library. High voice quality. Simple interface.
TI_DSP_DM64X_lib
- TI DSP-DM64X的图像处理基本函数库,算法很齐全的,有用汇编写的,是优化算法的很好的参考,甚至可以直接调用,文件夹里有170页的算法库和使用说明。-TI DSP-DM64X basic functions of image processing library, the algorithm is very complete and useful compilation of writing, is a good reference for optimization, or even ca
leda.tar
- 高效数据类型和算法库,含很多数值算法-high efficient data structure and algorithm, including a variety of algorithms and numeric computings.
parallelgenetic
- 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
nnToolKit_src
- nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
GUIdigitalbeamformingalgorithmlibrary
- 使用matlab的GUI工具做的数字波束形成算法库,共两个m文件。-Using matlab to do the GUI tools of digital beamforming algorithm library, a total of two m files.
Genetic-Algorithm-Library
- 遗传算法库,包括算法源代码,应用程序源代码,演示应用程序。-A genetic algorithm library, including source code, algorithm, application source code, demo applications.
MATLAB genetic algorithm toolbox
- Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function librar