文件名称:CMMInterpreter
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-01-16
- 文件大小:
- 169kb
- 下载次数:
- 0次
- 提 供 者:
- 戴*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
cmm解释器完整代码,包含词法分析模块,语法语义分析模块,中间代码生成模块,解释执行中间重新代码模块 ,中间代码采用四元式 界面简单,方便用户重新设计界面,只需要修改对应控件绑定事件-cmm interpreter complete code, including lexical analysis module, the syntax semantic analysis module, intermediate code generation module to explain the implementation of the intermediate re-code module intermediate code 4 yuan style, the interface is simple and user-friendly re-design of the interface, and only need to modify the corresponding controls tied given event
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CMMInterpreter
..............\CMMInterpreter
..............\..............\CMMInterpreter
..............\..............\CMMInterpreter.sln
..............\..............\CMMInterpreter.suo
..............\..............\..............\App.xaml
..............\..............\..............\App.xaml.cs
..............\..............\..............\bin
..............\..............\..............\...\Debug
..............\..............\..............\...\.....\CMMInterpreter.exe
..............\..............\..............\...\.....\CMMInterpreter.pdb
..............\..............\..............\...\.....\CMMInterpreter.vshost.exe
..............\..............\..............\...\.....\CMMInterpreter.vshost.exe.manifest
..............\..............\..............\...\Release
..............\..............\..............\CMMInterpreter.csproj
..............\..............\..............\MainWindow.xaml
..............\..............\..............\MainWindow.xaml.cs
..............\..............\..............\obj
..............\..............\..............\...\x86
..............\..............\..............\...\...\Debug
..............\..............\..............\...\...\.....\App.g.cs
..............\..............\..............\...\...\.....\App.g.i.cs
..............\..............\..............\...\...\.....\CMMInterpreter.csproj.FileListAbsolute.txt
..............\..............\..............\...\...\.....\CMMInterpreter.exe
..............\..............\..............\...\...\.....\CMMInterpreter.g.resources
..............\..............\..............\...\...\.....\CMMInterpreter.pdb
..............\..............\..............\...\...\.....\CMMInterpreter.Properties.Resources.resources
..............\..............\..............\...\...\.....\CMMInterpreter_MarkupCompile.cache
..............\..............\..............\...\...\.....\CMMInterpreter_MarkupCompile.i.cache
..............\..............\..............\...\...\.....\DesignTimeResolveAssemblyReferences.cache
..............\..............\..............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
..............\..............\..............\...\...\.....\GenerateResource.read.1.tlog
..............\..............\..............\...\...\.....\GenerateResource.write.1.tlog
..............\..............\..............\...\...\.....\MainWindow.baml
..............\..............\..............\...\...\.....\MainWindow.g.cs
..............\..............\..............\...\...\.....\MainWindow.g.i.cs
..............\..............\..............\...\...\.....\TempPE
..............\..............\..............\...\...\.....\......\Properties.Resources.Designer.cs.dll
..............\..............\..............\Properties
..............\..............\..............\..........\AssemblyInfo.cs
..............\..............\..............\..........\Resources.Designer.cs
..............\..............\..............\..........\Resources.resx
..............\..............\..............\..........\Settings.Designer.cs
..............\..............\..............\..........\Settings.settings
..............\..............\..............\Tables
..............\..............\..............\......\ArrayTable.cs
..............\..............\..............\......\TempArrayTable.cs
..............\..............\..............\......\TempVarTable.cs
..............\..............\..............\......\VariableTable.cs
..............\..............\..............\Widgets
..............\..............\..............\.......\Compilation
..............\..............\..............\.......\...........\IntermediateCode.cs
..............\..............\..............\.......\...........\QuaternionCode.cs
..............\..............\..............\.......\Grammar.cs
..............\..............\..............\.......\Interpretation
..............\..............\..............\.......\..............\AccessTable.cs
..............\..............\..............\.......\..............\Interpretation.cs
..............\..............\..............\.......\Morphology