代码搜索:键盘程序

找到约 10,000 项符合「键盘程序」的源代码

代码结果 10,000
www.eeworm.com/read/329176/12972376

c 键盘驱动程序.c

#include #include #include #include #include #include
www.eeworm.com/read/139773/13135106

txt 键盘程序.asm.txt

ORG 00H JMP START ORG 23H JMP UARTI START: MOV TMOD,#20H ANL PCON,#7FH MOV TH1,#0F3H SETB TR1 MOV SCON,#0D0H MOV IE,#90H
www.eeworm.com/read/139773/13135122

asm 键盘程序1.asm

ORG 00H JMP START ORG 23H JMP UARTI START: MOV TMOD,#20H ANL PCON,#7FH MOV TH1,#0F3H SETB TR1 MOV SCON,#0D0H MOV IE,#90H
www.eeworm.com/read/136895/13354723

txt 3.4键盘显示程序.txt

新动力2005 /* 3x4矩阵键盘的扫描程序 按相应的按键,数码管显示相应的数字,星号键和井号键分别显示为E和F ********************************* Create by:左秀龙 support: Tel:0755-82879296 email: cutedesign@tom.com Date: 2005/06/23 **
www.eeworm.com/read/493658/6388693

c 矩阵键盘扫描程序.c

#include #include "define.h" uint temp,n,num; uchar code smgtable[]={ 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71,0}; void display(uchar); voi
www.eeworm.com/read/254490/12133977

txt 键盘程序2.txt

#include #include #define unint unsigned int #define unchar unsigned char #define dsout P3//数码管字形 #define dsrun P1//数码管选通 #define keybord P2//键盘 sbit row1=P2^4;//键盘行 sbit
www.eeworm.com/read/208257/15250135

txt 键盘子程序 .txt

n=P1; n=n&0x0f; if(n!=15) { key_new=n; } if(key_new==13) { clear(1); t_heat=0; heat=0; ge=ge+1; tt=10*shi+ge; if(ge==9) { ge=0; } d
www.eeworm.com/read/208257/15250140

doc 键盘子程序.doc

www.eeworm.com/read/135375/13937002

c 16扫描键盘程序.c

#include #define uchar unsigned char #define uint unsigned int uchar key_buffer; uchar key_long; unsigned char disbuffer[8]={0,1,3,8,0xf,5,0x18,7}; char digit[20] = {1,0,0,0,0,