搜索资源列表
intrins.h
- c51中的intrins.h库函数 _crol_ 字符循环左移 _cror_ 字符循环右移 _irol_ 整数循环左移 _iror_ 整数循环右移 _lrol_ 长整数循环左移 _lror_ 长整数循环右移 _nop_ 空操作8051 NOP 指令 _testbit_ 测试并清零位8051 JBC 指令
fellow_water
- 单片机利用函数_crol_函数实现流水灯的控制
intrins.h
- c51中的intrins.h库函数 _crol_ 字符循环左移 _cror_ 字符循环右移 _irol_ 整数循环左移 _iror_ 整数循环右移 _lrol_ 长整数循环左移 _lror_ 长整数循环右移 _nop_ 空操作8051 NOP 指令 _testbit_ 测试并清零位8051 JBC 指令 -C51 in the library function intrins.h cycle
fellow_water
- 单片机利用函数_crol_函数实现流水灯的控制-Singlechip _crol_ function realize the use of function water control lights
distinction-of-left-circle-and-left
- 间隔300ms第一次一个管亮,第二次两个管亮,依次到8个管亮,之后,第一次最后一个管亮,第二次倒数两个管亮,然后重复整个过程。注意<<与——_crol_的却别!-300ms interval of a first light pipe, the second two tube-liang, followed by the 8 tube light, after the first possession of the last
rter
- 间隔一定时间,第一次一个管亮流动一次(注意每个都要流动一次),第二次两个管亮流动,依次到8个管亮,之后,第一次最后一个管亮,第二次倒数两个管亮,然后重复整个过程。<<与_crol_的综合应用-A certain time interval, a first movement of a light tube (Note that each should flow once), and the second two tube l
aa
- _crol_演示及条件11111单片机 -_crol_ demonstration and conditions of the 11111 MCU MCU
jpxs
- 取键值程序 功能:等待键入,并刷新显示,并返回键值放 A 占用: PSW,A,DPTR,R0,R2,R3,R4,R6,R7 入口:无 出口: A ORG 0190H WAT_KB: MOV R0,#3FH WAT_0: ACALL DISP_0 刷新显示器 ACALL T_KB JZ WAT_0 无键 , 循环 ACALL KEY_LD 延时消抖-#include<reg51.h> #include<intrins
2
- 8只LED左右来回点亮 程序利用循环移位函数_crol_和_cror_形成来回滚动的效果-8 LED light back and forth about
lesson_2_2
- 51单片机函数法流水灯循环左/右移函数(_crol_(a,b)_ 和 _cror_(a,b)_ 方法:把a中的值移动b位后返回值,包含文件为<intrins.h>)-51 MCU// function method light water cycle left/right shift function (_crol_ (a, b) _ and _cror_ (a, b) _ Method: mobile b-bit valu
利用循环左移函数流水灯
- 利用_crol_命令对IO口实现循环左移函数流水灯,(FlashLED using the loop left shift function)