-
可以对常用的复数进行计算,算法简单,执行效率高
可以对常用的复数进行计算,算法简单,执行效率高-used to be calculated in the plural, is simple and efficient
- 2022-01-25 19:18:23下载
- 积分:1
-
模糊数学中典型的卡车倒车入库模拟仿真程序,充分利用了一定的经典的模糊规则,来实现卡车倒车的模拟...
模糊数学中典型的卡车倒车入库模拟仿真程序,充分利用了一定的经典的模糊规则,来实现卡车倒车的模拟-typical truck reversing the arsenal of simulation procedures and make full use of a certain classic fuzzy rules to achieve the reversal of simulated truck
- 2022-06-21 22:34:23下载
- 积分:1
-
基本种群规模改进与数值实验的PSO算法源程序,可自动保存实验数值,附有画图源代码。...
基本种群规模改进与数值实验的PSO算法源程序,可自动保存实验数值,附有画图源代码。-Basic population size and numerical experiments to improve the PSO algorithm source code can be automatically saves numerical experiment with drawing the source code.
- 2022-01-28 22:31:11下载
- 积分:1
-
曲线提取与链码匹配
输入影像的初始边缘二值图像,程序会自动进行边缘曲线的提取的断开,并自动实现曲线的匹配。
- 2022-07-02 12:32:40下载
- 积分:1
-
ICEM CFD基础教程,学习流体力学的朋友可以参考。
ICEM CFD基础教程,学习流体力学的朋友可以参考。-ICEM CFD Basic Course, learning hydromechanics friends can refer to.
- 2022-12-07 20:30:04下载
- 积分:1
-
关于计算几何中的一些与多边行有关的算法,包括点线与多边形关系等等。...
关于计算几何中的一些与多边行有关的算法,包括点线与多边形关系等等。-Computational geometry on some trip with multilateral algorithms, including the relationship between points, lines and polygons and so on.
- 2022-01-28 13:47:38下载
- 积分:1
-
求函数最优解经典方法的C语言源程序,对编程有很大帮助
求函数最优解经典方法的C语言源程序,对编程有很大帮助-optimal solution for the classical function of the C language source of programming will be of great help
- 2022-01-26 17:35:29下载
- 积分:1
-
用神经网络模式识别,而且在这方面做更…
vc++神经网络模式识别,还可以,对需要做这方面的人比较有用-vc neural network pattern recognition, but also to be done in this area were more useful
- 2023-03-18 12:20:04下载
- 积分:1
-
GA-BP算法--MATLAB
遗传算法应用于神经网络的一个方面是用来优化人工神经网络(ANN)的结构,另一个方面是用GA学习ANN的权重,也就是用遗传算法取代一些传统的学习算法。GA-BP算法就是在BP算法之前,先用GA在随机点集中遗传出优化初值,以此作为BP算法的初始权值,再由BP算法进行训练,这就是GA-BP算法的原理。本例中包括,(1)用遗传算法学习神经网络的权值,(2)GA-BP算法,以及(3)单纯的BP算法。程序能够运行出来,比较完美,可用于硕士、博士学习的资料,也可作为项目研究的参考资料。总之比较实用。
- 2022-01-26 01:51:27下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1