搜索资源列表
51单片机ASM程序
- 51单片机ASM程序-51 SCM ASM procedures
单片机例程:花样跑马灯Proteus电路图及asm程序
- 单片机例程:花样跑马灯Proteus电路图及asm程序 软件环境: Proteus 7.0以上版本,Keil uvision3 联合调试 芯片:AT89C51 电路:51单片机外接8个Led,4个功能选择键,2个速度控制键 功能:4个功能选择键可以选择Led的四种显示效果(闪烁、移动、摆动、计数),2个速度控制键可以改变显示动画的速度(时间间隔100ms-1s调整) 特点:按键可随时按下,显示效果立即更新
51对字节汇编除法程序
- ;----------------------------------------------- ;多字节十进制除法子程序CDIV ;入口:RO指向被除数2n字节压缩BCD码高位, ;R1指向除数n字节压缩BCD码高位,R3=n ;结果:商数压缩BCD码放入R0~(R0+2n)指向的2n个字节中, ;余数压缩BCD码放入(R0-n)~R0指向的n个字节中 ;使用A,R0,R1,R2,R3,R4,R6,R7,影响CY,CY=1结果溢出
PID.rar
- PID温度控制程序,51单片机,积分分离,PID program for temperature control
PID
- 51单片机使用汇编语言编制的PID算法程序,积分分离法-51 single-chip using the PID algorithm for the compilation of the preparation procedures
AT28C16
- 常用EEPROM芯片的读写操作,51单片机控制电路,实验时要用74LS373一片,AT28C16一片,AT28C17一片,电路十分简单,根据实际电路联接情况,自行确定存储地址,最后别忘了还要8个LED和470欧姆电阻.-EEPROM chip used to read and write operations, 51 MCU control circuit, experiment, use 74LS373 1, AT28C16 1, AT28C17 1, the circuit is very
asm
- 51单片机汇编程序集,有几十个小程序可供使用-51 Single-chip assembler sets, there are dozens of small programs available
A_CLOCK.asm
- [biyesheji_huibian.rar] - 基于MCS-51单片机的数字钟设计 [摘要] III [ABSTRACT] IV 引言 1 1绪论 2 1.1 集成电路 2 1.2 主要技术的背景 2 1.2.1 发展历史 2 1.2.2 现状 3 1.2.3 发展趋势 3 2器件简介 4 2.1 LED显示器 4 2.1 -[biyesheji_huibian.rar]- Based on MCS-51 single chip digital clock design [Abstrac
asm-lib1
- 51单片机语言库,非常经典的汇编语言程序库-51 Singlechip language library, a very classic assembly language library
keyboard
- 51单片机键盘输入asm4乘以4键盘输入扫描有proteus仿真文件-51 Singlechip keyboard input asm 4 multiplied by 4 keyboard input scanning
examples_of_code
- 这是多功能51单片机开发板的大部分模块的实例程序,包括:ds18b20的读写、24c02的读写、1602、12864、数码管显示、串口通信、键盘、TLC5615、点阵管等19个例程程序。绝大部分是用汇编语言写的,小部分是采用c语言或者两都兼有-This is multi-functional 51 MCU development board most of the examples of program modules, including: ds18b20 reading and writin
51asmExample
- 51单片机开发入门与典型实例书籍源码,示例源程序注释清晰易懂,是51单片机开发入门非常好的实例程序-51 asm example program
51MCU-ASM
- 51单片机汇编实例源程序,含汇编源代码和目标码。-Compilation of 51 examples of single-chip source, including the compilation of source code and object code.
18b20_1602LCD
- 51单片机程序,18b20+1602LCD测温实验(汇编),配有实验说明文档。-51 SCM program, 18b20+1602 LCD temperature experiments (compilation), with test documentation.
51shili
- 51单片机C语言实验及实践教程(包括35个制作实例,同时包括ASM代码,非常好的入门实例)-C-51 single chip experiment and practice tutorials (including 35 production examples, and includes ASM code, a very good entry-instance)
24L01-for51-ASM-
- NRF24L01 51单片机汇编参考例程-NRF24L01 51 for ASM program
ASM
- 51单片机汇编报警源程序。这是一个完整的编译文件。(51 singlechip assembler alarm source program)
intcount
- 51单片机计算INT0,INT1的按键次数,有c语言代码和汇编语言代码(ASM)(51 MCU INT0, INT1 the number of keys, C language code and assembly language code (ASM))
asm
- 用高速单片机进行对IC/ID卡读取,存储,可以进行实时在线联网,适用于大部分楼宇门禁系统。(The IC/ID card can be read, stored, and can be connected to the Internet in real time, which can be used in most buildings.)
单片机实验
- 单片机原理及实验以及源程序 实验一 功能:使连接在 MCS-51 单片机 P1.0 引脚的 LED 闪烁。 实验二 设计并调试一个双字节无符号数乘法子程序 实验三:设计并调试一个将双字节无符号二进制数转换为压缩 BCD数的子程序。 实验四:利用外部中断输入引脚(中断方式)控制步进电机的转动。(The principle and experiment of single chip microcomputer and the source program Experiment 1 func