代码搜索:KeyTime

找到约 58 项符合「KeyTime」的源代码

代码结果 58
www.eeworm.com/read/164365/10112937

c int.c

#include "golbal.h" /*--------------------------------; ; Int1 ;---------------------------------*/ void inten_int1(void) interrupt 2 using 2 { EA=0; if( ( byM230_IIC_INTFLG&0x40 ) !=0 ) //
www.eeworm.com/read/157326/11720087

_c timer._c

#include "iom8515v.h" #include "macros.h" #include "MAIN.h" #include "UART.h" #pragma interrupt_handler Timer0OverInter:8 uint LightCount=0; uchar KeyTime=0; uchar Key1,Key2,Key3; uchar KeyS
www.eeworm.com/read/157326/11720120

c timer.c

#include "iom8515v.h" #include "macros.h" #include "MAIN.h" #pragma interrupt_handler Timer0OverInter:8 uint LightCount=0; uchar KeyTime=0; uchar Key1,Key2,Key3; uchar KeyStatus=0; /******
www.eeworm.com/read/396600/8098979

c new0001.c

/*其他:我的按键扫描程序 [雨玄] 2005-8-21 14:54:06 * 晶体: 7.3728MHZ * 看门狗: 安全极别2-常开 2.1秒溢出 * 日期: 04年7月 */ #define key_bound 0x07 //占用3个口p0-p2 #define key_i
www.eeworm.com/read/488960/6480364

asm addsub.asm

;实验名称:按加减键实现内部加减 0.01 ; 功能:数码显示0.20---2.00 ; 作者:http://www.mcuprog.com ; 05-02-01 ;*********************************************************** ;******************************************
www.eeworm.com/read/488982/6481153

asm jdq.asm

;液晶板显示当前模拟电压 ; 功能:数码显示0.20---2.00 ; 作者:http://www.mcuprog.com ; 05-02-01 ;*********************************************************** ;***************************************************
www.eeworm.com/read/164365/10112974

c key.c

#include "golbal.h" WORD data KeyTime; BYTE xdata AD3Level; BYTE KeyCode,OldKeyCode,KeyRepeat; BYTE idata KeyDelayCount; BYTE data ModePressCount; void KeyPress() { BYTE idata KBu
www.eeworm.com/read/403022/11523464

txt time.txt

#include #include void keytime(); void display0(); void displayorign(); void delays(unsigned char ms); struct time { // unsigned char year; unsign
www.eeworm.com/read/187582/8622442

_c time._c

#include unsigned char second; unsigned char minute; unsigned char hour; unsigned char time[9]; unsigned char sound=0; extern unsigned char keytime; extern unsigned char keypad(void);
www.eeworm.com/read/187582/8622568

c time.c

#include unsigned char second; unsigned char minute; unsigned char hour; unsigned char time[9]; unsigned char sound=0; extern unsigned char keytime; extern unsigned char keypad(void);