文件名称:ImplementationOfVM
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:15.79mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
根据给出的语法规则,在经过词法分析,语法分析得到的语法分析树的基础上,设计语法制导的定义翻译生成目标代码。并将生成的目标代码在附件给出的虚拟机中运行,得到运行结果。-According to the given grammar rules, after lexical analysis, syntax analysis parse tree obtained based on the definition of design Syntax generate object code translation. And object code generated by the virtual machine is given in the Annex to run, be run results.
相关搜索: 语法 树
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ImplementationOfVM/Compile/.classpath
ImplementationOfVM/Compile/.project
ImplementationOfVM/Compile/bin/input.txt
ImplementationOfVM/Compile/bin/InputCell.class
ImplementationOfVM/Compile/bin/inter/And.class
ImplementationOfVM/Compile/bin/inter/Arith.class
ImplementationOfVM/Compile/bin/inter/Constant.class
ImplementationOfVM/Compile/bin/inter/Expr.class
ImplementationOfVM/Compile/bin/inter/Id.class
ImplementationOfVM/Compile/bin/inter/Logical.class
ImplementationOfVM/Compile/bin/inter/Node.class
ImplementationOfVM/Compile/bin/inter/Not.class
ImplementationOfVM/Compile/bin/inter/Op.class
ImplementationOfVM/Compile/bin/inter/Or.class
ImplementationOfVM/Compile/bin/inter/OutputCell.class
ImplementationOfVM/Compile/bin/inter/Rel.class
ImplementationOfVM/Compile/bin/inter/Temp.class
ImplementationOfVM/Compile/bin/inter/Unary.class
ImplementationOfVM/Compile/bin/lex.yy.exe
ImplementationOfVM/Compile/bin/lexer/Access.class
ImplementationOfVM/Compile/bin/lexer/Num.class
ImplementationOfVM/Compile/bin/lexer/Token.class
ImplementationOfVM/Compile/bin/lexer/Word.class
ImplementationOfVM/Compile/bin/main.class
ImplementationOfVM/Compile/bin/Parse/Gen.class
ImplementationOfVM/Compile/bin/Parse.class
ImplementationOfVM/Compile/bin/Production.class
ImplementationOfVM/Compile/bin/ProductionArray.class
ImplementationOfVM/Compile/bin/Stack.class
ImplementationOfVM/Compile/bin/SymbolCell.class
ImplementationOfVM/Compile/bin/symbols/Array.class
ImplementationOfVM/Compile/bin/symbols/Env.class
ImplementationOfVM/Compile/bin/symbols/input.txt
ImplementationOfVM/Compile/bin/symbols/SymbolTable.class
ImplementationOfVM/Compile/bin/symbols/SymbolTableCell.class
ImplementationOfVM/Compile/bin/symbols/Type.class
ImplementationOfVM/Compile/bin/SymbolTable.class
ImplementationOfVM/Compile/bin/test.txt
ImplementationOfVM/Compile/src/input.txt
ImplementationOfVM/Compile/src/InputCell.java
ImplementationOfVM/Compile/src/inter/And.java
ImplementationOfVM/Compile/src/inter/Arith.java
ImplementationOfVM/Compile/src/inter/Constant.java
ImplementationOfVM/Compile/src/inter/Expr.java
ImplementationOfVM/Compile/src/inter/Id.java
ImplementationOfVM/Compile/src/inter/Logical.java
ImplementationOfVM/Compile/src/inter/Node.java
ImplementationOfVM/Compile/src/inter/Not.java
ImplementationOfVM/Compile/src/inter/Op.java
ImplementationOfVM/Compile/src/inter/Or.java
ImplementationOfVM/Compile/src/inter/OutputCell.java
ImplementationOfVM/Compile/src/inter/Rel.java
ImplementationOfVM/Compile/src/inter/Temp.java
ImplementationOfVM/Compile/src/inter/Unary.java
ImplementationOfVM/Compile/src/lex.yy.exe
ImplementationOfVM/Compile/src/lexer/Access.java
ImplementationOfVM/Compile/src/lexer/Num.java
ImplementationOfVM/Compile/src/lexer/Token.java
ImplementationOfVM/Compile/src/lexer/Word.java
ImplementationOfVM/Compile/src/main.java
ImplementationOfVM/Compile/src/Parse/Gen.java
ImplementationOfVM/Compile/src/Parse.java
ImplementationOfVM/Compile/src/Production.java
ImplementationOfVM/Compile/src/ProductionArray.java
ImplementationOfVM/Compile/src/Stack.java
ImplementationOfVM/Compile/src/SymbolCell.java
ImplementationOfVM/Compile/src/symbols/Array.java
ImplementationOfVM/Compile/src/symbols/Env.java
ImplementationOfVM/Compile/src/symbols/input.txt
ImplementationOfVM/Compile/src/symbols/SymbolTable.java
ImplementationOfVM/Compile/src/symbols/SymbolTableCell.java
ImplementationOfVM/Compile/src/symbols/Type.java
ImplementationOfVM/Compile/src/SymbolTable.java
ImplementationOfVM/Compile/src/test.txt
ImplementationOfVM/VM/codes/arraytest.txt
ImplementationOfVM/VM/codes/arraytest1.txt
ImplementationOfVM/VM/codes/fibonacci.txt
ImplementationOfVM/VM/codes/gcd.txt
ImplementationOfVM/VM/codes/new 2.txt
ImplementationOfVM/VM/codes/new 3.txt
ImplementationOfVM/VM/codes/new 4.txt
ImplementationOfVM/VM/codes/new 5.txt
ImplementationOfVM/VM/codes/testcode.vm
ImplementationOfVM/VM/Debug/BuildLog.htm
ImplementationOfVM/VM/Debug/FloatInput.obj
ImplementationOfVM/VM/Debug/FloatInput.sbr
ImplementationOfVM/VM/Debug/integerInput1.obj
ImplementationOfVM/VM/Debug/integerInput1.sbr
ImplementationOfVM/VM/Debug/MainFrm.obj
ImplementationOfVM/VM/Debug/MainFrm.sbr
ImplementationOfVM/VM/Debug/mt.dep
ImplementationOfVM/VM/Debug/SimpleVM.bsc
ImplementationOfVM/VM/Debug/SimpleVM.exe
ImplementationOfVM/VM/Debug/SimpleVM.exe.embed.manifest
ImplementationOfVM/VM/Debug/SimpleVM.exe.embed.manifest.res
ImplementationOfVM/VM/Debug/SimpleVM.exe.intermediate.manifest
ImplementationOfVM/VM/Debug/SimpleVM.ilk
ImplementationOfVM/VM/Debug/SimpleVM.obj
ImplementationOfVM/VM/Debug/SimpleVM.pch
ImplementationOfVM/VM/Debug/SimpleVM.pdb
ImplementationOfVM/VM/Debug/SimpleVM.res
ImplementationOfVM/VM/Debug/SimpleVM.sbr
ImplementationOfVM/VM/Debug/SimpleVMDoc.obj
ImplementationOfVM/VM/Debug/SimpleVMDoc.sbr
ImplementationOfVM/VM/Debug/SimpleVMView.obj
ImplementationOfVM/VM/Debug/SimpleVMView.sbr
ImplementationOfVM/VM/Debug/StdAfx.obj
ImplementationOfVM/VM/Debug/StdAfx.sbr
ImplementationOfVM/VM/Debug/vc90.idb
ImplementationOfVM/VM/Debug/vc90.pdb
ImplementationOfVM/VM/Debug/VM.obj
ImplementationOfVM/VM/Debug/VM.sbr
Implementation
ImplementationOfVM/Compile/.project
ImplementationOfVM/Compile/bin/input.txt
ImplementationOfVM/Compile/bin/InputCell.class
ImplementationOfVM/Compile/bin/inter/And.class
ImplementationOfVM/Compile/bin/inter/Arith.class
ImplementationOfVM/Compile/bin/inter/Constant.class
ImplementationOfVM/Compile/bin/inter/Expr.class
ImplementationOfVM/Compile/bin/inter/Id.class
ImplementationOfVM/Compile/bin/inter/Logical.class
ImplementationOfVM/Compile/bin/inter/Node.class
ImplementationOfVM/Compile/bin/inter/Not.class
ImplementationOfVM/Compile/bin/inter/Op.class
ImplementationOfVM/Compile/bin/inter/Or.class
ImplementationOfVM/Compile/bin/inter/OutputCell.class
ImplementationOfVM/Compile/bin/inter/Rel.class
ImplementationOfVM/Compile/bin/inter/Temp.class
ImplementationOfVM/Compile/bin/inter/Unary.class
ImplementationOfVM/Compile/bin/lex.yy.exe
ImplementationOfVM/Compile/bin/lexer/Access.class
ImplementationOfVM/Compile/bin/lexer/Num.class
ImplementationOfVM/Compile/bin/lexer/Token.class
ImplementationOfVM/Compile/bin/lexer/Word.class
ImplementationOfVM/Compile/bin/main.class
ImplementationOfVM/Compile/bin/Parse/Gen.class
ImplementationOfVM/Compile/bin/Parse.class
ImplementationOfVM/Compile/bin/Production.class
ImplementationOfVM/Compile/bin/ProductionArray.class
ImplementationOfVM/Compile/bin/Stack.class
ImplementationOfVM/Compile/bin/SymbolCell.class
ImplementationOfVM/Compile/bin/symbols/Array.class
ImplementationOfVM/Compile/bin/symbols/Env.class
ImplementationOfVM/Compile/bin/symbols/input.txt
ImplementationOfVM/Compile/bin/symbols/SymbolTable.class
ImplementationOfVM/Compile/bin/symbols/SymbolTableCell.class
ImplementationOfVM/Compile/bin/symbols/Type.class
ImplementationOfVM/Compile/bin/SymbolTable.class
ImplementationOfVM/Compile/bin/test.txt
ImplementationOfVM/Compile/src/input.txt
ImplementationOfVM/Compile/src/InputCell.java
ImplementationOfVM/Compile/src/inter/And.java
ImplementationOfVM/Compile/src/inter/Arith.java
ImplementationOfVM/Compile/src/inter/Constant.java
ImplementationOfVM/Compile/src/inter/Expr.java
ImplementationOfVM/Compile/src/inter/Id.java
ImplementationOfVM/Compile/src/inter/Logical.java
ImplementationOfVM/Compile/src/inter/Node.java
ImplementationOfVM/Compile/src/inter/Not.java
ImplementationOfVM/Compile/src/inter/Op.java
ImplementationOfVM/Compile/src/inter/Or.java
ImplementationOfVM/Compile/src/inter/OutputCell.java
ImplementationOfVM/Compile/src/inter/Rel.java
ImplementationOfVM/Compile/src/inter/Temp.java
ImplementationOfVM/Compile/src/inter/Unary.java
ImplementationOfVM/Compile/src/lex.yy.exe
ImplementationOfVM/Compile/src/lexer/Access.java
ImplementationOfVM/Compile/src/lexer/Num.java
ImplementationOfVM/Compile/src/lexer/Token.java
ImplementationOfVM/Compile/src/lexer/Word.java
ImplementationOfVM/Compile/src/main.java
ImplementationOfVM/Compile/src/Parse/Gen.java
ImplementationOfVM/Compile/src/Parse.java
ImplementationOfVM/Compile/src/Production.java
ImplementationOfVM/Compile/src/ProductionArray.java
ImplementationOfVM/Compile/src/Stack.java
ImplementationOfVM/Compile/src/SymbolCell.java
ImplementationOfVM/Compile/src/symbols/Array.java
ImplementationOfVM/Compile/src/symbols/Env.java
ImplementationOfVM/Compile/src/symbols/input.txt
ImplementationOfVM/Compile/src/symbols/SymbolTable.java
ImplementationOfVM/Compile/src/symbols/SymbolTableCell.java
ImplementationOfVM/Compile/src/symbols/Type.java
ImplementationOfVM/Compile/src/SymbolTable.java
ImplementationOfVM/Compile/src/test.txt
ImplementationOfVM/VM/codes/arraytest.txt
ImplementationOfVM/VM/codes/arraytest1.txt
ImplementationOfVM/VM/codes/fibonacci.txt
ImplementationOfVM/VM/codes/gcd.txt
ImplementationOfVM/VM/codes/new 2.txt
ImplementationOfVM/VM/codes/new 3.txt
ImplementationOfVM/VM/codes/new 4.txt
ImplementationOfVM/VM/codes/new 5.txt
ImplementationOfVM/VM/codes/testcode.vm
ImplementationOfVM/VM/Debug/BuildLog.htm
ImplementationOfVM/VM/Debug/FloatInput.obj
ImplementationOfVM/VM/Debug/FloatInput.sbr
ImplementationOfVM/VM/Debug/integerInput1.obj
ImplementationOfVM/VM/Debug/integerInput1.sbr
ImplementationOfVM/VM/Debug/MainFrm.obj
ImplementationOfVM/VM/Debug/MainFrm.sbr
ImplementationOfVM/VM/Debug/mt.dep
ImplementationOfVM/VM/Debug/SimpleVM.bsc
ImplementationOfVM/VM/Debug/SimpleVM.exe
ImplementationOfVM/VM/Debug/SimpleVM.exe.embed.manifest
ImplementationOfVM/VM/Debug/SimpleVM.exe.embed.manifest.res
ImplementationOfVM/VM/Debug/SimpleVM.exe.intermediate.manifest
ImplementationOfVM/VM/Debug/SimpleVM.ilk
ImplementationOfVM/VM/Debug/SimpleVM.obj
ImplementationOfVM/VM/Debug/SimpleVM.pch
ImplementationOfVM/VM/Debug/SimpleVM.pdb
ImplementationOfVM/VM/Debug/SimpleVM.res
ImplementationOfVM/VM/Debug/SimpleVM.sbr
ImplementationOfVM/VM/Debug/SimpleVMDoc.obj
ImplementationOfVM/VM/Debug/SimpleVMDoc.sbr
ImplementationOfVM/VM/Debug/SimpleVMView.obj
ImplementationOfVM/VM/Debug/SimpleVMView.sbr
ImplementationOfVM/VM/Debug/StdAfx.obj
ImplementationOfVM/VM/Debug/StdAfx.sbr
ImplementationOfVM/VM/Debug/vc90.idb
ImplementationOfVM/VM/Debug/vc90.pdb
ImplementationOfVM/VM/Debug/VM.obj
ImplementationOfVM/VM/Debug/VM.sbr
Implementation
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.