资源列表

« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 1384 »

[编译器/词法分析Simple_Compiler

说明:程序功能:实现对一些简单语句的解释运算。支持的运算种类: int a(这种情况下a=0) int a,45 int b,44 a=a+b a=a-b a=a*b a=a/b string str(str为空) string str1,hello! string str2,like str=str1+str2 input str input a print str print a 输入文件:输入“file”命令,随后输入文件路径 读取命令
<Athenae > 在 2024-05-10 上传 | 大小:2048 | 下载:0

[编译器/词法分析cppreference

说明:帮助c/c++更容易学习,它能够离线查找函数,更方便我们编译,可以在codeblock软件上设置 一键查找函数(Help c++ to learn more easily)
<kositu > 在 2024-05-10 上传 | 大小:825344 | 下载:0

[编译器/词法分析ReFa.tar

说明:正规文法到不确定自动机的转换,词法分析器的内容(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
<王博文 > 在 2024-05-10 上传 | 大小:1024 | 下载:0

[编译器/词法分析ReFa

说明:词法分析器,自动机和不确定化的自动机有关内容(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
<王博文 > 在 2024-05-10 上传 | 大小:1024 | 下载:0

[编译器/词法分析op

说明:有关自动机和不确定自动机的转换编程,NFA(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
<王博文 > 在 2024-05-10 上传 | 大小:1024 | 下载:0

[编译器/词法分析NFA

说明:The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer
<王博文 > 在 2024-05-10 上传 | 大小:1024 | 下载:0

[编译器/词法分析编译原理词法分析器

说明:2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NU
<帅帅的风 > 在 2024-05-10 上传 | 大小:3268608 | 下载:0

[编译器/词法分析wordAnalysis

说明:一个进行词法分析的程序,支持文件输入,C#编写。(A program for lexical analysis, supporting file input, and writing C#.)
<Emelia > 在 2024-05-10 上传 | 大小:45056 | 下载:0

[编译器/词法分析易语言 - Cmd、Powershell 调试器

说明:可以调试Cmd、Powershell的代码。(The code for Cmd and Powershell can be debugged.)
<Fredaaa > 在 2024-05-10 上传 | 大小:6144 | 下载:0

[编译器/词法分析Complier

说明:DFA 编译原理代码 c++ windows(DFA Compiler code c++ windows)
<联合联合1 > 在 2024-05-10 上传 | 大小:644096 | 下载:0

[编译器/词法分析pl0

说明:基于简单的pl0编译器,扩充++,--,/*等算数运算和for和repeat循环语句等等功能的扩充,也包括文档介绍和说明(Based on the simple PL0 + + compiler, expansion, expansion, such as arithmetic and for / * and repeat loop and so on, also includes the introduction and descr
<百劫 > 在 2024-05-10 上传 | 大小:873472 | 下载:0

[编译器/词法分析Task1

说明:使用Java实现的C语言的简单CMM语言解释器(Java implements the CMM language interpreter)
<懒懒懒懒懒 > 在 2024-05-10 上传 | 大小:9034752 | 下载:0
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 1384 »

源码中国 www.ymcn.org