代码搜索:Key1
找到约 1,573 项符合「Key1」的源代码
代码结果 1,573
www.eeworm.com/read/374598/9393933
c keyboard.c
/******************************************************************************************
* 目的:键盘 IO
* 功能:基本键盘 IO 读入
* 模块依赖:硬件 键盘控制 IC 资料
*************************************************
www.eeworm.com/read/138256/7122766
h config.h
#define KEY1 1
#define KEY2 2
#define KEY3 3
#define KEY4 4
www.eeworm.com/read/145944/12687255
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00FFFFC0&
Caption = "明暗效应"
ClientHeight = 8040
ClientLeft = 60
ClientTop = 450
ClientWidt
www.eeworm.com/read/323119/13351292
result index_merge_innodb2.result
drop table if exists t1;
create table t1 (
pk int primary key,
key1 int,
key2 int,
filler char(200),
filler2 char(200),
index(key1),
index(key2)
) engine=innodb;
select * from t1 where (key1 >= 2
www.eeworm.com/read/323119/13352001
result index_merge_bdb.result
drop table if exists t1;
create table t1 (
pk int primary key,
key1 int,
key2 int,
filler char(200),
filler2 char(200),
index(key1),
index(key2)
) engine=bdb;
select * from t1 where (key1 >= 2 and
www.eeworm.com/read/120487/6072064
expected test.expected
insert into T_pkey1 values (1, 'key1-1', 'test key');
insert into T_pkey1 values (1, 'key1-2', 'test key');
insert into T_pkey1 values (1, 'key1-3', 'test key');
insert into T_pkey1 values (2, 'key2-1
www.eeworm.com/read/127767/14336791
txt e531. getting a dom element by id.txt
// Obtain an XML document; this method is implemented in
// e510 The Quintessential Program to Create a DOM Document from an XML File
Document doc = parseXmlFile("infilename.xml", true);
www.eeworm.com/read/203247/15363268
c scankey.c
/******************键扫描子程序***************/
void Scankey(void)
{
uchar aj;
TOP = 1; //读下行4健
MID = 1;
BOM = 0;
Delay_us(8);
KEY1 = (P2^0XF0)&0XF0; //求反,有键相应位1,并保存键值
KEY1 =
www.eeworm.com/read/388525/8604707
c 按键调试.c
#include
#define uchar unsigned char;
#define uint unsigned int;
sbit LED1 = P1^0;
sbit LED2 = P1^1;
sbit LED3 = P1^2;
sbit LED4 = P1^3;
sbit LED5 = P1^4;
sbit LED6 = P1^5;
sbit LED
www.eeworm.com/read/386543/8738518
c int1_test1.c
/***********************************
* 文件:INT1_TEST1.C
* 开发: www.zlgmcu.com
* 日期: 2004.03.01
* 功能:测试P89LPC932 在完全掉电模式下的外部中断唤醒
* 说明: 此程序用DP-932调试通过.
* 将跳线器J27,J28分别接OCA和BEEP;J3接KEY1
*