-
Diophantine
Diophantine 丢番图的求解,很经典,也很简单(Diophantine)
- 2009-09-22 17:32:33下载
- 积分:1
-
mmread
在MATLAB中读取视频以及图像的m函数,可读取avi,asf,gif等格式的文件(a m function in MATLAB, send information of filename.avi into MATLAB)
- 2014-10-21 21:00:23下载
- 积分:1
-
jacket_matlab
在matlab下编程使用jacket工具包进行GPU加速图像平滑算法,对900×900的图像平滑可达8倍多的加速比。需要jacket工具包及cuda toolkit。(In matlab programming toolkit used jacket GPU-accelerated image smoothing algorithm, the 900,900 image smooth acceleration up to 8 times more than that. Need jacket toolkit and cuda toolkit.)
- 2013-07-10 18:44:10下载
- 积分:1
-
Untitled
神经网络BP算法的matlab源码,实现了学习和训练过程。(BP neural network algorithm matlab source code, to achieve the learning and training process.)
- 2011-05-04 20:01:23下载
- 积分:1
-
PSO
标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示:
表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。(His thought of the implementation of the standard particle swarm algorithm according to the particle swarm algorithm (2)- the standard particle swarm algorithm about implementation. Mainly divided into three functions. The first function of particle swarm initialization function InitSwarm (SwarmSize... AdaptFunc), its main function is to initialize particle swarm particle, and set the particle s velocity, position in a certain range. The function of data structure is as follows: ParSwarm record table is the particle s position, speed and the current fitness value, we use W to represent the position, represented speed with a V, to represent the current fitness value with F. Here we assume that the number of particles N, each particle dimension for D.)
- 2015-01-09 18:40:08下载
- 积分:1
-
fftplot
fft and view in matlab
- 2010-05-08 19:07:09下载
- 积分:1
-
textscantool
matlab 导入大文件工具,可以自动生成代码(matlab import large files tool that can automatically generate code)
- 2011-07-03 20:16:25下载
- 积分:1
-
microstrip
Microstrip is a type of electrical transmission line which can be fabricated using printed circuit board technology, and is used to convey microwave-frequency signals. It consists of a conducting strip separated from a ground plane by a dielectric layer known as the substrate. Microwave components such as antennas, couplers, filters, power dividers etc. can be formed from microstrip, the entire device existing as the pattern of metallization on the substrate. Microstrip is thus much less expensive than traditional waveguide technology, as well as being far lighter and more compact. Microstrip was developed by ITT laboratories as a competitor to stripline (first published by Grieg and Engelmann in the December 1952 IRE proceedings).
- 2011-08-04 12:08:02下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
second_pid
说明: 基于二次型性能指标的单神经元pid控制程序(based on quadratic performance indicators single neuron pid control procedures)
- 2006-05-03 23:56:47下载
- 积分:1