代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/219352/14886740

c scan.c

/****************************************************/ /* File: scan.c */ /* The scanner implementation for the TINY compiler */ /* Compiler Construction: Princi
www.eeworm.com/read/219352/14886742

h scan.h

/****************************************************/ /* File: scan.h */ /* The scanner interface for the TINY compiler */ /* Compiler Construction: Princi
www.eeworm.com/read/218382/14923146

cpp scan.cpp

/****************************************************************** ** 文件名: scan.cpp ** 描 述: 这是一个完整的扫描器,实现C-语言的完整扫描功能。具体见 **     程序中的注释。 **********************************************************
www.eeworm.com/read/218382/14923158

h scan.h

#ifndef SCAN_H_ #define SCAN_H_ #define BUFLEN 256 //读源文件时,缓冲区的最大长度。 #define MAXTOKENLEN 40 //读取到的记号的最大长度。 #define MAXRESERVED 14 //语言保留字的最大数目。 /************枚举量,列举所有DFA上的状态***
www.eeworm.com/read/218215/14930986

exe scan.exe

www.eeworm.com/read/117257/14933344

exe scan.exe

www.eeworm.com/read/117257/14933345

dsp scan.dsp

# Microsoft Developer Studio Project File - Name="scan" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/117257/14933350

ico scan.ico

www.eeworm.com/read/117257/14933353

cpp scan.cpp

// scan.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "scan.h" #include "MainFrm.h" #include "scanDoc.h" #include "scanView.h" #ifdef _DEBUG #def
www.eeworm.com/read/117257/14933354

sln scan.sln

Microsoft Visual Studio Solution File, Format Version 7.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scan", "scan.vcproj", "{F7792608-2A02-491C-AAAA-5917D60DCE77}" EndProject Global Gl