-
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
-
function_MATLAB
关于matlab的基本函数的教程,非常适合于初学者,好资料大家一起分享(on the basic function of the guides, very suitable for beginners, good information to share with everyone)
- 2006-06-19 09:01:18下载
- 积分:1
-
Chapter_6
data converters by maloberti
- 2013-04-19 15:11:50下载
- 积分:1
-
nelder
downhill simplex问题 matlab 简单(Simplex Downhill matlab code)
- 2013-05-05 19:16:15下载
- 积分:1
-
DFP
dfp算法的matlab实现实例,源代码。。。。。。。。。。。。。。。。。。。。(dfp algorithm matlab implementation)
- 2009-11-24 15:09:28下载
- 积分:1
-
Beatty-(12)
Reconstruction of magnetic resonance images from
data not falling on a Cartesian grid is a Fourier inversion problem
typically solved using convolution interpolation, also known as
gridding. Gridding is simple and robust and has parameters,
the grid oversampling ratio and the kernel width, that can be
used to trade accuracy for computational memory and time
reductions. We have found that significant reductions in computation
memory and time can be obtained while maintaining high
accuracy by using a minimal oversampling ratio, from 1.125 to
1.375, instead of the typically employed grid oversampling ratio
of two. When using a minimal oversampling ratio, appropriate
design of the convolution kernel is important for maintaining high
accuracy
- 2012-05-27 18:24:56下载
- 积分:1
-
Array-signal-processing-
阵列信号处理方面的10个经典程序,主要为DOA估计(Array signal processing 10 classic program)
- 2013-11-13 11:21:13下载
- 积分:1
-
Chapter-6
elshebri source code5
- 2011-07-14 01:40:45下载
- 积分:1
-
fft
关于快速傅里叶FFT变换的一个小程序,很有帮助。(a small program about the FFT transform , very helpful)
- 2013-03-06 10:24:56下载
- 积分:1
-
decouple
本件描述了单电感入网的解耦模型,通过仿真和实验验证了正确性(This part describes the decoupling model of single inductor network, through simulation and experiment verify the correctness
)
- 2014-02-23 10:29:16下载
- 积分:1