代码搜索:按键扫描
找到约 10,000 项符合「按键扫描」的源代码
代码结果 10,000
www.eeworm.com/read/188035/8578664
h mega8i2c.h
#define MEGA8_ADDRESS 0x60
#define CTRL_MKEn (8) //扫描键盘开启
#define CTRL_ICEn (4) //ic card控制开启
#define CTRL_PS1En (2) //ps2 1接口开启
#define CTRL_PS0En (1) //ps2 0接口开启
// Commands
#defin
www.eeworm.com/read/283349/9027423
c disp.c
/*
Disp.c
数码管扫描显示驱动程序
*/
#include
#include
#include
#include "Disp.h"
//宏函数:向数码管位选寄存器(74HC573)加载数据
#define DIGLD(dat)\
{\
P0 = (dat);\
LE_DIG =
www.eeworm.com/read/366557/9809257
pas datatype.pas
unit DataType;
interface
const MAX_POS = 16; //最大控制箱数
const MAX_VALVE = 32;//一个控制箱最多控制阀数
const MAX_LONG = (MAX_POS * MAX_VALVE);
const MAX_SCAN_TIME = 16; //最大扫描时间 dwMilliseconds
const MAX_TI
www.eeworm.com/read/165930/10045145
h mega8i2c.h
#define MEGA8_ADDRESS 0x60
#define CTRL_MKEn (8) //扫描键盘开启
#define CTRL_ICEn (4) //ic card控制开启
#define CTRL_PS1En (2) //ps2 1接口开启
#define CTRL_PS0En (1) //ps2 0接口开启
// Commands
#defin
www.eeworm.com/read/163637/10152041
cpp xlexanal.cpp
/*direct by wxd 2006.6.5 in China
程序说明:X语言词法分析程序
使用方法:在D盘下新建一个名为Xin.txt的文件
作为X程序输入,运行此程序即有一个
ScanOut.txt 扫描输出文件
**************************/
#include
#include
www.eeworm.com/read/358987/10172399
plg keyboard.plg
礦ision3 Build Log
Project:
D:\Downloads\51单片机键盘扫描程序\键盘\Software\keyboard.uv2
Project File Date: 07/27/2007
Output:
Build target 'Target 1'
co
www.eeworm.com/read/422368/10639558
h~ touch.h~
//没有触摸动作时程序不执行,当有触摸时进行扫描采集数据,每5ms进行一次数据采集
//占用资源:INT0和TIMER2
//2004.08.09
//#include
//#define BELL_ON() {DDRB.7=1;PORTB.7=1;}
//#define BELL_
www.eeworm.com/read/422368/10639656
c~ touch.c~
//没有触摸动作时程序不执行,当有触摸时进行扫描采集数据,每5ms进行一次数据采集
//占用资源:INT0和TIMER2
//2004.08.09
//#include
//#define BELL_ON() {DDRB.7=1;PORTB.7=1;}
//#define BELL_
www.eeworm.com/read/422368/10639661
c touch.c
//没有触摸动作时程序不执行,当有触摸时进行扫描采集数据,每5ms进行一次数据采集
//占用资源:INT0和TIMER2
//2004.08.09
//#include
//#define BELL_ON() {DDRB.7=1;PORTB.7=1;}
//#define BELL_
www.eeworm.com/read/422368/10639795
h touch.h
//没有触摸动作时程序不执行,当有触摸时进行扫描采集数据,每5ms进行一次数据采集
//占用资源:INT0和TIMER2
//2004.08.09
//#include
//#define BELL_ON() {DDRB.7=1;PORTB.7=1;}
//#define BELL_