资源列表

« 1 2 ... .62 .63 .64 .65 .66 6567.68 .69 .70 .71 .72 ... 14954 »

[编译器/词法分析1

说明:语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
<孔小亮> 在 2025-11-22 上传 | 大小:3.87mb | 下载:0

[编译器/词法分析mlex

说明:词法分析器设计 读入源程序,每从源程序中发现一个符号串构成一个单词,即输出一个二元式(单词种别,单词值)。其中单词种别用整数说明。标识符的单词值为其在符号表中的记录号。非负整常数的单词值为其在常数表中的记录号-Lexical analyzer designed to read into the source code, each symbol from the source found in a string constitutes a word, that is, the output o
<孔小亮> 在 2025-11-22 上传 | 大小:437kb | 下载:0

[编译器/词法分析LRTrans1

说明:该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
<孔小亮> 在 2025-11-22 上传 | 大小:218kb | 下载:0

[编译器/词法分析SLR1

说明:该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
<孔小亮> 在 2025-11-22 上传 | 大小:220kb | 下载:0

[编译器/词法分析LRTrans1

说明:该程序是在实验4程序基础上实现的一个手工编码实现的简单计算器,其词法分析器调用接口为lex(),语法分析器调用接口为SLR1(),语义动作调用接口为run()。-The program is based on the experimental procedure 4, a hand-coding a simple calculator, the lexical analyzer is called interface lex (), parser call interface for the S
<孔小亮> 在 2025-11-22 上传 | 大小:18kb | 下载:0

[编译器/词法分析trans

说明:此程序是gram程序基础上设计的加法运算表达式的L属性递归下降翻译器-This program is designed on the basis of gram program addition expression is the property of recursive descent translators L
<孔小亮> 在 2025-11-22 上传 | 大小:4kb | 下载:0

[编辑器/阅读器1l5452f3n

说明:LR (0) grammar parser LR (0) grammar parser -LR (0) grammar parser LR (0) grammar parser LR (0) grammar parser
<couldyzx> 在 2025-11-22 上传 | 大小:37kb | 下载:0

[书籍源码vb150

说明:《Visual Basic 6.0应用编程150例》中的《Example095-媒体文件浏览器 》和《Example096-列表播放媒体文件》在运行过程中需要Windows Media Player 9.0的支持,请读者自行安装.-" Visual Basic 6.0 application programming 150 cases" in the " Example095-Media File Browser" and " Example096-l
<yzy> 在 2025-11-22 上传 | 大小:4.26mb | 下载:0

[汇编语言hb

说明:用汇编语言 实现画面中的一个笑脸 在屏幕中横向移动 -Screen with the assembly language implementation of a smiling face on the screen in the lateral movement
<hk> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[磁盘编程WebCam

说明:nem tudom most mit kell csinálni de azért beirok 20 karaktert.
<genya> 在 2025-11-22 上传 | 大小:88kb | 下载:0

[语音合成与识别A121_69598

说明:Denoising and Migration Techniques for Target Identification from Ground Penetrating Radar 2D data a case study-Denoising and Migration Techniques for Target Identification from Ground Penetrating Radar 2D data a case study
<lo9nina> 在 2025-11-22 上传 | 大小:1.48mb | 下载:0

[汇编语言test3

说明: 加减乘除四则运算 对用户输入的一个包含两个十进制的操作数的加减乘除表达式求出其结果并输出,对用户的输入需要进行有效性判断。 -Addition and subtraction multiplication and division four operations to the user input a number with two decimal addition and subtraction multiplication and division operations deriv
<lily> 在 2025-11-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .62 .63 .64 .65 .66 6567.68 .69 .70 .71 .72 ... 14954 »

源码中国 www.ymcn.org