资源列表

« 1 2 ... .03 .04 .05 .06 .07 308.09 .10 .11 .12 .13 ... 1384 »

[编译器/词法分析yacc_lex

说明:编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet
<张雷> 在 2024-10-10 上传 | 大小:110592 | 下载:0

[编译器/词法分析4136142

说明:一个可以在dos下 也可以在z80下的编译器程序 是源程序 望大家耐心去看-one can dos under the Z80 under the compiler source process is that everyone would look to see
<衣服> 在 2024-10-10 上传 | 大小:305152 | 下载:0

[编译器/词法分析词法语法分析器

说明:一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis
<鲍婧> 在 2024-10-10 上传 | 大小:276480 | 下载:0

[编译器/词法分析词法分析小程序

说明:一个小语言的词法分析程序,可以给初学者试试手,很不错的哦.. -Accidence anlysis program of a small language,can used by beginner,is ok...
<苏亮> 在 2024-10-10 上传 | 大小:44032 | 下载:0

[编译器/词法分析李广军-0201-20-词法分析

说明: 编制一个词法分析程序,从输入的源程序中,分析出各个具有独立意义的单词,即基本保留字、标识符、常量、运算符、界符五大类。并依次输出每类单词,错误时记下出错的行列,出错原因,然后跳过错误部分继续分析-compiled a lexical analysis procedures from the importation of the source, the analysis of the various independent signif
<苏亮> 在 2024-10-10 上传 | 大小:44032 | 下载:0

[编译器/词法分析刘琴-0206-44-自动机的应用

说明:本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purp
<苏亮> 在 2024-10-10 上传 | 大小:89088 | 下载:0

[编译器/词法分析lr

说明:构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar reco
<> 在 2024-10-10 上传 | 大小:11264 | 下载:0

[编译器/词法分析wordcheck

说明:一个简单的C词法分析器 能识别数字,标志符(关键字,变量)和一些运算符.-a simple C lexical analyzer can identify the number, identifier (keyword, variable), and some Operators.
<野牙> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[编译器/词法分析词法分析器6

说明:这是一个词法分析的小程序,希望大家多多指教-This is a lexical analysis of small procedures, we hope the exhibitions
<祝莉> 在 2024-10-10 上传 | 大小:30720 | 下载:0

[编译器/词法分析编译实验词法分析报告

说明:编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形成word文件(单词序列)保存。-CCwordSequence) preservation.
<郑章孝> 在 2024-10-10 上传 | 大小:51200 | 下载:0

[编译器/词法分析Copy of LR0ForWin

说明:lr(0),语法分析,界面很漂亮,利用C++语言,可生成语法树-lr(0),parsing, interface is beautiful,use c++,can create syntax tree
<小野> 在 2024-10-10 上传 | 大小:35840 | 下载:0

[编译器/词法分析一个小语言的yufa

说明:因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧。-few days ago because of the knowledge base to see a VC pascal
<he> 在 2024-10-10 上传 | 大小:6144 | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 308.09 .10 .11 .12 .13 ... 1384 »

源码中国 www.ymcn.org