-
cegao
双基(机载)合成孔径雷达测高——比较没技术含量,因为用的方法是斜距差,没用相位差(还没研究出来),所以误差有点大。(Double-base (Airborne) synthetic aperture radar altimeter- not the technical content of comparison, because the methodology used is inclined away from the poor, no phase difference (not finding out), so a bit big error.)
- 2009-05-29 20:40:53下载
- 积分:1
-
vad
Voice Activity Detection (ref: Sabiner&Rhambur)
- 2010-06-13 08:52:04下载
- 积分:1
-
Shoot.tar
一个基于打靶法的最优控制求解软件
求解过程中采用参数延续算法
(A shooting method based on optimal control software to solve the process of solving the parameters used in the continuation algorithm)
- 2021-03-31 16:49:09下载
- 积分:1
-
chap3
说明: 该算法为专家PID控制原代码
用MATlab开发,能够管直接运行(The expert PID control algorithm for the original code using Matlab development, to pipe directly to run)
- 2008-09-06 12:55:35下载
- 积分:1
-
frfgsdnn988
speed and position control of dc motor
- 2014-12-10 00:29:43下载
- 积分:1
-
QAM
QAM正交幅度的MALTAB仿真调制代码,运行成功的(QAM quadrature amplitude modulation code)
- 2013-04-09 11:08:58下载
- 积分:1
-
enter_distributions_commands
This functions handles callbacks from the enter_distributions GUI
- 2010-02-09 08:15:12下载
- 积分:1
-
Englishbooksmatlab
说明: 国外的matlab教程,英文版,属于基础入门教材。(Matlab tutorial abroad)
- 2010-05-04 16:21:19下载
- 积分:1
-
simplemulti-kernel-svm
经典的多核学习工具箱,功能强大,内容全面(The classic multi-core learning toolbox, powerful, comprehensive)
- 2013-07-27 10:32:55下载
- 积分: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