资源列表
[编译器/词法分析] bysy
说明:词法分析的主要任务是:从左到右逐个字符地扫描源程序,产生一个个单词(Token),同时检查源程序中的词法错误。执行词法分析的程序称为词法分析程序或扫描程序(Scanner)。-Lexical analysis of the main tasks are: to scan source code character by character from left to right, resulting in one word (Token), also check the source of lex<第三方> 在 2025-06-22 上传 | 大小:12kb | 下载:0
[编译器/词法分析] gramma_compile
说明:pl0语法分析代码,用C实现,只进行语法归约打印-code for pl0 gramma compiled<zibin_lee> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] cifafenxiqi
说明:编译原理实验报告,词法分析器(C++版),简单实现都本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示-Lab report compiler theory, lexical analyzer (C++ version), a simple procedure to achieve all of this is given by the path of the file analysis in order to display the word symbol and text pro<湛开洪> 在 2025-06-22 上传 | 大小:89kb | 下载:0
[编译器/词法分析] yufafenxichengxu
说明:语法编译器的功能与实现,采用的是递归下降发,新手多多指教。-Grammar compiler features and implementation, using recursive descent hair, novice exhibitions.<macal> 在 2025-06-22 上传 | 大小:696kb | 下载:0
[编译器/词法分析] DFA
说明:编译原理实验 DFA识别语言的java实现,为DFA.java文件中的DFA类实现成员函数boolean recognizeString(int move[][], int accept_state[], String word).-Compile the DFA recognizes the language of principle experiment java implementation for DFA.java file DFA class implements member fun<陈竑睿> 在 2025-06-22 上传 | 大小:3kb | 下载:0
[编译器/词法分析] UnLinker
说明:编译原理实验 为UnLinker.java文件中的UnLinker类实现成员函数String clean(String text). 函数clean的功能是屏蔽字符串参数text中的网页链接信息,并返回屏蔽后的结果;如果无需屏蔽,则返回原来的字符串. 每个网页链接从左至右依次分成前缀,域名和后缀三部分-Compilation Principle experiment UnLinker.java file UnLinker class implements member functions Str<陈竑睿> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[编译器/词法分析] jflex-examples
说明:编译原理实验例程 一个统计hello单词数的程序,只需编写Count.flex,运行说明请看readme.txt-Compile a statistical routines principle experiment the number of hello word program, just write Count.flex, then the following command to get the results jflex Count.flex javac Count.java java<陈竑睿> 在 2025-06-22 上传 | 大小:8kb | 下载:0
[编译器/词法分析] fengmingqi
说明:蜂鸣器是基于在ADS编译器中编写的,通过捕获来控制开发板上的蜂鸣器,实现通过代码控制-You have not played the first half-year-old was released GMAM dual N-recognition access is not your department SDBD JS white bar<zhouwubin> 在 2025-06-22 上传 | 大小:24kb | 下载:0
[编译器/词法分析] cifafenxi
说明:1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2, according to a regular gramm<晓> 在 2025-06-22 上传 | 大小:6kb | 下载:0
[编译器/词法分析] lexForShell
说明:简单的shell解释器的实现,实现了管道,重定向功能,可以执行少数的内部指令,可以后台运行,注释清晰。-Simple shell interpreter to achieve, to achieve the pipes, redirection, you can perform a small number of internal commands can run in the background, clear notes.<JINP> 在 2025-06-22 上传 | 大小:45kb | 下载:0