搜索资源列表
bf-C++source-2003.8-3
- Bayes滤波器算法,c++语言实现,Visual Studio.net下实现,2003年8月修正版本,用于数据融合算法-Bayesian filter algorithm, c language, was officially realizing, in August 2003 amended version, algorithm for data integration
稀疏矩阵计算C++类SparseC++
- SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib + + can be used for cross-platform calculation of the effective sparse matrix calculation of the C + + class library , the package includes different store for
svdpackc++.tar
- 矩阵奇异分解(svd)最新c++版本,性能更稳定-matrix decomposition (SVD) c latest version of a more stable performance
BIRCH源码(C)
- 数据挖掘算法BIRCH源码 c语言版本。- Data mining algorithm BIRCH source code c language edition.
clique算法源代码(c语言)
- 数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition
apriori(c)
- 数据挖掘算法 关联规则算法 apriori算法(c语言版本)-algorithm of data mining algorithm of corelationship rule algorithm of aproori (C language edition)
决策树c4.5-r8的windows版本
- 用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。-achieve with the Decision Tree Algorithm, windows environment, and I hope to learn from data structures and algorithms friends help.
JSmartMiner
- 【源码共享系列-JSmartMiner.Eclipse】一个JAVA版本的数据挖掘基本框架体系,框架设计理念参考了德国著名的数据挖掘算法库XELOPES,但进行了大量的缩写,主要是为了方便研究,希望能够给在数据挖掘方面的研究工作者提供一个更有力的试验平台。(注:可以在本网站上找到本人上传的C++版本的SmartMiner)-source sharing Series-JSmartMiner.Eclipse -- a Java version of the basic framework of d
Csharp-2.6
- 这是C#版本开发的SVM类库包,适合不同爱好的同学学习.-This is the C# version of SVM library development package, suitable for a variety of students to learn.
r8q
- 八皇后问题的C版本的解决方案 包括如何处理两个皇后不能在同一列、同一行以及同以斜行的判断问题-eight of the Queen's version of the C solutions, including how to deal with two Queen's not in the same series, and with the same line oblique to the question of judgment
EMEM
- 高斯混合模型C++版本-Gaussian mixture model C version
SGA_AUTO.C
- 自适应遗传算法之C语言版本,自适应遗传算法之C语言版本-adaptive Genetic Algorithms C language version, adaptive Genetic Algorithms in C Language Version
pso-souceCode-C++Version
- 一个粒子群优化(PSO)算法的C++版本的源代码。
C# Dijkstra 最短路徑
- 最短路徑的演算法C#版本
PSO_C++
- 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
lap_cpp
- 线性分配算法的C++版本,在MATLAB调用mex命令编译后可以直接在MATLAB中运行,函数assianstment=lap(cost),cost为匹配的代价矩阵,assianstment为输出匹配矩阵-Linear assignment algorithm C++ version of the call in the MATLAB mex command can be compiled to run directly in the MATLAB function assianstment =
c--about-marekove
- 完整的c版本关于实现马尔科夫链,预测模型的构造-c source code about marcofu
C-Sharp-data-structures-and-algorithms
- C#版本的数据结构和相关算法,包括排序算法和查找算法 -C# version of the data structures and algorithms, including sorting algorithms and search algorithm
带有限期的作业排序(c++)
- 算法分析第五章的带有限期的作业排序c++版本!!!
排序算法
- 常用排序算法的c++版本实现。包括选择,冒泡,插入(The c++ version of the commonly used sorting algorithm is implemented.)