搜索资源列表
24C02RW
- 本程序使用汇编代码,使用51单片机,驱动24C02,调试通过
AD_01
- 本程序使用汇编代码,使用STC51单片机,AD转换器控制子程序,调试通过
AT24C16
- 本程序使用汇编代码,使用51单片机,驱动24C16子程序,调试通过
IO_UART
- 用单片机89c51实现模拟串口工作的演示程序代码,在没有串口或串口不够用时用这样的方法去实现扩展是个不错的办法
51读写at88sc102代码
- at88sc1604/at88sc102卡基于51单片机的汇编语言程序
Timer.rar
- 是基于51单片机的电子时钟程序(汇编代码),可以用按键调整时、分、秒;,Is based on 51 single-chip electronic clock procedures (assembly code), can use keys to adjust hours, minutes, seconds
picwin
- 这是一个编程器软件运行在WINDOWS下,选择查看汇编代码菜单,可以反汇编下面型号PIC单片机程序-This is a programming software runs on WINDOWS, select the View menu assembly code, you can disassemble the following PIC microcontroller programming model
51library
- 51单片机实用程序库,多种小程序代码,是51设计时很好的帮手(转自网络)-51 single-chip utility library
c51
- 恒科试验平台的所有程序代码,51单片机学习-Constant Section test code for all platforms, 51 single-chip learning
ADC0809C51
- 机遇ADC0809和80C51单片机的数据采集程序代码-Opportunities for the ADC0809 and the 80C51 single-chip data acquisition code
Electronic_music
- 单片机电子琴程序,这是一个单片机做的电子琴,里面包含有硬件和实现代码。-Microcomputer keyboard, this is a microcontroller to do the flower, which contains the hardware and implement the code.
Text1
- 单片机RS232串口C语言程序代码,可实现串口通讯等功能-MCU RS232 serial port C language program code, serial communications and other functions can be realized
danpianjichengxudaima
- 单片机的各种程序代码,包括定时器的使用、数码管的静态显示和动态显示、数码管的数字显示、矩阵键盘等30个源代码。-SCM procedures code, including the use of timers, digital control of static display and dynamic display, digital tube digital display, matrix keyboard 30 source code.
Myproject
- 基于凌阳61单片机温度时间的测试,内有程序代码-Sunplus based on the time of the test temperature of 61 single chip containing a code
biyesheji
- 基于51单片机实现交通灯的汇编语言的程序代码-Based on 51 single-chip implementation of traffic lights at the assembly language program code
baojingxitongdaima
- 这是一个 家庭防盗报警系统的单片机语言代码程序,这里对于学习单片机的有很好的帮助-This is a home burglar alarm system microcontroller language code program, where the MCU learning a great help
chengxu
- 80C51单片机的基本模块的程序代码教程,包括C语言的和汇编语言的-80C51 microcontroller basic module of the program code tutorial, including the C language and assembly language
Electronic-organ
- 基于单片机STC89C52的简易电子琴C程序代码-STC89C52 microcontroller based on the simple keyboard C program code
51黑论坛_实例95 99.9秒秒表
- 秒表程序,基于51单片机的秒表代码,程序,各种功能基本具备(Stopwatch program stopwatch program 51 microcontroller code, based on the basic functions have)
newpages_incognito
- 可以被其它程序调用的具有特定功能的一段相对独立的程序模块,在C语言中称为函数。引入函数的目的主要是解决两个问题一是为了解决代码的重复。如果一个程序段需要在程序中出现多次,每次都写出来既麻烦又使得程序变长此时可把该程序段定义成一个函数。在需用该程序段的地方直接调用。二是结构化模块化编程的需要。(A relatively independent program module that has a specific function that can be invoked by another pr