搜索资源列表
16×2LCDKeilC51
- 16×2点阵字符型LCD模块Keil C51驱动程序.有兴趣的快下啊
c51chengxujinji
- c51程序集锦,源程序,包含16进制-10进制互换程序.c 24c01-24c16读写驱动程序.c 51单片机实用程序库.txt ....... 等-C51 Collection procedures, source code, including 16 M-10 M swap procedures. c24c01-24c16 driver to read and write. c51 Singlechip utility library. txt ....... etc.
C51
- /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/ -#include <reg51f.h> #include <intrins.h> #include <math.h> sbit P2_0=P2^0 bit FLAG=0 char m,ptr=0 static const char tab[16]={0x01,0x02,0x03,0x0c,
keyscan
- 扫描程序,分为十六个键,分别显示0-F十六个数。用KEIL C51编写。-Scanning procedures, divided into 16 key, respectively, show the number of 0-F 16. Prepared with KEIL C51.