代码搜索:KEY1
找到约 1,573 项符合「KEY1」的源代码
代码结果 1,573
www.eeworm.com/read/183375/9164829
c keyin.c
/****************************************************************************
* File:KEYIN.C
* 功能:键盘输入。当检测到有按键输入时,对发光二极管LED4进行取后控制。
* 使用I/O口输入方式对按键KEY1进行扫描。
* 说明:将跳线器JP8_LED4短接。
************
www.eeworm.com/read/168511/9909709
h enc.h
#ifndef _ENC_H_
#define _ENC_H_
//一般des加密
bool DesBlockEnc(char *output, char *input, int datalen, const char *key);
bool DesBlockDec(char *output, char *input, int datalen, const char *key);
www.eeworm.com/read/160177/10560525
asm hpis.asm
*file: hpi.asm
.file "hpis.asm"
.c_mode
.copy "vc5402.inc"
* .copy "mmi5402.inc"
.ref IV_RESET
.def _init_timer0
.def _init_hpi
.def test_key
.def ISR_TIMER0
.def _GU
www.eeworm.com/read/350731/10715864
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/463712/7176523
c keyin.c
/****************************************************************************
* File:KEYIN.C
* 功能:键盘输入。当检测到有按键输入时,对发光二极管LED4进行取后控制。
* 使用I/O口输入方式对按键KEY1进行扫描。
* 说明:将跳线器JP8_LED4短接。
************
www.eeworm.com/read/331731/12811627
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/244971/12828189
c starttest.c
/****************************************************************************
* File:KEYIN.C
* 功能:键盘输入。当检测到有按键输入时,对发光二极管LED4进行取后控制。
* 使用I/O口输入方式对按键KEY1进行扫描。
* 说明:将跳线器JP8_LED4短接。
************
www.eeworm.com/read/323813/13316006
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/323119/13353650
test index_merge.test
#
# Index merge tests
#
--disable_warnings
drop table if exists t0, t1, t2, t3, t4;
--enable_warnings
# Create and fill a table with simple keys
create table t0
(
key1 int not null,
INDEX i1(key
www.eeworm.com/read/323119/13353706
test index_merge_bdb.test
#
# 2-sweeps read Index_merge test
#
-- source include/have_bdb.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (
pk int primary key,
key1 int,
key2 int,