-
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
-
QSPK
qspk程序,MATLAB仿真程序,一体化程序,请自行分文件。(QSPK program, MATLAB simulation, integration program, please make your own files.)
- 2015-03-16 21:59:33下载
- 积分:1
-
deinterlace
五种常见去隔行算法在MATLAB平台上的实现流程(The implementation process of the five common de-interlacing algorithm in the MATLAB platform)
- 2013-04-14 20:23:51下载
- 积分:1
-
MUSIC
高阶累积量的music算法,包括多种music算法之间的对比分析(Cumulant music algorithm)
- 2011-01-02 16:09:14下载
- 积分:1
-
Folder
能够见汉字转为拼音,并且速度很快,可以很好的将文字进行转化(脛脺 鹿 禄录 没 潞 潞 脳 脰 脳 陋 脦 陋 脝)
- 2007-07-26 09:48:01下载
- 积分:1
-
mohu
这是一个模糊算法的框架,只需修改模糊规则表,就可以移植到自己的工程中。(This is an algorithm of fuzzy algorithm framework, only need to modify the fuzzy rules table after can be transplanted to their own project.)
- 2016-01-21 15:36:49下载
- 积分:1
-
PAntColonySysa
粒子群算法的matlab程序在有障碍的路径图中寻寻找最短路径的程序。
(Particle swarm algorithm matlab program in obstacles in the road map to find to find the shortest path to the program.)
- 2012-08-20 07:30:14下载
- 积分:1
-
rect
方向键←→控制方块的左右移动,方向键↑变形,方向键↓加速方块落下的速度(The direction key vs. control box and move around, the direction key up key down the direction of deformation, accelerate the speed of falling blocks)
- 2015-03-09 07:08:50下载
- 积分:1
-
SERPSK-SERPAM-SERQAM-code
SERPSK SERPAM SERQAM
- 2014-09-22 10:31:27下载
- 积分:1
-
heat-exchanger-matlab-
换热器设计计算,基于matlab设计源码(The design of heat exchanger can be input parameters to obtain results)
- 2021-04-06 14:59:02下载
- 积分:1