代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/364635/9902550
hex 44键盘.hex
:030000000201D921
:0C01D900787FE4F6D8FD75810B0200036E
:1001C9003F065B4F666D7D077F6F777C395E79717E
:1000030075B0FFC2B485B00853080FE508640F60EC
:100013005E750A32750BC8D50BFDD50AF785B00896
:10002300
www.eeworm.com/read/364635/9902557
plg 44键盘.plg
礦ision3 Build Log
Project:
F:\存档\制作积累\键盘\44键盘2\44键盘.uv2
Project File Date: 08/05/2008
Output:
Build target 'Target 1'
assembling STARTUP.A51.
www.eeworm.com/read/364635/9902559
pwi 44键盘.pwi
www.eeworm.com/read/364635/9902561
dsn 44键盘.dsn
www.eeworm.com/read/364635/9902563
lst 44键盘.lst
C51 COMPILER V8.02 44键盘 10/09/2008 16:33:39 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE 44键盘
OBJECT MODULE PLACED IN 44键盘
www.eeworm.com/read/363725/9938478
c 键盘扫描.c
#include
#define uchar unsigned char
#define uint unsigned int
uint key1 ,temp;
uint keyscan();
void display(uint i);
uchar code table []={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0
www.eeworm.com/read/165352/10066445
pdf 键盘接口.pdf
www.eeworm.com/read/164550/10103481
doc 键盘操作.doc
www.eeworm.com/read/356671/10223066
c 键盘检测.c
//4*4键盘检测程序,按下键后相应的代码显示在数码管上
#include
sbit beep=P2^3;
sbit dula=P2^6;
sbit wela=P2^7;
unsigned char i=100;
unsigned char j,k,temp,key;
void delay(unsigned char i)
{
for(j=