代码搜索:Key1

找到约 1,573 项符合「Key1」的源代码

代码结果 1,573
www.eeworm.com/read/146455/12647001

txt 10.1.2独立式键盘接口.txt

KEYIN: MOV DPTR,#7FFFH MOVX A,@DPTR ANL A,#1FH MOV R3,A LCALL D_l0ms MOVX A,QDPTR ANL A,#1FH CJNE A,R3,PASS CJNE A,#FEh,TO_2 LJMP KE
www.eeworm.com/read/100897/15862954

cpp ngregistry.cpp

////////////////////////////////////////////////////////////////// // Registry.cpp // A simple registry class // Julian Smart #include "stdafx.h" #include "NGUtils.h" #include "NGRegistry.h"
www.eeworm.com/read/431583/8666722

c main-1.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/431583/8666764

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/386543/8738522

asm int1_test1.asm

;*********************************** ; 文件:INT1_TEST1.asm ; 开发: www.zlgmcu.com ; 日期: 2004.03.01 ; 功能:测试P89LPC932 在完全掉电模式下的外部中断唤醒 ; 说明: 此程序用DP-932调试通过. ; 将跳线器J27,J28分别接OCA和BEEP;J3接KEY1 ;
www.eeworm.com/read/376077/9332847

cpp key1exampledlg.cpp

// Key1ExampleDlg.cpp : implementation file // #include "stdafx.h" #include "Key1Example.h" #include "Key1ExampleDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THI
www.eeworm.com/read/159468/10647317

txt vhdl.txt

7.4 实用多功能电子表 7.4.1 功能描述 多功能电子表共有5种功能:功能1为数字钟;功 能2为数字跑表;功能3为调时;功能4为闹钟设置;功 能5为日期设置。除调时功能以外,电子表处于其他功 能状态下时并不影响数字钟的运行。使用数字钟功能 时,还可以通过按键快速查看当前的闹钟设置时间和 当前日期。该电子表利用EDA实验平台的扬声器整点 报时和定时报时,设置3个按键分别作为功能键 ...
www.eeworm.com/read/296593/8089360

hier_info full_add.hier_info

|full_add sum inst3.CLK key2 => inst2.CLK key3 => inst1.CLK cout
www.eeworm.com/read/323119/13351378

result rowid_order_innodb.result

drop table if exists t1, t2, t3,t4; create table t1 ( pk1 int not NULL, key1 int(11), key2 int(11), PRIMARY KEY (pk1), KEY key1 (key1), KEY key2 (key2) ) engine=innodb; insert into t1 values (-5, 1,
www.eeworm.com/read/323119/13352078

result rowid_order_bdb.result

drop table if exists t1, t2, t3,t4; create table t1 ( pk1 int not NULL, key1 int(11), key2 int(11), PRIMARY KEY (pk1), KEY key1 (key1), KEY key2 (key2) ) engine=bdb; insert into t1 values (-5, 1, 1)