搜索资源列表
PICtestboard
- PIC MCU开发用的一个小工具,用于对某些外设芯片子程序的调试,有2个按键\\2x20的字符LCD,3个I/O,1个UART,非常好用,包含SCH\\PCB 以及初始化C代码.-PIC MCU development of a small tool for certain peripherals to the chip debugging subroutine, are two keys \\ 2x20 character LCD,
PICtestboard
- PIC MCU开发用的一个小工具,用于对某些外设芯片子程序的调试,有2个按键\2x20的字符LCD,3个I/O,1个UART,非常好用,包含SCH\PCB 以及初始化C代码.-PIC MCU development of a small tool for certain peripherals to the chip debugging subroutine, are two keys \ 2x20 character LCD, thr
LCDlpc21038bits
- command a display 2x20 with and lpc2103
NO.16-2x20-LCD-shows-the-serial
- 《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 02 篇 第 02 篇 硬件应用 16 2×20串行字符液晶演示-" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation," Case No. 02 cabinet hardware applicat
LCM
- 2X16和2x20的LCM C51 驱动代码-2X16 and 2x20 LCM C51 driver code
Sample-Holder-Test-Program
- Sample Holder Test Program PROCESSOR Microchip PIC16F877 Read 4 channel A/D 2x20 LCD display show 4 channel keep value-Sample Holder Test Program PROCESSOR Microchip PIC16F877 Read 4 channel A/D 2x20 LCD dis
lcd-vb
- Controlling a 2x20 LCD display. VB6 This application is oriented to the LPT parallel port communications, the example written in visual basic 6.0 contains libraries IO.DLL, IO.BAS for the creation of the module.
c#+完整的门禁考勤系统
- 蓝本门禁系统的简单。net实现,欢迎大家一起学习交流(Access control system.Welcome to study and exchange)
多项式加法 线性表
- 我们经常遇到两多项式相加的情况,在这里,我们就需要用程序来模拟实现把两个多项式相加到一起。首先,我们会有两个多项式,每个多项式是独立的一行,每个多项式由系数、幂数这样的多个整数对来表示。 如多项式2x20- x17+ 5x9- 7x7+ 16x5+ 10x4 + 22x2- 15 对应的表达式为:2 20 -1 17 5 9 - 7 7 16 5 10 4 22 2 -15 0。 为了标记每行多项式的结束,在表达式后面加上了一