代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/302880/13825462
scan configure.scan
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRES
www.eeworm.com/read/302155/13841039
c scan.c
/* Functions for reading FILE*'s up to certain strings or characters. */
/* Copyright (C) 1997 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of
www.eeworm.com/read/134214/13867165
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) Cons
www.eeworm.com/read/134214/13867166
cpp scan.cpp
//#include
//#include
#include
//#include
//#include
using namespace std;
#define MAXBUF 32
char ch=' '; /*当前的字符,初始化为空*/
int lineno; /*行号*/
int r
www.eeworm.com/read/134214/13867167
plg scan.plg
Build Log
--------------------Configuration: scan - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/134214/13867169
ncb scan.ncb
www.eeworm.com/read/134214/13867170
dsw scan.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/134214/13867171
opt scan.opt
www.eeworm.com/read/136107/13872291
cpp scan.cpp
// Lexer of the compiler
// function: translate the source into tokens
//
// Written by bood, boodweb@163.com, http://boodweb.126.com
// 2004-08-06
//
// 2004.5.21
// fixed: '!=' 's return
www.eeworm.com/read/136107/13872331
h scan.h
#ifndef SCAN_H_
#define SCAN_H_
#include
#include
using namespace std;
// Type of token
typedef enum {
ENDFILE,ERROR,
IF,ELSE,WHILE,RETURN,VOID,INT,
PLUS,MINUS,MUL,