资源列表

« 1 2 ... .82 .83 .84 .85 .86 387.88 .89 .90 .91 .92 ... 1384 »

[编译器/词法分析sizeyunsuan

说明:请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please comple
<ck> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[编译器/词法分析1dayCPP

说明:我自己编的C++教程,目的在于全面的介绍C++的语法和一些实用的例子,这是第一版,还不是很完善,希望大家给些建议-Tutorial I compiled C++ purpose is a comprehensive of introduction C++ the syntax and some practical examples, this is the first edition is not perfect, I hope we
<植物的> 在 2024-10-12 上传 | 大小:109568 | 下载:0

[编译器/词法分析tcc-0.9.25

说明:这是传说中的TCC编译器源码,它是一个只有1M却功能齐全的C编译器,作者已停止更新,这是最后一版-TCC compiler source legendary, it is only 1M but full-featured C-compiler, the author has stopped updating, this is the last edition
<植物的> 在 2024-10-12 上传 | 大小:519168 | 下载:0

[编译器/词法分析SLR

说明:程序输入为形如i+i*i# 或者ii#的串,对于SLR(1)分析,输出为包括分析步骤、分析栈情况、剩余输入串以及分析动作在内的分析过程,并考虑增加语义分析生成中间代码功能的程序扩展。-Program input shape i+i* i# or ii# string for the analysis of the SLR (1), the output analysis to include steps to analyze the a
<Jiang> 在 2024-10-12 上传 | 大小:203776 | 下载:0

[编译器/词法分析123

说明:输入一段表达式,输出其逆波兰表达式~~可运行-Input some expressions, output reverse Polish expression ~ ~ run. .
<d> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[编译器/词法分析1

说明:JAVA版本的编译原理词法分析器~可运行-JAVA version of the compiler theory lexical analyzer- can be run
<范霁月> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[编译器/词法分析Compiler

说明:用c语言写的一个简单编译器,词法分析,语法分析和翻译。-Write a simple c language compiler, lexical analysis, parsing and translation.
<Lee> 在 2024-10-12 上传 | 大小:12288 | 下载:0

[编译器/词法分析Ruben_Villegas_Andres_Garcia_HW4

说明:pl/o compiler developed in systems software cla-pl/o compiler developed in systems software class
<rubencito> 在 2024-10-12 上传 | 大小:17408 | 下载:0

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

说明:可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
<鹿麒祥> 在 2024-10-12 上传 | 大小:654336 | 下载:0

[编译器/词法分析LL(1)

说明:LL(1) 文法 判空 求产生式 first follow select 集-LL (1) grammar sentence empty seek to produce first follow the select set
<范冬雨> 在 2024-10-12 上传 | 大小:3072 | 下载:0

[编译器/词法分析bianyiyuanli2

说明:编译原理完整的实验代码,包括词法分析和语法分析,测试代码-Compiler principles of experimental code, including lexical analysis and syntax analysis, and test code
<qiaojunshuai> 在 2024-10-12 上传 | 大小:29696 | 下载:0

[编译器/词法分析cifafenxi

说明:词法分析程序 编译原理作业 可以识别关键字整形字母分隔符 等-The lexical analyzer compiler theory operation can identify the keyword plastic letters separator
<郎君> 在 2024-10-12 上传 | 大小:2048 | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 387.88 .89 .90 .91 .92 ... 1384 »

源码中国 www.ymcn.org