代码搜索:Key1
找到约 1,573 项符合「Key1」的源代码
代码结果 1,573
www.eeworm.com/read/230516/14282973
rpt key1.tan.rpt
Timing Analyzer report for key1
Sat Feb 18 13:29:13 2006
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/227267/4775926
ini usb.ini
[Key]
key1=VEN_8086&DEV_24CD
key2=VEN_8086&DEV_24DD
key3=VEN_1033&DEV_00E0
www.eeworm.com/read/305566/3772480
sugethw
SUGETHW - sugethw writes the values of the selected key words
sugethw key1 key2 ... [output=] outfile]
Required parameters:
At least one key word.
Optional parameters:
output=ascii output
www.eeworm.com/read/192980/8261148
rpt key1.tan.rpt
Timing Analyzer report for key1
Wed Dec 14 12:07:32 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/106690/15626617
m pop_crossf.m
% pop_crossf() - Return estimates and plots of event-related spectral coherence
%
% Usage:
% >> pop_crossf(EEG, typeproc, num1, num2, tlimits,cycles,
% 'key1',va
www.eeworm.com/read/355315/10276679
asm noname1.asm
ORG 0000H
MOV R0,#0
MOV DPTR,#TAB
START:MOV A,P0
ANL A,#0FH
CJNE A,#0FH,KEY1
SJMP START
KEY1:LCALL DELAY
MOV A,P0
ANL A,#0FH
CJNE A,#0FH,KEY2
SJMP START
KEY2:JNB ACC.0,K1
JNB ACC.1,K2
JN
www.eeworm.com/read/355315/10276685
bak noname1.bak
ORG 0000H
MOV R0,#0
MOV DPTR,#TAB
START:MOV A,P0
ANL A,#0FH
CJNE A,#0FH,KEY1
SJMP START
KEY1:LCALL DELAY
MOV A,P0
ANL A,#0FH
CJNE A,#0FH,KEY2
SJMP START
KEY2:JNB ACC.0,K1
JNB ACC.1,K2
JN
www.eeworm.com/read/160068/10574825
ini easyarm.ini
[Com]
Port=4
Baudrate=19200
Parity=0
DataBit=8
StopBit=0
[KeyName]
Key0=0
Key1=1
Key2=2
Key3=3
Key4=4
Key5=5
Key6=6
Key7=7
Key8=8
Key9=9
Key10=10
Key11=11
Key12=12
Key13=13
Key1
www.eeworm.com/read/319845/13441395
asm mykey.asm
org 0000h
ajmp main
org 0030h
main:
mov sp,#50h
mov r0,#30h
start:
lcall key
mov @r0,a
inc r0
ljmp start
key:
mov p1,#0f0h
mov r7,#0ffh
key1:
djnz r7,key1
mov a,p1
orl a