-
moban
此代码实现的是适用matlab实现输入文件的模版匹配,(Realize this code is applicable to realize the input file matlab template matching,)
- 2008-07-31 10:56:51下载
- 积分:1
-
比较全面的alpha稳定分布的matlab程序
网上找的,比较全面的alpha稳定分布的matlab程序(Find online, more comprehensive alpha stable distribution matlab program)
- 2020-07-29 10:18:38下载
- 积分:1
-
pcapro
基于主成分分析的PCA算法,利用进行各类图像降维,达到精简计算过程的目的。(PCA based on principal component analysis algorithm for various images using dimensionality reduction to achieve the purpose of streamlining the calculation.)
- 2011-05-03 21:39:51下载
- 积分:1
-
h
车牌自动识别,用霍夫变换的方法实现车牌倾斜校正(Automatic license plate recognition, license plate tilt correction using the Hough transform method)
- 2012-05-07 17:35:43下载
- 积分:1
-
buck
DC-DC降压变换器,采用二次型最优控制策略,把一个电压源变为低压的稳定电源(DC- DC buck converter, using the quadratic optimal control strategy, a voltage source to the stability of the low voltage power supply)
- 2014-09-29 19:31:16下载
- 积分:1
-
The-rod-group-analysis-subroutine
源代码中是三个子程序,分别为R,RRR,RRP,用于分析机构的各部分的速度,加速度,坐标。R用于分析原动杆,RRR用于分析双杆组构件,RRP用于分析两转动副一滑动副的双杆组。分析一个具体机构时可先将机构拆成原动杆和各杆组,然后调用这三个子程序来计算。(Source code of three subroutines, namely R, RRR, RRP, for the analysis of body parts of the velocity, acceleration, coordinates. R for the analysis of the original rod, RRR for the analysis of double-pole group member, RRP for the analysis of two revolute a sliding two-bar group vice. Analysis of a sector specific institutions can be split into the original first rod and the bar group, and then call subroutine to calculate the three.)
- 2011-10-09 22:22:44下载
- 积分:1
-
shujunihe
在数学建模数据拟合中用这个matlab程序很好用(Mathematical modeling of the data used in this matlab program fit well with the)
- 2013-12-15 17:38:22下载
- 积分:1
-
MATLABsearch
matlab函数查询,非常齐全,集合了多本书,全中文(the matlab function and very complete collection of multi-book, the whole Chinese)
- 2012-04-30 18:53:55下载
- 积分:1
-
DMC的matlab实现
说明: dmc的matlab实现方法,运行实现过程正常,中间有一部分注释(matlab code of dmc which have been tested for many times)
- 2019-03-28 13:38:39下载
- 积分: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