-
matlab
matlab遗传算法工具箱函数及实例讲解(matlab genetic algorithm toolbox function and examples to explain)
- 2008-04-25 13:34:57下载
- 积分:1
-
implicitmesh
说明: 这个文件里包含了画隐函数立体图的方法,简便使用,容易学习。(it about a technique of implicit functions diagram.)
- 2011-04-06 15:35:22下载
- 积分:1
-
penalty_factor
calculating penalty factor for slack bus
- 2013-12-24 00:43:07下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
PSOt
说明: 智能优化算法:
粒子群优化算法(PSO)应用于神经网络优化程序。分为无隐含层、一隐含层、二隐含层。运行DemoTrainPSO.m即可。
程序来自:Brian Birge
NCSU(intelligent optimization algorithms : Particle Swarm Optimization (PSO) used neural network optimization procedures. Divided into hidden layer, a hidden layer, hidden layer. DemoTrainPSO.m can run. Proceedings from : Brian Birge NCSU)
- 2006-04-09 19:33:48下载
- 积分:1
-
zhiwenshibie
指纹识别的matlab程序,里面包括了一些指纹图片,利用gabor小波进行识别(Fingerprint recognition matlab program, which includes a number of fingerprint images using gabor wavelets to identify)
- 2010-05-18 05:43:20下载
- 积分:1
-
circularshift1d
circular shifting property of dft in one dimension
- 2012-08-09 15:45:50下载
- 积分:1
-
MATLAB
里面包括matlab界面编程的一些基础知识 很有用 尤其对于初学者(Which includes some basic knowledge of Matlab programming interface is useful especially for beginners)
- 2013-05-01 16:44:32下载
- 积分:1
-
Newton--chazhi
说明: 能够很好的解决牛顿插值问题,对于构建差商表的程序给出了解释和说明!!!(Newton interpolation can be a good solution to the problem, divided difference table for building the program and instructions are given to explain! ! !)
- 2011-04-07 14:29:15下载
- 积分:1
-
cat_mouse
这个程序是猫捉老鼠的程序,很不错,是我亲自编写的,好了不说了够20个字了(Cat catch the mouse!)
- 2011-05-16 21:08:27下载
- 积分:1