Compile_Lab4

所属分类:Windows编程
开发工具:Visual C++
文件大小:222KB
下载次数:15
上传日期:2013-09-08 18:58:05
上 传 者chunchunxixi
说明:  编译原理作业 算符优先语法分析  实现算符优先分析算法,完成以下描述算术表达式的算符优先文法的算符优先分析过程。    G[E]:E→E+T∣E-T∣T T→T*F∣T/F∣F F→(E)∣i
(Compilation Principle operating operator precedence parsing algorithm to achieve operator priority analysis, complete the following description of arithmetic expressions operator precedence grammar operator priority analysis process. G [E]: E → E+T | ET | TT → T* F | T/F | FF → (E) | i)

文件列表:
C_Lab4 (0, 2013-06-28)
C_Lab4\C_Lab4.cpp (4208, 2013-06-04)
C_Lab4\C_Lab4.dsp (4536, 2013-05-08)
C_Lab4\C_Lab4.dsw (537, 2013-05-08)
C_Lab4\C_Lab4.ncb (50176, 2013-06-04)
C_Lab4\C_Lab4.opt (49664, 2013-06-04)
C_Lab4\C_Lab4.plg (1357, 2013-06-04)
C_Lab4\Debug (0, 2013-06-28)
C_Lab4\Debug\C_Lab4.exe (184420, 2013-06-04)
C_Lab4\Debug\C_Lab4.ilk (205080, 2013-06-04)
C_Lab4\Debug\C_Lab4.obj (15464, 2013-06-04)
C_Lab4\Debug\C_Lab4.pch (187392, 2013-06-02)
C_Lab4\Debug\C_Lab4.pdb (467968, 2013-06-04)
C_Lab4\Debug\StdAfx.obj (2351, 2013-06-02)
C_Lab4\Debug\vc60.idb (41984, 2013-06-04)
C_Lab4\Debug\vc60.pdb (53248, 2013-06-04)
C_Lab4\StdAfx.cpp (293, 2013-05-08)
C_Lab4\StdAfx.h (667, 2013-05-08)
C_Lab4\string.txt (89, 2013-05-08)
C_Lab4\string1.txt (22, 2013-06-04)

======================================================================== CONSOLE APPLICATION : C_Lab4 ======================================================================== AppWizard has created this C_Lab4 application for you. This file contains a summary of what you will find in each of the files that make up your C_Lab4 application. C_Lab4.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. C_Lab4.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named C_Lab4.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者