代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/151962/12158037

fit ecc_new2.fit

-- MAX+plus II Compiler Fit File -- Version 10.1 06/12/2001 -- Compiled: 06/10/2004 16:51:37 -- Copyright (C) 1988-2001 Altera Corporation -- Any megafunction design, and
www.eeworm.com/read/339637/12213464

v staff.v

module staff( input VGA_CLK, input [7:0]scan_code1, input [7:0]scan_code2, input [7:0]scan_code3, input [7:0]scan_code4, output vga_sync, output vga_h_sync, output vga_v_sync, outpu
www.eeworm.com/read/252679/12268755

s match.s

;=========================================================================== ; Copyright (c) 1990-1999 Info-ZIP. All rights reserved. ; ; See the accompanying file LICENSE, version 1999-Oct-05 or lat
www.eeworm.com/read/251955/12310204

c 4_4keyscan.c

/******************************************************************** //模 块 名 : 按键演示程序 //创 建 者 : 杨 勇 日期 : 2007年4月29日 18:45 //修 改 者 : 日期 : //功能描述 : //其他说明 :
www.eeworm.com/read/337403/12370849

c kbsub.c

/*-----------------------------------------------------* *文件描述:本文件包含了H08C键盘中断子函数,分别为: * *(1)KB_Init:键盘初始化函数 * * void KB_Init(void)
www.eeworm.com/read/337402/12370878

lis kbsub.lis

.module KBsub.c .area text 0000 _KB_Init:: 0000 ; /*-----------------------------------------------------* 0000 ; *
www.eeworm.com/read/337401/12371035

c kbsub.c

/*-----------------------------------------------------* *文件描述:本文件包含了H08C键盘中断子函数,分别为: * *(1)KB_Init:键盘初始化函数 * * void KB_Init(void)
www.eeworm.com/read/337401/12371133

s kbsub.s

.module KBSub.c .area text _KB_Init:: ; /*-----------------------------------------------------* ; *文件描述:本文件包含了H08C键盘中断子函数,分别为: * ; *(1)KB_Init:键盘初始化函数 * ;
www.eeworm.com/read/336956/12405002

c up51s005.c

/******************************************************************************* * * * File : uP51s005.c
www.eeworm.com/read/336761/12416412

h key.h

#ifndef __KEY_h__ #define __KEY_h__ // write your header here void Key_Init(void); void Key_Scan(void); unsigned Key_Get(void); #define KEY_1 0x01 #define KEY_2 0x02 #define KEY_3 0x04