-
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
-
Dropout11
MPCA的代码,非常有用,适合初学者。建议初学者学学,入门(MPCA s code, very useful for beginners. Recommended for beginners to learn, entry)
- 2014-09-13 23:45:59下载
- 积分:1
-
caltime
遗传算法解决作业车间调度问题,,这一M文件计算工序的加工顺序与加工时间(Genetic algorithms to solve the job shop scheduling problem,, the M-file to calculate the value of the objective function.)
- 2015-04-15 15:30:03下载
- 积分:1
-
thickeners
浓密机模型 自己编写的浓密机。m文件,希望能帮助你 谢谢(Thickener model by myself。Thickener model by myself.Hope to help you,and good luck.)
- 2011-11-16 21:31:58下载
- 积分:1
-
liyapunov
计算最大李雅普诺夫图,来分析微分方程的分岔情况(To calculate the largest Lyapunov Figure to bifurcation analysis of differential equations)
- 2013-02-27 13:24:31下载
- 积分:1
-
Basesss2
FCM code source help you to execute an automatic seglentation using c++ language
- 2014-08-30 07:02:29下载
- 积分:1
-
fountain9.12
说明: 此程序是用vc做的喷泉模拟实验 产生数据在砸爱matlab中画图就可以得到了(This procedure is done fountain vc simulation generated data in matlab hit love in drawing can be a)
- 2008-09-17 22:03:10下载
- 积分:1
-
heatmaps
教你如何做热图(heatmap),可以显示图像的百分比。(A mathod to tell you how to make a heatmap.)
- 2014-11-01 14:08:47下载
- 积分:1
-
chaos
MATLAB对几种常见混沌仿真,很好的,推荐下载(MATLAB simulation of several common chaos)
- 2010-06-16 15:18:14下载
- 积分:1
-
matlab_vc
如何在vc6中调用matlab引擎进行科学计算。
包括,初始化引擎,数据交换等。(How to call matlab engine vc6 for scientific computing. Include engine initialization, data exchange, etc..)
- 2007-12-05 20:11:42下载
- 积分:1