-
一个很好的编译原理课程设计,要下来看看哦
一个很好的编译原理课程设计,要下来看看哦-Compilation Principle of a good curriculum design, it is necessary to look down Oh
- 2022-07-11 13:50:01下载
- 积分:1
-
反编译最新工具 反编译最新工具 反编译最新工具
反编译最新工具 反编译最新工具 反编译最新工具-TOOS
- 2022-07-08 22:42:40下载
- 积分:1
-
test for character recognition sofware
test for character recognition sofware
- 2023-03-30 12:05:04下载
- 积分:1
-
编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间...
编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code target code enforcement explained in detail
- 2022-01-25 21:41:34下载
- 积分:1
-
汇编语言的操作要求下的2语法表…
汇编语言的作业要求根据G 2文法的预测分析表来判断一个语句是否符合G 2文法,并且显示出处理过程及调用预测分析表的情况.-assembly language under the operational requirements of the G 2 grammar Table Forecast and Analysis to determine whether a statement G 2 grammar, and shows the process and called prediction analysis of the table.
- 2022-02-14 03:45:03下载
- 积分:1
-
Flex词法/语法分析器源码
Flex词法/语法分析器源码 -Flex syntactic and phrase parser code
- 2022-09-27 12:35:03下载
- 积分:1
-
一个简单的词法分析器识别C++关键字、标识符、价值,有价值的。
一个简单的词法分析器,可以识别C++中的关键字、标识符、数值、各种合法字符等,能对一段正确或含有错误的C++程序进行词法分析,并对错误进行精确的提示。-A simple lexical analyzer to identify C++ Of keywords, identifiers, values, a variety of legal characters, etc., can contain a section of right or wrong C++ Procedures lexical analysis, and errors accurate advice.
- 2023-08-25 05:45:03下载
- 积分:1
-
词法分析器(C++)
运行环境 Win9X/Win2000/WinXP/Win2003/
软件语言 简体中文
软件类型 源码
授权方式 共...
词法分析器(C++)
运行环境 Win9X/Win2000/WinXP/Win2003/
软件语言 简体中文
软件类型 源码
授权方式 共享软件
软件大小 81 KB
-lexical analyzer (C) Operating environment Win9X/Win2000/WinXP/Win2003/English language software types of software source code sharing software license software size of 81 KB
- 2022-03-14 21:11:26下载
- 积分:1
-
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include<st...
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
输入 exit 退出程序。-C language lexical analyzer by wpc_LK
This is a simple lexical analyzer can t avoid that there re some errors here,please correct, thank you!
for exzample:
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
input exit quit the program.
- 2022-01-22 06:15:36下载
- 积分:1
-
c++单元测试框架,CppUnit
基于JUnit
c++单元测试框架,CppUnit
基于JUnit-c unit test framework, based on the JUnit CppUnit
- 2022-03-24 16:33:04下载
- 积分:1