资源简介
编译原理.rar
代码片段和文件信息
#include
#include
#include“stdio.h“
#include“conio.h“
#include“iomanip“
#include
#include
#include
using namespace std;
#define K_ZIFU 0//标识符
#define K_SUANFU 1//运算符
#define K_SHUZI 2//常数
#define K_JIEFU 3//边界符
#define K_KONG 4//空格
#define K_HUANGHANG 5//换行
#define K_BAOLIUZI 6//保留字
#define OVER 7
#define NOTOVER 8
char *const_0[6]={ “for““if“ “else“ “goto“ “continue““break“};
char const_1[6]={‘*‘‘+‘‘-‘‘=‘‘>‘‘<‘};
char const_3[7]={‘;‘‘#‘‘(‘‘)‘‘{‘‘}‘‘/‘};
int K_now; //现在的类型
int K_will; //being到的字符的类型
char temp_char; //being到的字符
char temp_chars[255];
bool flag;
bool flag0;
int amount=1;
char name1[100];
char name2[100];
char name3[100];
char name4[100];
ifstream infile0infile1infile2;
ofstream outfile0outfile1outfile2outfile3;
queue charque;
queue charque0;
stack charstr;
struct shuchustr{
queue charque;
char bchar;
int gto;
};
shuchustr strstr0;
int initial1()
{
infile1.open(“a.txt“ios::in|ios::binary);
if(! infile1)
{
cout<<“ 打开文件失败!“< return 0;
}
else
{
outfile1.open(“b.txt“ios::out);
outfile0.open(“c.txt“ios::out);
return 1;
}
}
int initial2()
{
infile2.open(“b.txt“ios::in);
if(!infile2)
{
cout<<“ 打开文件失败!“< return 0;
}
else
{
outfile2.open(“d.txt“ios::out);
return 1;
}
}
int initial0()
{
infile0.open(“c.txt“ios::in);
if(!infile0)
{
cout<<“ 打开文件失败!“< return 0;
}
else
return 1;
}
int read_char()
{
infile1.get(temp_char);
if(infile1.eof())
{
return OVER;
}
return NOTOVER;
}
void write_char()
{
outfile1< if(K_now==0)
{
charque0.push(“id“);
charque.push(temp_chars);
}
else if(K_now==2)
{
charque0.push(“n“);
charque.push(temp_chars);
}
else
{
charque0.push(temp_chars);
charque.push(temp_chars);
}
}
int KIND()
{
int i=0;
if(temp_char==‘ ‘||temp_char==‘\n‘||temp_char==‘\t‘||temp_char==‘\r‘)
{// 空格 回车 转行
return K_KONG;
}
for(i=0;i<7;++i)
{
if(const_3[i]==temp_char)
{
return K_JIEFU; //隔离 “(“ “)“ “[“ “]“
}
}
for(i=0;i<6;++i)
{
if(temp_char==const_1[i])
{
return K_SUANFU; //基本字符
}
}
if(temp_char>=‘0‘&&temp_char<=‘9‘)
{
return K_SHUZI;
}
if(temp_char>=‘a‘&&temp_char<=‘z‘||temp_char>=‘A‘&&temp_char<=‘Z‘||temp_char==‘_‘)
{
return K_ZIFU;
}
return OVER;
}
void analyse_suanfu()
{
write_char();
}
void analyse_kong()
{
while(read_char())
{
K_will=KIND();
if(K_will!=K_KONG)
{
infile1.seekg
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15184 2009-06-22 02:15 编译原理\11.cpp
文件 80896 2009-06-22 04:38 编译原理\封面.doc
文件 279552 2009-06-22 04:45 编译原理\正文.doc
文件 28160 2009-06-22 04:43 编译原理\目录和任务书.doc
文件 32256 2009-06-22 01:14 编译原理\评定表.doc
目录 0 2009-06-22 04:52 编译原理
----------- --------- ---------- ----- ----
436048 6
- 上一篇:数据结构课程设计之客户积分管理系统
- 下一篇:最新版信息系统项目管理师视频教程
相关资源
- 题库脚本.xls
- waidps-master.zip
- QQ消息轰炸机Delphi版,听说效果很好
- elk百度云地址.txt
- GetAlibaba_Setup.rar
- Editor-1.5.4.rar
- y8l7mn.xls
- AdobeAcrobat破解方法.txt
- 最完整的图书管理系统的设计与实现
- whoawho.DDZ.tools.rar
- chensixiao_1952246.zip
- pwd.txt
- 32854数据库系统概论前七章习题解析
- SolutionManualforIntroductiontoLinearAlgebra5t
- Devexpress18.2.7Crack.zip
- 在ROS中与其他器件使用十六进制串口
- Ftp.zip
- 363389zw_stereo_modefilt.zip
- zw_LZ773.zip
- zw_CameraDemo.zip
- zw_jena_study.zip
- zw_STC_sch.zip
- zw_道客巴巴免费器.zip
- zw_socket5proxy.zip
- zw_pscad_1.zip
- zw_Axure原创元件-带遮罩层的弹出框.
- zw_92578197fountaincode.zip
- zw_Photo.zip
- 36个病毒样本熊猫烧香病毒样本.rar
- roboticsvisionandcontrolpdf.txt
评论
共有 条评论