搜索资源列表
87年历程序及电路原理图用51单片机制作
- 单片机\87年历程序及电路原理图用51单片机制作
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结果溢出
xx
- 单片机程序举例,很好的程序。欢迎下载,液晶显示,万年历,计算器,电子琴,英文输入原程序及电路图-Single-chip process, for example, a very good procedure. Welcome to download, liquid crystal display, calendar, calculator, electronic organ, the original procedures and English input circuit
zhongduan
- avr单片机中断test程序,详细说明 含工程文件-avr Singlechip interruption test procedures, engineering documents containing a detailed descr iption
xxx
- 单片机程序举例,很好的程序。液晶显示,万年历,计算器,电子琴,英文输入原程序及电路图-Single-chip process, for example, a very good procedure. Liquid crystal display, calendar, calculator, electronic organ, the original procedures and English input circuit
jisuanqi
- 这是一个简单的计算器设计,是用单片机做的,里面有能在keil软件里运行的程序,还有仿真图-This is a simple calculator is designed to do with single-chip, which are able to run keil software program, as well as simulation of Figure
ccccc
- 编写步进电机驱动程序 有了上面的驱动电路,可以方便地写出单片机控制步进电机的驱动程序-The preparation of Stepper Motor Driver with the above drive circuit, can easily write a single-chip stepper motor control driver
EXP-Atmega128
- ATMEGA128单片机说明其内涵128的使用方法,单片机的原理图,各个管脚的说明及用法,另外还有应用程序。-Single-chip ATMEGA128 its connotation of the use of 128, microcontroller schematics, descr iption of each pin and usage, as well as applications.
program
- 前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of anim
ISD2560
- 基于isd2560和51单片机的语音程序,包括原理图和完整程序,直接调用即可,c语言。-Microcontroller based voice isd2560 and 51 procedures, including schematic and complete procedures, direct calls can be, c language.
Based_on_SCM_and_tracing_the_light_car
- 智能小车 基于单片机的寻光、寻迹小车 单片机 C程序-Smart car C C++ Based on SCM and tracing the light car
zoumadeng
- 用单片机做的一个走马灯的程序-用单片机做的一个走马灯的程序
duilie
- 队列数据结构在单片机程序框架中的应用 队列数据结构在单片机程序框架中的应用-队列数据结构在单片机程序框架中的应用
LQ_LD3320onlyASR
- 非特定人语音识别C51单片机程序(LQ_LD3320onlyASR.rar)-C51 MCU program of non-independent speech recognition(LQ_LD3320onlyASR.rar)
Compress-Binary-by-LZSS
- 该代码使用lzss压缩算法来压缩单片机程序,节约嵌入式方案的Flash容量。用法:lzss e/d sourcefile destfile, e/d是二选一,压缩和解压。-This code is use to compress binary file, for reducing flash size.
part3_0
- 智能小车能检测到前方的障碍物并能够有效的避开障碍物的单片机程序-Smart car can detect obstacles in front of the SCM process can effectively avoid obstacles
LPC1343CRC.ZIP
- NXP LPC1343 系列单片机程序 编译后 CRC 检验码生成。-Automatic calculate NXP ARM CPU bin file CRC for program
MCU_code
- 430单片机程序滤波器代码,主芯片是430,可以设置中心频率大小。-430 microcontroller program filter code, the main chip is 430, you can set the size of the center frequency.
红绿灯
- 51单片机实现红绿灯功能,包括仿真和程序(51 singlechip to realize the function of the traffic light)
单片机控制的继电器c程序
- 基于单片机对继电器的控制,纯c程序,供大家参考学习