代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/204040/5035900
asm ssstmts.asm
page ,132
TITLE ssstmts - Scan general statements
;***
;ssstmts - scan general statements
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Scan statements other than control flow,
www.eeworm.com/read/375736/2721198
asm sslit.asm
page ,132
TITLE sslit - Scan Support for Literals
;***
;sslit - Scan Support for Literals
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; Scan literal pcodes.
; Literal sc
www.eeworm.com/read/375736/2721228
asm ssstmts.asm
page ,132
TITLE ssstmts - Scan general statements
;***
;ssstmts - scan general statements
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Scan statements other than control flow,
www.eeworm.com/read/260597/4331203
asm sslit.asm
page ,132
TITLE sslit - Scan Support for Literals
;***
;sslit - Scan Support for Literals
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; Scan literal pcodes.
; Literal sc
www.eeworm.com/read/260597/4331233
asm ssstmts.asm
page ,132
TITLE ssstmts - Scan general statements
;***
;ssstmts - scan general statements
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Scan statements other than control flow,
www.eeworm.com/read/196118/8114378
src key_display.src
;key scan and led display
;*****************************
.include "define.mac"
.public key_scan
.public led_scan
.extern WR_24C02
.extern RD_24C02
.extern restore
;scan_key su
www.eeworm.com/read/390729/8449422
inc key.inc
//========================================================================================
// Progarm: The head file for pcplay.asm
// Wrote by: Andy Hsu
// Last modified date:
// 2000/06/23: f
www.eeworm.com/read/388626/8591314
hier_info keyboard.hier_info
|keyboard
keyboard_clk => filter[7].DATAIN
keyboard_data => SHIFTIN~0.DATAB
keyboard_data => process1~0.IN1
clock_50Mhz => filter[7].CLK
clock_50Mhz => filter[6].CLK
clock_50Mhz => filter[5].CLK
www.eeworm.com/read/388333/8614129
c 矩阵式键盘.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
#define k P1 // 定义键盘接口
/************************************************