代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/390729/8448477

asm key.asm

.INCLUDE hardware.inc .RAM .PUBLIC KeyBuf //保存键值 .VAR KeyBuf .VAR KeyValue .EXTERNAL _KeyFlag //有键按下标识符 .EXTERNAL DisplayBuff //显示缓冲区 .PUBLIC keysum //扫描有键按下的次数 .
www.eeworm.com/read/290620/8471177

c key.c

/*MCU:AT89S52*/ /*Designed by:Haoyf*/ #include #include #define uchar unsigned char int key; int del; void Key_Scan(void); /************主程序*************/ void main
www.eeworm.com/read/290325/8489770

cpp file_util.cpp

// file_util.cpp -- Thatcher Ulrich 2005 // This source code has been donated to the Public Domain. Do // whatever you want with it. // A file class that can be customized wit
www.eeworm.com/read/289918/8517660

asm at24c02.asm

;***************************************************************************************** ;程序说明 ;***************************************************************************************** ;名称:
www.eeworm.com/read/432730/8579787

c jdinput.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/288988/8588778

vhd data_manage.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY DATA_MANAGE IS PORT( VS:IN STD_LOGIC; DATA:IN STD_LOGIC_
www.eeworm.com/read/187391/8642505

asm wu.asm

TITLE "Key Stroke Wake Up" LIST P = 16C54 ;****************************************************** ; Program demonstrating key stroke wake up for ; the PIC16CXX.
www.eeworm.com/read/288202/8647747

c tuner.c

/***************************************************************************** File Name : tuner.c Description : Wrapper API for interfacing with the low-level tuner modules. Copyright (C) 1999 ST
www.eeworm.com/read/431723/8658611

hier_info ps2.hier_info

|PS2 78ledcom[0]
www.eeworm.com/read/387694/8658766

h key.h

#define KEY_N 5 #define KEY_R 10 extern void key_scan(); extern unsigned char inkey(); extern unsigned char getkey();