资源列表

« 1 2 ... .60 .61 .62 .63 .64 465.66 .67 .68 .69 .70 ... 1384 »

[编译器/词法分析suanfuyouxianfenxichengxu

说明:根据算符优先分析法,给定某文法和符号串。构造算符优先关系表,若算符优先关系表满足算符优先文法,则对给定的输入符号串进行归约分析,可以判定该符号串是否是给文法的句子。 -According to operator priority analysis, given a string of grammar and symbols. Tectonic relationship between the operator priority ta
<李汉> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析lua

说明:这是一个完整可以运行的lua脚本代码,已经包含了所需要的lua库文件和头文件。-This is a complete run of lua scr ipt code, already contains the required lua library file and header files.
<shenshen> 在 2024-10-13 上传 | 大小:148480 | 下载:0

[编译器/词法分析cifafenxi

说明:C++编写的词法分析程序,含用C#编写的exe程序以及详细源码-C to prepare the lexical analysis procedures, including use of C# written procedures, as well as a detailed source exe
<lueley> 在 2024-10-13 上传 | 大小:252928 | 下载:0

[编译器/词法分析SC_22

说明:讨论了pl/0语言与C语言程序在处理子过程问题上的区别,并阐述了二者的编译程序为保证语言的子过程使用规则,在编译方面处理上的异同点,主要区别是是否需要存取链来保证是否支持子过程的嵌套定义,pl/0需要使用存取链,而C语言不需要,因为C语言不支持函数的嵌套定义而Pl/0语言支持。 -Discussed the pl/0 language and C language procedures in dealing with the iss
<徐黎明> 在 2024-10-13 上传 | 大小:131072 | 下载:0

[编译器/词法分析SNLcompiler

说明:SNL语言编译器源码 小语言的编译器C++实现 包括词法分析,语法分析,语义分析-SNL small source language compiler compiler language C++ Realize, including lexical analysis, syntax analysis, semantic analysis
<Megan> 在 2024-10-13 上传 | 大小:659456 | 下载:0

[编译器/词法分析lex(VC)

说明:编译原理词法分析,产生二元式,其他的应该不用多说了吧-Compilation Principle lexical analysis, resulting in the dual-type, the other goes without saying it should be
<yangyang> 在 2024-10-13 上传 | 大小:198656 | 下载:0

[编译器/词法分析lr

说明:建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。-The establishment of grammar and LR analysis table express the data structure, design and realization of a LALR (1) of the analyz
<yangyang> 在 2024-10-13 上传 | 大小:288768 | 下载:0

[编译器/词法分析bianyiyuanli

说明:语言编译过程采用一趟扫描方式,以语法分析程序为核心,词法分析程序和代码生成程序都作为一个独立的过程,当语法分析需要读单词时就调用词法分析程序,而当语法分析正确需生成相应的目标代码时,则调用代码生成程序.此外
<yangyang> 在 2024-10-13 上传 | 大小:441344 | 下载:0

[编译器/词法分析Keil_ch

说明:中文的51编译器,keil破解版,直接就可以用,不需要安装-Chinese 51 compiler, keil crack version, can be used directly on the need to install
<kdevilpf> 在 2024-10-13 上传 | 大小:10771456 | 下载:0

[编译器/词法分析LL1

说明:一个LL1语法分析的程序,供大家参考-LL1 grammar analysis of a procedure for your reference
<lyy> 在 2024-10-13 上传 | 大小:4096 | 下载:0

[编译器/词法分析by3

说明:LL1语法程序,贴出来供大家参考-LL1 grammar procedures were posted for your reference
<lyy> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析by4

说明:一个算符优先的算法,供大家参考-Operator of a priority algorithm, for your reference
<lyy> 在 2024-10-13 上传 | 大小:2048 | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 465.66 .67 .68 .69 .70 ... 1384 »

源码中国 www.ymcn.org