-
基于混合粒子群算法的TSP寻优算法
粒子群算法虽然具有算法简单,寻优速度快等优点,但同时存在算法容易收敛,易陷入局部最优值等问题。采用遗传算法改进粒子群算法,通过选择、交叉和变异操作的引入,改进了算法性能,增强了算法的全局搜索能力。本案例研究了基于混合粒子群算法的TSP寻优算法。
- 2022-03-18 07:40:18下载
- 积分:1
-
CAMSHIFT+粒子
根据粒子滤波与camshift结合的算法,效果还可以,采用手动选择目标。能够有效的完成多目标的跟踪,能够对人体车辆,行人,人脸多目标进行跟踪。
- 2023-09-01 13:45:04下载
- 积分:1
-
利用随机数生成函数生成基带序列码,实现ASK键控!
利用随机数生成函数生成基带序列码,实现ASK键控!-Use of random number generator function to generate base-band sequence code keying realize ASK!
- 2022-02-26 16:52:53下载
- 积分:1
-
用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法...
用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
- 2022-08-17 05:05:25下载
- 积分:1
-
the mapped relation is built using BP network in order to provide fitness functi...
用BP网络建立映射关系,为遗传算法提供适应度函数,通过改进遗传算法完成最小值优化-the mapped relation is built using BP network in order to provide fitness function for genetic algorithm. At last, optimization of minimum value is finished by genetic algorithm.
- 2023-04-03 12:00:04下载
- 积分:1
-
名片管理
这种算法是名片的管理。所以你可以得到方便和简单应用程序。 祝你好运。
- 2022-02-01 10:30:12下载
- 积分:1
-
数学建模算法
数学建模中常用到的算法,可以为数学建模的算法选择提供参考,其中,每个代码包含matlaB文件和C语言文件,是个很好的参考资料
- 2022-04-17 03:19:53下载
- 积分:1
-
二维CT重建
有界面,效果不是很好,可以改改,本程序是对模拟数据进行滤波反投影重建。对初学者有一定的帮助
- 2022-02-04 06:50:57下载
- 积分:1
-
This the cpp file for basic fixed size matrix operations etc.
This the cpp file for basic fixed size matrix operations etc. -This is the cpp file for basic fixed size matrix operations etc.
- 2022-03-07 02:56:32下载
- 积分:1
-
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
- 2022-09-23 15:35:02下载
- 积分:1