-
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
-
VSplitterCtrlSnk
VSplitterCtrlSnk.cls 可将窗口分为两部分并可随意调整大小的类(VSplitterCtrlSnk.cls window can be divided into two parts may arbitrarily large adjustment small type)
- 2007-01-19 10:31:42下载
- 积分:1
-
svpwm
Vector_Control_SVPWM SPWM matlab 编程(Vector_Control_SVPWM Vector_Control_SVPWM SPWM matlab 编程)
- 2013-10-17 18:03:13下载
- 积分:1
-
egao
一个关机恶搞程序,仅供娱乐,其实很简单就用了system函数(A spoof shutdown procedures, for entertainment purposes only, is actually very simple to use system functions)
- 2013-11-13 07:11:43下载
- 积分:1
-
kdtree-realization
K-d树实现。采用matalb和C++混合编译的方式实现。(kdtree provides a minimalistic implementation of kd-tree.
The implementation can be used either inside MATLAB by means
of MEX calls, or as a standalone tool, directly a C/C++
program. )
- 2015-04-09 10:37:33下载
- 积分:1
-
Poincare
非线形混沌系统的庞加莱图的画法的代码以及其MATLAB m文件代码(Non-linear chaotic system Poincare map of the painting of the code and its MATLAB m-file code)
- 2013-09-27 15:47:09下载
- 积分:1
-
white-noise-produce
白噪声产生程序,使用C++编程,适合初级系统辨识的研究人员使用(whilte noise)
- 2015-04-01 10:02:08下载
- 积分:1
-
CLASSLIBRARY
This file contains a summary of what you will find in each of the files that
make up your tree application.
- 2009-12-15 17:22:02下载
- 积分:1
-
bianyuantiqu
在Matlab中运用边缘提取的方法,对图像中的特征图形进行边缘提取(By using the methods of edge extraction in Matlab, the edge feature extraction of graphic image of the)
- 2014-11-22 15:18:34下载
- 积分:1
-
Codigo-Fuente
Sistema de Kardex & Inventario - VF
- 2014-11-25 09:07:32下载
- 积分:1