资源列表
BranchAndBound
- 本程序是用分支定界法求最短路径的程序,用C++编写。采取的基本思想是:使用最小优先队列分支界限法来构建程序,细节是对于每个节点,包含三个变量:当前走过的路径长度、当前的花费和该节点对应的实际城市的编号。关于确定节点优先级,我们规定首先以“当前走过的路径长度”来确定优先级,当路径长度相等时,以“当前的花费”来确定优先级。同时,我们还定义两个数组dist[i]和pric[i]保存当前求得的从源城市到每个城市的最短距离和花费,用于剪枝时的评判标准。-This procedure is to use b
peakdetect
- 应用于LABWINDOWS下的信号处理算法,主要功能是实现信号峰值的自动搜索-LABWINDOWS under the applied signal processing algorithms, the main function is to automatically search for signal peaks
DigiTrans
- 数字信号的模拟调制可以通过改变信噪比得出对应眼图和对应星座图-DIGITAL TRANSMISSION
BlackWhite
- 有相同个数的黑白点, 当且仅当黑点的x y坐标大于等于白点的x y坐标事,黑点支配白点,一个黑点只能支配一个白点,一个白点只能被一个黑点支配,求最大匹配数-Have the same number of black and white points, if and only if the black spots greater than or equal to xy coordinates of the xy coordinates of white spots something, the b
kpcaprogram
- 核主元分析程序,本人毕业设计程序,用于降维,监测Te过程故障,误诊断率低。-KPCA program, I graduated from the design process for dimension reduction, monitoring Te process failure, error diagnosis rate is low.
spectral_estimation
- matlab现代谱估计的几种方法,对比,挺有参考价值-matlab several methods of modern spectral estimation, contrast, Tingyou reference value
genetic_algorithm_source
- 使用Fortran程序进行编写的遗传算法优化的源程序-The use of genetic algorithm source code written in Fortran
Thesystemcontrollablityandobservability
- 系统的可控性和可观性判定,使用labview控制设计工具包,判定系统是否完全可控完全客观-The system controllability and observability to determine, using labview control design toolkit, to determine whether the system is fully controllable purely objective
stabilityofthemargin
- labview控制设计工具包中的CD gainand phase margin.vi专门用于计算系统的稳定裕量的计算-labview control design toolkit in CD gainand phase margin.vi computing systems dedicated to the calculation of the stability of the margin
DBSCAN
- 这是一种基于密度的聚类分析算法,可以发现任意形状的簇,可以发现噪声点。-This is a density-based clustering analysis algorithm can find clusters of arbitrary shape can be found noise points.
CppBank
- 用C++编的银行管理系统!里面有面向对象课程设计报告.doc-C++, compiled by bank management system!
16Qam
- bpsk 16 qam误码率分析,通过高斯白噪声,终端接收,通过分析了解16 am调制解调原理-this file is adout" bpsk 16 qam ",through the codes yuwill finish your duty
