代码搜索:KeyTime
找到约 58 项符合「KeyTime」的源代码
代码结果 58
www.eeworm.com/read/420398/10797173
exe keytime.exe
www.eeworm.com/read/420398/10797168
url keytime(时间盒).url
[InternetShortcut]
URL=http://startl.cech.com.cn/index.htm
www.eeworm.com/read/289172/8570365
c miaobiao.c
#include
#include
unsigned char code discode[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void display();
void delay(int t);
void keytime();
int a,b,c,d,
www.eeworm.com/read/366119/9831894
c main.c
/* ****************************************************************
** 功能描述: 定时器0计时的秒表及显示
*************************************************************** */
#include "pic18.h" /* PIC18系列的头文件 */
www.eeworm.com/read/358664/10182491
lin wave.lin
D:\WZY\KEYTIME7\KEY.OBJ,
C51L.LIB, PLM51.LIB, UTIL51.LIB
TO D:\WZY\KEYTIME7\KEY
RS(256)
www.eeworm.com/read/398770/7923001
txt int.txt
(只在一定的时候内一直扫描不就得了.比如在1S里面有几次按按键.每一次做个标记.应该可以.到主程序一判断就知道了)
另一方法:
以下代码为按键服务程序
将KeyServer放在10ms的中断中,因为用10ms作为消抖时间,也可以是别的时间
void KeyServer()
{
if(KeyUp) //确认按键抬起
{
www.eeworm.com/read/142225/12956585
c osc.c
#include "osh.h"
#define DEBUG 0
#define MULTISAMPLE 0
extern int Printf(const char *fmt, ...);
idata OSH OS;
const unsigned char code KeyTable[13]={0,0x24,0x44,0x84,\
0x22,0x42,0x8
www.eeworm.com/read/381704/6308873
c key.c
#include
sbit key=P2^0;
void delaym(unsigned int n)
{unsigned int i,j;
for(j=n;j>0;j--)
for(i=112;i>0;i--);
} /////// 精确MS,
void keyboard ()
www.eeworm.com/read/289172/8570371
m51 秒表.m51
BL51 BANKED LINKER/LOCATER V5.03 10/04/2007 12:12:43 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE miaobi
www.eeworm.com/read/424430/10449534
c key.c
#include"key.h"
unsigned char ReadKey(void)
{
unsigned char keyPadBuf[2];
/*keyPad detect*/
static unsigned char keyState = 0, keyValue, keyLine,keyTime=0;
unsigned char keyRetu