-
Facedetection
用于人脸检测的方法,附带文章和源程序。效率高!(Face detection method is used, with articles and source code. Efficient!)
- 2010-09-08 10:02:52下载
- 积分:1
-
svpwm0510
三相逆变器SVPWM控制,能有效的分析在svpwm控制下模式下,逆变器输出波形的效果(SVPWM control three-phase inverter, which can effectively analyze svpwm control mode, the effect of the inverter output waveform)
- 2013-07-17 19:41:48下载
- 积分:1
-
genetic-algorithm
基于艾德尔菲大学的遗传工具箱具体应用指导,非常详细(Application specific instruction genetic toolbox based on Edel Faye University, very detailed)
- 2013-11-08 19:58:49下载
- 积分:1
-
2012B
2012年全国研究生数学建模-基于卫星无源探测的空间飞行器的轨道估计,里面包括详细的设计求解过程,含有matlab解算的M文件。(2012 National Mathematical Modeling graduate- satellite-based passive probe spacecraft orbit estimate, which includes detailed design solution process, the file containing the M matlab solver.)
- 2013-12-16 17:30:57下载
- 积分:1
-
15883868calculate_farfield
说明: 天线阵列方向图求解,通过对辐射特性确定去天线的参数,来达到预期方向图(Antenna array pattern solving)
- 2019-09-26 12:00:33下载
- 积分:1
-
matlabgui
MATLAB简单应用,有GUI界面,有图像处理程序(Simple application of MATLAB, a GUI interface, and image processing procedures)
- 2009-04-26 09:42:39下载
- 积分:1
-
Errors_And_Erasures_Test
rs erasures and decoding using the massey berklamp algorithm
- 2010-11-08 21:22:57下载
- 积分:1
-
1
说明: 改进的DV-Hop定位算法matlab仿真代码 毕设的同学能弄用(Improved DV-Hop positioning algorithm matlab simulation code for the students to complete can get used to
)
- 2011-09-16 13:45:15下载
- 积分:1
-
matlabbook
《matlab小波分析》配套光盘全部内容,很好哦(matlab book disc:source code has high practical value)
- 2011-07-19 18:29:11下载
- 积分:1
-
遗传算法程序
说明: 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群。(Genetic algorithm (GA) is a search algorithm used to solve optimization in computational mathematics. It is one of evolutionary algorithms.
Evolutionary algorithms were originally developed by borrowing phenomena in evolutionary biology, such as heredity, mutation, natural selection and hybridization.
Genetic algorithms are usually implemented as a computer simulation.
For an optimization problem, an abstract representation of a certain number of candidate solutions (called individuals) (called chromosomes) evolves towards a better solution.
Traditionally, solutions are represented in binary (that is, strings of zeros and ones), but other representations are possible.
Evolution begins with a population of completely random individuals, and it happens from generation to generation.)
- 2020-06-07 21:42:11下载
- 积分:1