-
NASM是一个开源跨平台的汇编器。里面的源码有linux下和dos下的。包含一个NASM汇编教程,源码非常清晰,含少量汇编代码。...
NASM是一个开源跨平台的汇编器。里面的源码有linux下和dos下的。包含一个NASM汇编教程,源码非常清晰,含少量汇编代码。-NASM is an open source cross-platform assembler. Inside the source code under linux and dos are under. NASM contains a compilation of tutorials, source code is very clear, with a small amount of assembly code.
- 2022-03-30 13:18:34下载
- 积分:1
-
PL/0语法分析程序原代码(TURBOL PASCAL)
PL/0语法分析程序原代码(TURBOL PASCAL)-PL/0 grammar analysis program original code (TURBOL PASCAL)
- 2023-07-05 16:45:03下载
- 积分:1
-
VC实现对word文档的操作,在6.0下编译通过
VC实现对word文档的操作,在6.0下编译通过-VC realize the operation of the word document, in the 6.0 compiler through
- 2022-01-24 16:33:11下载
- 积分:1
-
一个进行整数计算的C语言词法分析器
一个进行整数计算的C语言词法分析器- Carries on the integer computation the C language morphology
analyzer
- 2022-01-21 01:13:21下载
- 积分:1
-
vc脚本代码~~~大家多支持
vc脚本代码~~~大家多支持-vc script code ~ ~ ~ we support more! !
- 2022-02-01 18:43:26下载
- 积分:1
-
一个写得很不错的C编译器,供需要写编译器的人参考一下。
一个写得很不错的C编译器,供需要写编译器的人参考一下。-A very good C compiler, the compiler of supply and demand of people to write reference.
- 2023-02-04 18:15:03下载
- 积分:1
-
一个slr(1)的 语法分析器
可以自行输入文法
一个slr(1)的 语法分析器
可以自行输入文法-1 slr (1) parser can enter your own grammar
- 2022-06-28 23:14:36下载
- 积分:1
-
nasm编译器源码
nasm编译器源码-nasm compiler source code
- 2022-02-25 15:12:43下载
- 积分:1
-
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只...
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。
LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan input string from left to right, the first two L shows the analysis process will be the most left-derivation, one that will be just right to see a sign can decide how to derive, choose what Production (rules) for derivation. LL (1) grammar, followed by calculation of the discriminant needs FIRST sets, FOLLOW sets and SELLECT set, and then determine whether to LL (1) grammar, the last sentence further analysis.
- 2023-02-02 20:20:03下载
- 积分:1
-
一个简单词法分析,用Java写的,有界面的
一个简单词法分析,用Java写的,有界面的-this is written in Java
- 2022-12-19 20:45:03下载
- 积分:1