-
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
-
电力电子技术与Matlab仿真
本书详细介绍了AC/DC、AC/AC、DC/DC电路的仿真(This book details the AC/DC, AC/AC, DC/DC circuit simulation)
- 2020-07-02 00:20:01下载
- 积分:1
-
dulixiangyuan
matlab
独立像素元,计算图像景象匹配中独立像元素(Matlab independent pixels, computing the image scene matching the independent elements)
- 2012-06-02 14:53:03下载
- 积分:1
-
ANN
详细介绍了BP神经网络和RBF神经网络的分类能力(Details of the BP neural network and RBF neural network classification ability)
- 2011-04-24 11:07:47下载
- 积分:1
-
main
This AVL tree program that keeps the balance of the tree while deleting numbers
- 2015-04-18 22:03:44下载
- 积分:1
-
svm
基于支持向量机传感器故障诊断Matlab原程序( Fault Diagnosis Based on the SVM)
- 2021-05-14 15:30:03下载
- 积分:1
-
shiyan
在MATLAB环境下四个实验,压缩解压以便日后使用(change picture)
- 2010-05-14 11:12:50下载
- 积分:1
-
19
抽象类以及纯虚函数的相关笔记。Figure作为基类,派生出Circle,Square(Abstract classes and pure virtual functions related notes. Figure as a base class, derived Circle, Square)
- 2014-02-20 15:33:35下载
- 积分:1
-
FDTD
运用FDTD法,使用C语言计算二维TM波时谐场相位人图的程序.(Using FDTD method, using the C language to calculate the two-dimensional TM wave the harmonic field phase program.)
- 2013-01-15 11:54:38下载
- 积分:1
-
NSGA2-dynamic
说明: 多目标优化进化算法目前公认效果收敛性最好的算法NSGA2c++源码,具有一般性,可在此基础上继续改进,对实现其他多目标优化算法很有帮助.(Multi-objective optimization evolutionary algorithm is currently the best recognized effect of convergence of the algorithm NSGA2c++ Source, with the general, could be on this basis to continue to improve the achievement of other multi-objective optimization algorithm helpful.)
- 2008-11-12 10:04:30下载
- 积分:1