代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/124506/14564450

h scan.h

#ifndef _SCAN_H #define _SCAN_H #include "ramdisk.h" struct scanDir { unsigned char pathName[MAX_PATH_LENGTH]; // the complete path name of the dir struct diskBlock *startBlock; // t
www.eeworm.com/read/124506/14564486

c scan.c

/************************************************************* File Name: SCAN.C * ************************************************************** Programm
www.eeworm.com/read/124206/14589828

ndb scan.ndb

www.eeworm.com/read/124206/14589830

rpt scan.rpt

Project Information f:\ch8\ch8vhdl\scan.rpt MAX+plus II Compiler Report File Version 9.23 3/19/99 Compiled: 06/19/2000 02:53:20 Copyright (C) 1988-1999 Alter
www.eeworm.com/read/124206/14589870

vhd scan.vhd

LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL ; USE IEEE.STD_LOGIC_UNSIGNED.ALL ; ENTITY scan IS PORT ( CLK : IN STD_LOGIC ; --syste
www.eeworm.com/read/124206/14589880

acf scan.acf

-- -- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any
www.eeworm.com/read/124206/14589891

hif scan.hif

HIF003 -- -- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an
www.eeworm.com/read/124206/14589893

pin scan.pin

-- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other
www.eeworm.com/read/124206/14589933

fit scan.fit

-- MAX+plus II Compiler Fit File -- Version 9.23 3/19/99 -- Compiled: 06/19/2000 02:53:20 -- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and
www.eeworm.com/read/224153/14604530

h scan.h

#ifndef _SCAN_H_ #define _SCAN_H_ /* MAXTOKENLEN is the maximum size of a token */ #define MAXTOKENLEN 40 /* tokenString array stores the lexeme of each token */ extern char tokenString[MAX