-
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
-
DF_Remover___X_N2O_Productions
Integer Square Root with Remainder
- 2014-11-29 16:32:26下载
- 积分:1
-
Fuzzy-Cluster-Analysis
模糊聚类分析的matlab程序,先将原矩阵标准化,再标定并生成模糊相似矩阵,最后生成动态分类图。(Matlab fuzzy clustering analysis program, the first of the original matrix standardized, re-calibration and generate fuzzy similarity matrix, and finally generate dynamic classification map.)
- 2013-12-10 22:12:25下载
- 积分:1
-
Blur3
A Survey of Gaussian Convolution Algorithms
高斯卷积方面的综述文档和源码 可以供相关人员参考(A Survey of Gaussian Convolution Algorithms
digital image processing)
- 2014-09-02 19:13:58下载
- 积分:1
-
VC
说明: VC与matlab的混合编写程序的COM方法,如何调用COM进行混合编程。(Mixture of VC and matlab programming of COM methods, how to call COM mixed programming.)
- 2010-11-30 13:14:57下载
- 积分:1
-
GMSK
GMSK通信建模与仿真,simulink源文件,东华大学研究生通信建模与仿真课程设计代码(Modeling and simulation of GMSK communication simulink source file, donghua university graduate course design of the modeling and simulation of communication code)
- 2016-04-01 08:58:29下载
- 积分:1
-
binomial
输入二项式的每一项系数和指数,输入未知函数的值求值,然后输入第二个二项式,并合并两个二项式(Enter the binomial coefficient and index of each one, enter the value of an unknown function evaluation, and then enter the second binomial, and the merger of the two binomial)
- 2009-12-27 11:03:56下载
- 积分:1
-
the-realize-of-FFT-in-C-program
改程序在Turbo C或Visual 6.0中编译,能够实现基2的快速的傅里叶变换。(Reform program in Turbo C or Visual 6.0 compiled, enables fast Fourier transform base 2.)
- 2014-11-10 18:30:34下载
- 积分:1
-
Caofa
Cao法求嵌入维数m,相空间重构理论需计算最优嵌入维数m和最佳延迟时间τ, 重构相空间。(Cao method of embedding dimension of phase space m, to calculate the optimal embedding dimension m and the optimal time delay of phase space reconstruction theory.)
- 2021-04-27 10:48:44下载
- 积分:1
-
bys
有关卡调用的很好资料,希望对大家有用,一起学习(hand book)
- 2010-03-10 20:55:43下载
- 积分:1