-
pcacode
程序设计步骤:
1、去均值
2、计算协方差矩阵及其特征值和特征向量
3、计算协方差矩阵的特征值大于阈值的个数
4、降序排列特征值
5、去掉较小的特征值
6、去掉较大的特征值(一般没有这一步)
7、合并选择的特征值
8、选择相应的特征值和特征向量
9、计算白化矩阵
10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
- 2008-07-14 16:25:23下载
- 积分:1
-
粒子群优化算法C
同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域(comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and other genetic algorithm applications)
- 2005-08-01 11:58:27下载
- 积分:1
-
Modbus
说明: 这是一个modbus访问包, 使用C#开发,经过多个项目的测试。(This is a modbus access package, using the C# development, through a number of items tested.)
- 2010-04-02 20:48:36下载
- 积分:1
-
VPRTW
时间窗物流配送车辆路径问题(Vehicle Routing Prob-
lem ,VRP)最早是由Dantzig 和 Ramser 于 1959 年首次
提出的.该问题的研究目标是 ,对一系列的顾客需求点
设计适当的路线 ,使车辆有序地通过,在满足一定的约
束条件(如货物需求量、发送量 、交发货时间、车辆容量
限制 、行驶里程限制 、时间限制等)下,达到一定的优化
目标(如里程最短、费用最少、时间尽量少、车队规模尽
量小 、车辆利用率高等).(With the development of diversified demand, the time demand of customers
becomes more and more important in logistics distribution. Obviously, lowering
distribution cost, distributing goods timely, improving the service quality, optimizing
logistics distribution vehicle routing problem with Time Windows (VRPTW) is
exigent to corporations.)
- 2017-08-24 21:38:32下载
- 积分:1
-
C#多功能计算器源码下载(复杂算式计算器的例子)
C#多功能计算器源码下载(复杂算式计算器的例子)
- 2015-05-19下载
- 积分:1
-
图像放大缩小
实现OpenCV中的两种图像处理算法,pryUp和pryDown
- 2022-07-15 09:40:24下载
- 积分:1
-
单链表
单链表的基本运算,实现单链表的插入、删除和遍历运算,每种操作用一个函数实现。
插入操作:将一个新元素插入表中指定序号的位置。
删除操作:将指定序号的元素从表中删除。
遍历操作:从表头按次序输入所有元素的值,若是空表,则输出信息“empty list!”。(Basic operation of single linked list)
- 2018-12-29 02:13:31下载
- 积分:1
-
AnIntroductiontoMeanShift
均值漂移算法的详细介绍,论证均值漂移算法的收敛性,介绍mean-shift算法在图像分割,目标跟踪领域的应用(Mean Shift Algorithm detail, argues Mean Shift Algorithm, introduced mean-shift algorithm in image segmentation, target tracking applications)
- 2007-12-21 10:43:07下载
- 积分:1
-
BBiSimplifiedMpeg4SVPencoderSourceCodeAndAttachedR
这曾经是一个为DSP而提炼简化的mpeg-4 SVP程序,但并不是最终在DSP上运行的程序,该程序不带码率控制,很适合初学者学习理解视频编码。(this is the one for the DSP and refining simplified MPEG-4 SVP procedures, but not in the final run on the DSP program, which is a non-Rate Control, which is perfect for beginners to learn to understand video coding.)
- 2005-08-29 12:26:01下载
- 积分:1
-
电子地图管理系统
电子地图管理系统,对二进制文件进行信息读取,实现增删改查等功能。
- 2022-07-23 13:41:44下载
- 积分:1