-
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
-
1
利用MATLAB对负指数序列进行作图,绘制出实部与虚部波形(MATLAB plotting the negative exponential sequence, to map out the real and imaginary part of the waveform.)
- 2013-05-17 11:07:45下载
- 积分:1
-
TwIST
本代码为三维全息重建的经典算法,供同行学习使用(This code is a classic three-dimensional holographic reconstruction algorithm for use by peer learning)
- 2021-04-25 13:28:46下载
- 积分:1
-
PMSM_myself3
永磁同步电机matlab,simulink 的svpwm仿真(Svpwm vector control of permanent magnet synchronous motor simulink simulation
)
- 2012-04-19 17:26:25下载
- 积分:1
-
doppler-autocorrelation
这里有几篇有关doppler frequency offset估计问题的相关文献,主要采用的是信道响应法,自相关法,循环前缀法来估计多普勒频移的。(
Here are a few questions about the doppler frequency offset estimate of the relevant literature, is mainly used in the channel response, self-correlation method, cyclic prefix to estimate the Doppler frequency shift.)
- 2014-08-29 09:39:42下载
- 积分:1
-
boilerpressure_demopad
Optimizing Time-Domain Response of Simulink(R) Models Using Parallel Computing
- 2015-02-13 17:34:04下载
- 积分:1
-
windfarm
本资料包括风电场一年内的风速实测数据,并根据实测数据对风电场风速和输出功率进行预测和建模仿真,希望对大家有帮助。(This information, including wind velocity measured data within the electric field of the year, and based on the measured data on wind speed and power output forecasting and modeling and simulation, we hope to help.)
- 2014-02-16 10:22:56下载
- 积分:1
-
SeperateKernel
This function seperates a 2D matrix into its X and Y components if by
definition the kernel is seperable (rank==1).
- 2009-03-09 22:02:51下载
- 积分:1
-
DCT
利用DCT变换进行图像压缩的小程序,也是我的第一个matlab程序(For image compression using DCT transform a small program, but also my first one matlab program)
- 2010-01-10 23:53:37下载
- 积分:1
-
choicephase
故障突变量计算
12point滤序,需改为根据N自动确定滤序公式
设置故障突变量单相定值
设置故障突变量相间定值
设置故障突变量负序零序电流定值( Fault calculation 12point mutations order filter is required to determine the filter order based on the formula N automatically set the amount of single-phase fault mutation set fault value value mutation set the amount of white mutant the amount of negative sequence fault zero sequence current value)
- 2011-01-26 19:50:57下载
- 积分:1