代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/348845/10864406
plg 数字电子钟.plg
礦ision3 Build Log
Project:
F:\数字电子钟\数字电子钟.uv2
Project File Date: 06/05/2008
Output:
compiling main.c...
CH\main.c - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/348845/10864411
opt 数字电子钟.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/418084/10965337
c signalgen.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************
www.eeworm.com/read/418083/10965412
c stepper.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/418040/10966925
c main.c
#include
#define uint unsigned int
#define uchar unsigned char
//定义控制灯的端口
#define led1 P1_0 //定义LED1为P10口控制
#define led3 P1_3 //定义LED2为P13口控制
#define K1 P0_1 //按键在P01 对应S
www.eeworm.com/read/416367/11031628
c lesson5_4.c
#include
#define uint unsigned int
#define uchar unsigned char
uchar code table[]={
0xc0,0xf9,0xa4,0xb0,
0x99,0x92,0x82,0xf8,
0x80,0x90,0x88,0x83,
0xc6,0xa1,0x86,0x8e,};
uchar code we
www.eeworm.com/read/416244/11036699
opt mainproc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/416244/11036741
bak mainproc_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/470923/6901736
makefile
#####################################################################
#
# Created by u'nSP IDE 21:20:45 09/02/07
#
##############################################################
www.eeworm.com/read/470923/6901759
c main.c
#include "SPCE061A.H"
void Key1 (void);
unsigned int KeyScan1(void);
unsigned int KeyScan2(void);
unsigned int fuwei; //倒计时
unsigned int kaishi;
void main(