-
ITD
对所采集的数据点进行分析,可进行模态分析,阻尼特性识别等。(Of data points collected for analysis, modal analysis can be performed, the damping characteristics of recognition.)
- 2014-09-25 21:57:42下载
- 积分:1
-
pso
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。(Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years ((Evolu2tionary Algorithm- EA) .PSO algorithm is an evolutionary algorithm, and similar genetic algorithm, it is also starting random solutions, through iterative search for the optimal solution, which is also uated by the quality of the fitness solution, but it is much simpler than genetic algorithms rule, it does not have the genetic algorithm cross (Crossover) and variant (Mutation) operation, which by following the current search to find the optimal value to the global optimum. the algorithm for its easy implementation, high accuracy, and fast convergence advantages attracted academic attention, and in solving practical problems demonstrated its superiority.)
- 2014-11-10 10:45:51下载
- 积分:1
-
MATLAB_classical_algorithm_of_nonlinear_equations
MATLAB非线性方程组经典算法设计MATLAB classical algorithm of nonlinear equations(Classical nonlinear equations MATLAB algorithm MATLAB classical algorithm of nonlinear equations)
- 2010-08-02 11:04:50下载
- 积分:1
-
rs-rr-order
水文趋势、突变点分析的matlab相关程序:相关系数法、极差 标准差RS法、有序聚类法(Hydrological trends point mutation analysis matlab procedures: correlation coefficient method, very poor standard deviation RS method, sequential clustering method)
- 2013-08-15 18:44:52下载
- 积分:1
-
buhuoxinhao
GPSC/A信号捕获算法,matlab程序,没有别的说明了。(GPS signal acquisition algorithm, matlab program)
- 2013-10-09 15:07:10下载
- 积分:1
-
matlab90example
matlab的90个实例,比较实用,可以下来看看或许有你用得到的(matlab 90 instances, more practical, you can see down may have you used to get)
- 2012-09-05 21:58:13下载
- 积分:1
-
Refractive-index-difference
一维光子晶体透射率与折射率差值的关系示意图,总体上来说,不同介质的介电常数差别越大,带隙的宽度也越宽。(The diagram of photonic crystal transmittance of one-dimensional and refractive index difference)
- 2013-05-04 21:36:38下载
- 积分:1
-
This is the source code to SEEDS superpixels
This is the source code to SEEDS superpixelsThis is the source code to SEEDS superpixels, as described in M. Van den Bergh, X. Boix, G. Roig, B. de Capitani and L. Van Gool, "SEEDS: Superpixels Extracted via Energy-Driven Sampling", ECCV 2012.
The SEEDS class is defined in seeds.h and seeds2.cpp. The method can be run on an RGB image (stored in an UINT* array) by using the following constructor, initialization and iteration methods:
SEEDS(int width, int height, int nr_channels, int nr_bins, int min_size);
void initialize(UINT* image, int seeds_w, int seeds_h, int nr_levels);
void iterate();
The initial size of the superpixels is independent from the image size, and defined by the following 3 parameters: , and . The first two define the minimum block size in the SEEDS algorithm. The defines the number of times this block size is doubled to
- 2023-06-16 08:35:03下载
- 积分:1
-
segmentation
its a code for segmentation using PSO
- 2011-03-01 17:43:16下载
- 积分:1
-
mage-stabilization-technology
说明: 本文章主要是研究电子稳像一些技术的应用,挺有用处的(This article is to study a number of electronic image stabilization technology, quite useful)
- 2011-04-17 11:19:11下载
- 积分:1