代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/402992/11525380
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/402992/11525384
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/402992/11525389
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/402992/11525390
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/402992/11525405
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/402746/11528653
c scan.c
/****************************************************/
/* File: scan.c */
/* The scanner implementation for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/402746/11528655
h scan.h
/****************************************************/
/* File: scan.h */
/* The scanner interface for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/401439/11557674
l scan.l
%{
/*彭立勋 @ NUAA*/
#include "Globals.h"
#include "Util.h"
#include "Scan.h"
#include "Parse.h"
char tokenString[MAXTOKENLEN+1];
%}
%include
{
#define MAXTOKENLEN 40
extern char tokenSt
www.eeworm.com/read/401439/11557678
h scan.h
#ifndef _SCAN_H
#define _SCAN_H
#include
#line 15 ".\\scan.l"
#define MAXTOKENLEN 40
extern char tokenString[MAXTOKENLEN+1];
TokenType getToken(void);
#line 41 "scan
www.eeworm.com/read/401439/11557702