-
sitf-0.9
绝对的lowe老人家提出的sift算法源码,配套有文档说明,对于初学者极度有用,还有我添加的注释我移植的仿射变换函数,绝对值得下的资源~!(The absolute lowe elderly sift algorithm proposed source code, supporting have documented for beginners extremely useful, and I add comments I transplanted affine transformation function, absolute worthy resource ~!)
- 2010-12-15 14:51:02下载
- 积分:1
-
Lab-1
Spectral analysis of discrete deterministic signals
- 2013-09-23 16:55:01下载
- 积分:1
-
tspGA
用Matlab语言编写的基于遗传算法求解TSP问题的程序(Written in Matlab genetic algorithm-based procedure for TSP)
- 2011-11-08 17:31:03下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
UART-Product-
As an industry-leading supplier of universal
asynchronous receiver/transmitters (UARTs),
Texas Instruments provides products designed
to improve system performance and meet the
needs of next-generation applications.
- 2013-12-24 21:11:59下载
- 积分:1
-
ofdmpaprs
说明: 非常详细的OFDM峰均比各种方法比较,带可复制仿真图!(OFDM PAPR very detailed comparison of various methods with simulation graph can be copied!)
- 2010-04-13 21:21:53下载
- 积分:1
-
BEMD.m
二维经验模式分解,速度较快,不错的代码,希望对学习HHT的朋友有用(Two-dimensional empirical mode decomposition, fast, good code)
- 2009-12-19 12:32:07下载
- 积分:1
-
MATLAB
用于初学MATLAB者一些基本资料
多项式求解等等(English Version)
- 2011-04-28 09:09:18下载
- 积分:1
-
ACSR
This program displays the code name for the aluminum conductors
steel reinforced (ACSR). To obtain the characteristics of the
ACSR conductors enter the conductor code name within single quotes
- 2014-10-07 14:34:37下载
- 积分:1
-
matlab12
通过运用粒子算法来求出一个复杂的函数的最优解,并运用3维仿真方法将它很好的仿真出来!(Particles through the use of a complex algorithm to find the optimal solution function and the use of three-dimensional simulation of a good simulation of it out!)
- 2010-07-09 11:11:55下载
- 积分:1