资源列表

« 1 2 ... .68 .69 .70 .71 .72 173.74 .75 .76 .77 .78 ... 1384 »

[编译器/词法分析cifa

说明:词法分析的目的是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。-Lexical analysis is the input source to be divided, given the basic symbol (token) sequence, and passing notes and spaces, such as separator. Ba
<chenli> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析simple

说明:基于simple语言的简单词法分析器源代码,要的自己看,个人感觉马马虎虎。-Simple language based on a simple lexical analyzer source code, it is necessary to look at their own, personal feeling so-so.
<dk liu> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析CiFaFenXi

说明:一个简单的java词法分析器,有图形界面 欢迎大家下载-A simple java lexical analyzer, a graphical interface are welcome to download
<独孤依旧> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析97288391tyf

说明:语义分析器-Semantic Analyzer
<李焱> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析13224759569

说明:可以进行词法分析的程序,用C语言编写,内容有些是从网上找到的,比较新-Lexical analysis can be carried out the procedure, using C language, content and some are found from the Internet, a relatively new
<李国东> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析upanddown

说明:粗略地说它的实现思想是对输入符号串自左向右进行扫描,并将输入符逐个移入一个后进先出栈中,边移入边分析,一旦栈顶符号串形成某个句型的句柄时,(该句柄对应某产生式的右部),就用该产生式的左部非终结符代替相应右部的文法符号串。-Rough idea is that it s the realization of the input symbol string to be scanned from left to right, and ente
<jilangzhe> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析LR(0)

说明:构造LR(0)分析表。对给定的文法,输入字符串,给出其正确与否的判断。-Construction LR (0) analysis table. Of a given grammar and input string, or not given the correct judgments.
<赵强> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析33344

说明:最简单的词法分析,应付考试的.比较好使,自己编的不算很高级-The most simple lexical analysis, with their examinations. Comparative so that he made the not very high-level
<microsko> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析YOUHUA

说明:用C语言实现了编译系统中的DAG算法。 处理的比较简单。-Achieved by C language compiler system DAG algorithm. Dealt with relatively simple.
<樊思迟> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析zhaoshiwei

说明:纯c语言实现的词法分析器。可以输出token串以及符号表。状态转移比较明确。最后结果通过文件输出-Pure c language lexical analyzer. Token string can be output as well as the symbol table. More explicitly state transition. The final outcome of the adoption of document o
<风明月> 在 2024-10-07 上传 | 大小:2048 | 下载:0

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

说明:根据判断一个文法是LL(1)文法的三个条件,逐一实现其判别条件-According to judge a grammar is LL (1) grammar of the three conditions, one by one to achieve its Criterion
<frr> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析030402401

说明:词法分析器 可以实现 pascal 的词法分析 还是有点用的 -Lexical analyzer can be achieved pascal the lexical analysis is still somewhat used
<zhanghuachai> 在 2024-10-07 上传 | 大小:2048 | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 173.74 .75 .76 .77 .78 ... 1384 »

源码中国 www.ymcn.org