-
pso1
particle swarm optimization for loss reduction
- 2013-12-13 17:33:19下载
- 积分:1
-
09-11-Calculator
matlab calculator program
- 2012-10-26 18:30:04下载
- 积分:1
-
jaijao
有详细的注释,用平面波展开法计算二维声子晶体带隙,利用matlab针对图像进行马氏距离计算 。( There are detailed notes, Computation Method D phononic bandgap plane wave, Using matlab to calculate the Mahalanobis distance for the image.)
- 2021-04-07 20:29:01下载
- 积分:1
-
21824929222005127162795026293
说明: 这是一个关于图像轮廓提取的matlab源码程序!!我认为还不错哦!!请大家试试看啊!!谢谢大家的大力的支持与大理的关注(This is the outline of an image on the extraction procedure Matlab source! ! I think it is good oh! ! Please try ah! ! Thank you for the strong support and Dali attention! !)
- 2006-01-05 17:09:46下载
- 积分:1
-
-Power-System-Load-Forecasting-
说明: 电力系统负荷预测研究综述与发展方向的探讨(Review of Power System Load Forecasting and the development of)
- 2011-04-06 13:39:18下载
- 积分:1
-
61IC_S545
基于结构张量的二维和三维图像增强方法,是由D.Kroon在J.Wickert编写程序基础上改进的程序,包含了五种不同的数值离散方案,包括标准离散、非负离散、隐式离散、旋转不变离散以及优化离散。分别包括matlab和c的程序。(Method of Image Enhancement Based on Structure Tensor.It includes five different schemes. )
- 2021-01-11 14:38:49下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
torsche-0_4_0
torsche是matlab下的一个工具箱,可以用来仿真实时调度算法,如EDF RM等,结合Matlab和Visual studio混编后可以使用,其自带的一些工具包里也有很多应用用例可以用来参考(torsche under a toolbox matlab , simulation can be used for real-time scheduling algorithms, such as EDF RM , etc. , combined with Matlab and Visual studio can use the hash , which comes with some tools package , there are many use cases can be used to refer to the application)
- 2014-05-23 13:03:05下载
- 积分:1
-
MinLM1
说明: 非线性最小二乘优化问题
非线性最小二乘优化问题的程序,欢迎各位下载(Nonlinear least squares optimization problem of nonlinear least square optimization procedure, to welcome you to download)
- 2011-04-12 19:24:02下载
- 积分:1
-
crange
CROSS-RANGE IMAGING,
Program performs slow-time compression to save PRF
- 2012-03-30 16:43:07下载
- 积分:1