资源列表

« 1 2 ... .65 .66 .67 .68 .69 770.71 .72 .73 .74 .75 ... 1383 »

[编译器/词法分析Lexical_analysis

说明:编译原理LL(1)词法分析实验,分析一段代码的词法结构-Compilation Principle LL (1) lexical analysis of the experiment, analysis of the lexical structure of a section of code
<凤清> 在 2025-06-15 上传 | 大小:7kb | 下载:0

[编译器/词法分析ChnTiny

说明:详细描述了如何开发一个编译器的全过程,以一个小型编译器作为案例,并且是中文的,对研究编译器的人具有很高的价值噢-Described in detail how to develop a compiler of the entire process to a small compiler as a case study of compiler people have a high value of O
<PennNathan> 在 2025-06-15 上传 | 大小:38kb | 下载:0

[编译器/词法分析AVI2MPEG

说明:AVI转MPEG 有些网友写信对我问:怎样才能调整会声会影6、7中AVI转MPEG的清晰度.就象小日本(TMPGENC)软件一样-AVI to MPEG and some friends wrote to me asking: How can we adjust in VideoStudio 6,7 clarity AVI to MPEG. Like a small Japanese (TMPGENC) software as
<kenao> 在 2025-06-15 上传 | 大小:3.32mb | 下载:0

[编译器/词法分析lexyacc

说明:是关于yacc和lex的用法的文件。对大家的了解编译器肯定会很有帮助的。-A pdf for how to use yacc and lex to wirte a programmer.
<caiwuquan> 在 2025-06-15 上传 | 大小:120kb | 下载:0

[编译器/词法分析TinyBasic

说明:一个小型的BASIC直译器,用VC++开发,有兴趣研究脚本语言或直译器的朋友,值得参考-A BASIC Interpreter what is designed by VC++.
<劉立清> 在 2025-06-15 上传 | 大小:16kb | 下载:0

[编译器/词法分析shishu

说明:词法分析器(实数)输入一个数据,判断次数是否为实数,若为实数输出是实数,否则输出不是实数-Lexical Analyzer (real number) a data input to determine whether the number of real, if real output is a real number, otherwise the output is not a real number
<符晓娟> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[编译器/词法分析calc

说明:用lex实现的词法分析,用lex编译后可以实现简单的词法分析-Achieved by lex lexical analysis, the compiler can use lex simple lexical analysis
<chen> 在 2025-06-15 上传 | 大小:17kb | 下载:0

[编译器/词法分析lr0

说明:LR分析法是一种自下而上进行规范归约的语法分析法,L指从左到右扫描输入符号串,R是指构造最右推导的逆过程。对大多数无二义性上下文无关文法描述的语言都可用它进行有效的分析。主要分析器有LR(0),SLR(1),LR(1),LALR(1): LR(0):在分析的每一步,只需根据当前栈顶状态而不必向前查看输入符号就能确定应采取的分析动作。所能分析的LR(0)文法要求文法的每一个LR(0)项目集中都不含冲突项目。 -LR analysis is a bottom-up norms to r
<大海> 在 2025-06-15 上传 | 大小:8kb | 下载:0

[编译器/词法分析CALCC

说明:抛物面天线对卫星的仰角计算, 全国主要沿海城市-Parabolic antenna for satellite elevation angles, the nation' s major coastal cities
<xch> 在 2025-06-15 上传 | 大小:1kb | 下载:1

[编译器/词法分析sourcer

说明:TINY语言编译器,包括语法分析,词法分析-TINY compiler language, including syntax analysis, lexical analysis, etc.
<liu> 在 2025-06-15 上传 | 大小:56kb | 下载:0

[编译器/词法分析controller2

说明:shopex484 core 中的controller文件夹文件已反编译-shopex484 core
<廖希进> 在 2025-06-15 上传 | 大小:39kb | 下载:0

[编译器/词法分析shiyanbaogaoyangli

说明:这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded a big operation principle comp
<> 在 2025-06-15 上传 | 大小:1.24mb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 770.71 .72 .73 .74 .75 ... 1383 »

源码中国 www.ymcn.org