-
nioton
nioton method of matlab
- 2011-06-30 04:38:08下载
- 积分:1
-
Newfolder
this is a mass-spring system that solve the equation with initial values and show animated wave in gui
- 2010-12-26 06:23:56下载
- 积分:1
-
FuzzySetPlots
Plotting several fuzzy sets in MATLAB
- 2012-08-26 21:22:43下载
- 积分:1
-
JIANGZUO
清华大学2013年针对稀疏表示的一个讲座,请的是稀疏表示的创始人。其中为讲座的讲义。(Tsinghua University in 2013 for the sparse representation of a lecture, please sparse representation is the founder. Where is the lecture handouts.)
- 2013-11-16 21:49:47下载
- 积分:1
-
AFSA_fx
AFSA_fx是用人工鱼群算法(artificial fish swarm algorithm)解决一元函数寻优问题。文件打开后运行AFSA_fx.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(AFSA_fx is (artificial fish swarm algorithm) function is used to solve a dollar AFSA optimization problem. Run AFSA_fx.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:49:13下载
- 积分:1
-
Externalizable
Defines an interface for classes that want to be serializable, but have their own binary representation.
- 2014-02-19 10:55:00下载
- 积分:1
-
exm1001_1
北航张志勇编的matlab绘图程序,可作为初学者的参考(series of the Beijing University of Aeronautics and Astronautics Zhang Zhiyong Matlab mapping procedures, can be used as a reference beginners)
- 2006-08-18 00:05:53下载
- 积分:1
-
simulink_shili
simulink实例,非线性控制实例,对非线性的学习非常有用,(Nonlinear Control Example,it is very useful for us.The dynamic control model of a two-link robot arm in a vertical plane is shown )
- 2013-09-24 10:34:58下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
sin_ruili_awgn_sim_roc
利用正弦信号作为发射信号,分别在AWGN和瑞利信道中,计算CR中的检测概率和虚警概率,并绘图。(Sinusoidal signal as transmitted signal, respectively, in AWGN and Rayleigh channel, calculate the probability of detection and false alarm probability of CR and drawing.)
- 2014-02-18 11:20:23下载
- 积分:1