代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/259942/11755733
h scanner.h
/* $Id: scanner.h 710 2007-04-26 23:14:07Z helly $ */
#ifndef _scanner_h
#define _scanner_h
#include
#include
#include "token.h"
#include "re.h"
#include "globals.h"
namespace re2c
www.eeworm.com/read/259942/11755790
cc scanner.cc
/* Generated by re2c 0.12.2 on Wed Jun 27 00:25:02 2007 */
/* $Id: scanner.cc 768 2007-06-26 22:26:06Z helly $ */
#include
#include
#include
#include
#includ
www.eeworm.com/read/259942/11755835
re scanner.re
/* Id: scanner.re,v 1.37 2006/02/25 12:41:41 helly Exp */
#include
#include
#include
#include
#include "scanner.h"
#include "parser.h"
#include "y.tab.h"
#in
www.eeworm.com/read/259942/11756445
c scanner.c
/* Generated by re2c */
#line 1 "scanner.re"
/* Id: scanner.re,v 1.37 2006/02/25 12:41:41 helly Exp */
#include
#include
#include
#include
#include "scanner.
www.eeworm.com/read/156415/11804917
cpp scanner.cpp
#include"scanner.h"
#define TOKEN_LEN 100
unsigned int LineNo;
static FILE *InFile;
static char TokenBuffer[TOKEN_LEN];
//初始化词法分析器
extern int InitScanner(const char *FileName)
{
LineNo=1;
www.eeworm.com/read/156415/11804937
h scanner.h
#ifndef SCANNER_H
#define SCANNER_H
#include
#include
#include
#include//
#include//
#include
enum Token_Type
{
ORIGIN,SCALE,ROT,
www.eeworm.com/read/156415/11804965
cpp scanner.cpp
#include"scanner.h"
#define TOKEN_LEN 100
unsigned int LineNo;
static FILE *InFile;
static char TokenBuffer[TOKEN_LEN];
//初始化词法分析器
extern int InitScanner(const char *FileName)
{
LineNo=1;
www.eeworm.com/read/156415/11804976
h scanner.h
#include
#include
#include
#include//
#include//
#include
enum Token_Type
{
ORIGIN,SCALE,ROT, IS, TO,
STEP, DRAW, FOR, FRO
www.eeworm.com/read/156415/11805006
cpp scanner.cpp
#include"scanner.h"
#define TOKEN_LEN 100
unsigned int LineNo;
static FILE *InFile;
static char TokenBuffer[TOKEN_LEN];
//初始化词法分析器
extern int InitScanner(const char *FileName)
{
LineNo=1;
www.eeworm.com/read/156415/11805009
dsp scanner.dsp
# Microsoft Developer Studio Project File - Name="scanner" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C