-
一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不...
一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不使用MFC-a good text editor, the realization of the creation of text files, read, the depositary. The contents of the documents modifications : Words, Phrases and of the insertion, deletion, modification. The content of a document search to replace : word, the contents of the documents Copy, Paste. Do not use MFC
- 2022-04-23 09:16:27下载
- 积分:1
-
Libboost_regex regular expression
基于libboost_regex的正则表达式测试程序,可用于入门者的参考代码。-Libboost_regex regular expression-based test procedure can be used for a reference code for beginners.
- 2022-03-21 21:31:53下载
- 积分:1
-
这是一个用C++实现的语法制导翻译程序,当输入一个表达式时可以将其转化为相应的四元式...
这是一个用C++实现的语法制导翻译程序,当输入一个表达式时可以将其转化为相应的四元式-This is a realization of the C syntax translation guided procedure, when an input expression can be translated into the corresponding four yuan-
- 2022-01-26 08:09:45下载
- 积分:1
-
-
- 2022-06-13 21:40:01下载
- 积分:1
-
LL (1) parser
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一:
若X=a=’#’,则宣布分析成功,停止分析过程;
若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号;
若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
- 2022-04-20 05:21:39下载
- 积分:1
-
语法分析器 能够对输入的数据进行判断 进行分析 判别输入字符串的各种信息...
语法分析器 能够对输入的数据进行判断 进行分析 判别输入字符串的各种信息
- 2023-02-28 18:40:02下载
- 积分:1
-
中间代码基本块划分(C++)程序源代码+课程设计报告
实现编译原理中代码优化的功能...
中间代码基本块划分(C++)程序源代码+课程设计报告
实现编译原理中代码优化的功能
-Intermediate code into basic block (C++) Source code+ Curriculum design report on the achievement of the compiler code optimization principle in the function of
- 2022-03-22 07:31:24下载
- 积分:1
-
传教士和野人过河问题程序
传教士和野人过河问题程序- The missionary and the savage cross river the question
procedure
- 2022-04-10 22:18:54下载
- 积分:1
-
编译原理的FOR循环语句的翻译,中间代码生成,以及语法,词法分析等...
编译原理的FOR循环语句的翻译,中间代码生成,以及语法,词法分析等-compiler principles FOR cycle statement to the translation, intermediate code generation, as well as grammar, lexical analysis
- 2023-04-22 10:50:03下载
- 积分:1
-
Open Source Watom C Complier Package.the Complier support IA32,etc.
To kown...
Open Watcom 的 C 编译器源代码,别的就不说了- Open Source Watom C Complier Package.the Complier support IA32,etc.
To kown the detail,Please view the Package.
- 2022-03-24 05:51:13下载
- 积分:1