-
16QAM
matlab ofam 16qam 信道仿真(matlab ofam 16qam )
- 2010-05-10 16:14:58下载
- 积分:1
-
gabor_Sample
使用Matlab編寫的Gabor Filter範例程式(Matlab Gabor Filter Sample)
- 2011-11-14 14:42:16下载
- 积分:1
-
zlxhxz
说明: matlab在电信工程中的应用 matlab在电信工程中的应用 (Matlab in telecommunications engineering application of Matlab the telecommunications engineering application of Matlab in telecommunications engineering application)
- 2006-04-15 10:53:03下载
- 积分:1
-
fangwenkongzhi
访问控制课设报告,自主访问控制和基于角色的访问控制(Report class-based access control, discretionary access control and role-based access control)
- 2014-01-11 23:12:58下载
- 积分:1
-
s-function2
使用s函数拓展simulink中的模块,增加使用的方便性(To s function expansion module simulink increase ease of use)
- 2013-01-25 13:50:55下载
- 积分:1
-
MATLAB
MATLAB混合编程课程设计资料(VC,VB)
在Matlab环境下实现混合编程的学习者可以下载(MATLAB hybrid programming curriculum design information (VC, VB) in the Matlab environment to achieve mixed programming learners can be downloaded.)
- 2009-10-05 11:22:22下载
- 积分:1
-
gal_tsp_src
searching for genetic algo in matlab for tsp
- 2013-08-07 16:54:45下载
- 积分:1
-
Sim
电机控制系统,02年开始积累,效果好,速度快,PI控制,经典控制,fuzzy PID,自适应控制,速度位置控制等等,欢迎大家参考。(Servo motor control system, in 2002 began to accumulate, effective, fast, PI control, classical control, fuzzy PID, adaptive control, speed position control, etc., we welcome the reference.)
- 2013-12-11 14:18:26下载
- 积分:1
-
kjj
最基本的快捷键操作 (Basic Operation)
- 2010-01-29 18:45:44下载
- 积分: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