资源列表

« 1 2 ... .88 .89 .90 .91 .92 993.94 .95 .96 .97 .98 ... 1383 »

[编译器/词法分析ammPwithPchanges

说明:this code is related to check the syntax erro means compiler in c++.
<nidasahil> 在 2025-06-12 上传 | 大小:1kb | 下载:0

[编译器/词法分析shiyan2

说明:编译原理实验:程序段的单词识别。:给定某种语言的语法规则,生成识别该语言单词的确定的有穷自动机(DFA),然后通过该DFA对该语言的程序段进行单词识别,给出识别的单词序列,每个单词用二元式表示-Compiler principle experiment: block word recognition. : Given a language grammar rules to generate finite automata (DFA) identify the word of the langua
<王骢> 在 2025-06-12 上传 | 大小:167kb | 下载:0

[编译器/词法分析scons-2.1.0.tar

说明:scon编译工具,比makefile方便多了-scon compiler tools, and more convenient than the makefile
<谢晟> 在 2025-06-12 上传 | 大小:561kb | 下载:0

[编译器/词法分析RegularExpresion

说明:正则表达式编辑,查找,替换等功能,可以设置正则表达式搜索选项-Regular expression editor, find, replace, and other functions, you can set a regular expression search options
<fuqiang> 在 2025-06-12 上传 | 大小:1.15mb | 下载:0

[编译器/词法分析Code.Optimization.Effective.Memory.Usage

说明:This book explains how to optimize your C/C++ code by explaining the internals of the compiler, i.e. how the compiler generates the code and how you can fine tune your code to "inform" the compiler what to do to produce high performance code, takin g
<> 在 2025-06-12 上传 | 大小:10.41mb | 下载:0

[编译器/词法分析1

说明:编译原理 While循环语句的翻译程序设计(递归下降法、输出四元式)-Translation program design compiler theory While loop (recursive descent method, four yuan of output type)
<包包> 在 2025-06-12 上传 | 大小:15kb | 下载:0

[编译器/词法分析snow

说明:shell解释器的编写,可以作为操作系统课程学习的重要资料哦-shell explainer
<王博千> 在 2025-06-12 上传 | 大小:2kb | 下载:0

[编译器/词法分析lexical-analyzer

说明:通过设计、编制、调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法 输入:字符串。 输出:二元式(种别编码,单词自身)构成的序列。 举例: 输入:a=$ # 输出:(6,a) (12,=) FOUND ERROR (13, ) -The design, development, debugging a specific lexical analyzer, and deepen
<张映生> 在 2025-06-12 上传 | 大小:455kb | 下载:0

[编译器/词法分析Syntax-analyzer

说明:编制递归下降法的语法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,其文法如下: E→TE E →+TE ∣ε T→FT T →*FT ∣ε F→(E)∣i 1.程序功能(举例) 输入:#i1*(i2+i3)# 输出:SUCCESS 输入:# i1*( i2+i3# 输出:FOUND ERROR -Recursive Descent parser prepared by the des
<张映生> 在 2025-06-12 上传 | 大小:454kb | 下载:1

[编译器/词法分析yufafenxi

说明:理解语法分析的功能和实现机制。掌握递归向下的语法分析方法。-Understand the syntax analysis functions and mechanisms. Master recursion down syntax analysis method.
<叶素芬> 在 2025-06-12 上传 | 大小:1kb | 下载:0

[编译器/词法分析yuyifengxi

说明:进一步理解递归下降分析原理和实现方法,理解语义分析的基本机制,掌握语义子程序的构造方法。-Further understanding of the recursive descent analysis theory and to understand the basic mechanisms of semantic analysis, grasp the semantic subroutine constructor.
<叶素芬> 在 2025-06-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析gaijingyuyifenxi

说明:进一步理解递归下降分析原理和实现方法,理解语义分析的基本机制,改进语义子程序的构造方法。使得程序更有实用性。-Further understanding of the analysis principle and implementation method of recursive descent, understanding the basic mechanisms of semantic analysis to improve the semantic subroutine construc
<叶素芬> 在 2025-06-12 上传 | 大小:3kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 993.94 .95 .96 .97 .98 ... 1383 »

源码中国 www.ymcn.org