代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/330751/12870187

s time.s

.module TIME.c .area text ; i -> 0,X _delay:: ais #-1 tsx clr ,X bra L5 L2: L3: inc ,X L5: ; #include "TIME.h" ; #include "LCD.h" ; #include "KB.h" ; ; void dela
www.eeworm.com/read/330751/12870241

h kb.h

#include "GP32C.H" //MCU头文件 #define KB_P PTA //键盘接在PTA口上 #define KB_D DDRA //相应的方向寄存器 #define KB_PUE PTAPUE //相应的上拉电阻允许寄存器 #define IntBit 1 //键盘
www.eeworm.com/read/143306/12885328

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/244097/12889018

c h264.c

/* * H.26L/H.264/AVC/JVT/14496-10/... encoder/decoder * Copyright (c) 2003 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it und
www.eeworm.com/read/142822/12916365

inc ps2.inc

;======================================================================== ; FILE: ps2.inc ; ; This file contains ps2-specific delarations ; ;==================================================
www.eeworm.com/read/141217/13032416

asm key.asm

.INCLUDE SPCE061.INC .RAM .PUBLIC KeyBuf //保存键值 .VAR KeyBuf .VAR KeyValue .DATA KeyTbl: //键盘编码表 .DW 0x007F,0x00BF,0x00DF,0x00EF //K1,K2,K3,K4 .DW 0x00F7,0x00FB,0x0
www.eeworm.com/read/327678/13067448

c key8x8.c

/*****************************************************************/ /* */
www.eeworm.com/read/139899/13122071

fit clkscan1.fit

-- MAX+plus II Compiler Fit File -- Version 10.1 06/12/2001 -- Compiled: 05/28/2003 15:32:19 -- Copyright (C) 1988-2001 Altera Corporation -- Any megafunction design, and
www.eeworm.com/read/139899/13122253

fit clkscan2.fit

-- MAX+plus II Compiler Fit File -- Version 10.1 06/12/2001 -- Compiled: 05/21/2004 17:07:57 -- Copyright (C) 1988-2001 Altera Corporation -- Any megafunction design, and
www.eeworm.com/read/241631/13128601

makefile

CC=gcc SERVER =scan SEV_NAME=scan SERVANT =productclient gprs_modem SERVER_SRC =$(addsuffix .c, $(SERVANT)) SERVER_OBJ= productclient.o gprs_modem.o LDFLAGS=-g LDTHREAD=-lpthread $(SERVER) : $(SER