代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/391738/8383799
cpp scan.cpp
#include "globals.h"
#include "util.h"
#include "scan.h"
#define BUFLEN 256
//static int bufsize = 0; /* current size of buffer string */
//static int EOF_flag = FALSE; /* corrects ungetNe
www.eeworm.com/read/391738/8383834
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
www.eeworm.com/read/391738/8383836
txt scan.txt
1: int main( void ){
1: reserved word: int
1: ID, name= main
1: (
1: reserved word: void
1: )
1: {
2: int a
2: reserved word: int
2: ID, name= a
3: return 0;
3: reserv
www.eeworm.com/read/291782/8395237
h scan.h
/*----------------------------------------------------------------------
File : scan.h
Contents: scanner (lexical analysis of a character stream)
Author : Christian Borgelt
History : 16.01
www.eeworm.com/read/291782/8395261
c scan.c
/*----------------------------------------------------------------------
File : scan.c
Contents: scanner (lexical analysis of a character stream)
Author : Christian Borgelt
History : 16.01
www.eeworm.com/read/390080/8486908
h scan.h
/**
* @file scan.h
* @brief cmm编译器的扫描器
* @author Shiquan Ye, yeshiquan@gmail.com
* @date 2008-11-12
*/
/*
* Copyright (C) 2008 - Shiquan Ye, yeshiquan@gmail.com
* This program is free softwar
www.eeworm.com/read/390080/8486922
c scan.c
/**
* @file scan.c
* @brief cmm语言的扫描器实现
* @author Shiquan Ye, yeshiquan@gmail.com
* @date 2008-11-12
*/
/*
* Copyright (C) 2008 - Shiquan Ye, yeshiquan@gmail.com
* This program is free softw
www.eeworm.com/read/390080/8486929
o scan.o
www.eeworm.com/read/390009/8489310
c scan.c
/****************************************************/
/* 文件:scan.c */
/* TINY扫描程序的执行代码 */
/****************************************************/
#inclu
www.eeworm.com/read/390009/8489312
h scan.h
/****************************************************/
/* 文件: scan.h */
/* TINY编译器的扫描器接口 */
/****************************************************/
#if