代码搜索:线性分析
找到约 10,000 项符合「线性分析」的源代码
代码结果 10,000
www.eeworm.com/read/381948/9062615
cpp ll1.cpp
#include
#include
using namespace std;
const int MAX_SIZE=100;
char symbol[MAX_SIZE];//分析栈
char terminal[6]={'i','+','*','(',')','#'};//终结符
//LL(1)分析表
char fen
www.eeworm.com/read/276855/10700522
h lexer.h
//
// 词汇分析的部分
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __lexer_h__
#define __lexer_h__
//
// 储存分析结果的结构体
//
struct LexValue {
string value;
int type;
}
www.eeworm.com/read/276855/10700745
h lexer.h
//
// 词汇分析的部分
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __lexer_h__
#define __lexer_h__
//
// 储存分析结果的结构体
//
struct LexValue {
string value;
int type;
}
www.eeworm.com/read/276855/10701363
h lexer.h
//
// 词汇分析的部分
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __lexer_h__
#define __lexer_h__
//
// 储存分析结果的结构体
//
struct LexValue {
string value;
int type;
}
www.eeworm.com/read/271226/11002552
cpp scanner.cpp
// ----------------------------- scanner.cpp ---------------------------------
// 词法分析器类的定义
#include "scanner.h"
// ---------------初始化词法分析器
int scanner_class::init_scanner(const char *file_nam
www.eeworm.com/read/239514/13274636
cpp syntax.cpp
/*
语法分析外壳程序 0.2 [实现文件]
*/
#include "syntax.h" //For Shell
#include "zSyntax.h" //For Core Class
HINSTANCE hinst; //Recent Instance
HWND hwnd; //For Dialog
zSyntax *s; //语法分析类
cha
www.eeworm.com/read/322316/13382650
cpp syntax.cpp
/*
语法分析外壳程序 0.2 [实现文件]
*/
#include "syntax.h" //For Shell
#include "zSyntax.h" //For Core Class
HINSTANCE hinst; //Recent Instance
HWND hwnd; //For Dialog
zSyntax *s; //语法分析类
cha
www.eeworm.com/read/340666/12140609
h lexer.h
//
// 词汇分析的部分
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __lexer_h__
#define __lexer_h__
//
// 储存分析结果的结构体
//
struct LexValue {
string value;
int type;
}
www.eeworm.com/read/340655/12141226
h lexer.h
//
// 词汇分析的部分
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __lexer_h__
#define __lexer_h__
//
// 储存分析结果的结构体
//
struct LexValue {
string value;
int type;
}
www.eeworm.com/read/129171/14260640
h lexer.h
//
// 词汇分析的部分
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __lexer_h__
#define __lexer_h__
//
// 储存分析结果的结构体
//
struct LexValue {
string value;
int type;
}