资源列表

« 1 2 ... .41 .42 .43 .44 .45 746.47 .48 .49 .50 .51 ... 1384 »

[编译器/词法分析Calculator2007-12-10

说明:一个计算器程序,有界面,自定义了文法,可参考编译原理书来学习,对学习编译原理有好处。
<彪子> 在 2008-10-13 上传 | 大小:72.92kb | 下载:0

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

说明:前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical a
<陈 美> 在 2008-10-13 上传 | 大小:72.84kb | 下载:0

[编译器/词法分析ScriptEngine

说明:VB scr ipt脚本引擎及例子程序-VB scr ipt engine and example program
<> 在 2025-01-20 上传 | 大小:73kb | 下载:0

[编译器/词法分析TESTLL1

说明:这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示-It s a grammer analyzer,which is convenience,if you input sentence,program will automatic analyse and clue to if it is error.
<阿京> 在 2025-01-20 上传 | 大小:73kb | 下载:0

[编译器/词法分析算符优先—编译原理

说明:java实现的对算术表达式进行词法分析和语法分析,实现过程很简练,值得参考哦!-achieve the right arithmetic expression for lexical analysis and syntax analysis, implementation process is very concise and valuable reference Oh!
<陈为> 在 2025-01-20 上传 | 大小:73kb | 下载:0

[编译器/词法分析compilerprincple

说明:这是编译原理及实践书所带源码,这是一本学习编译原理中比较好的书。-This is the compiler theory and practice brought source book, this is a learning principle which compiled the best books.
<肖清明> 在 2025-01-20 上传 | 大小:73kb | 下载:0

[编译器/词法分析Calculator2007-12-10

说明:一个计算器程序,有界面,自定义了文法,可参考编译原理书来学习,对学习编译原理有好处。-A calculator program, there are interfaces, since the definition of the grammar, the compiler can refer to the principle of the book to learn, to learn principles of good compil
<彪子> 在 2025-01-20 上传 | 大小:73kb | 下载:0

[编译器/词法分析biyiyuanlishiyan

说明:本次实验,掌握词法分析、语法分析和产生四元式的设计-just a simple complie
<yd> 在 2025-01-20 上传 | 大小:73kb | 下载:1

[编译器/词法分析dazi

说明:一个很不错的ASP打字测试系统! 不是自己设计的哦-A very good typing test system ASP! Oh, not of their own design
<cc> 在 2025-01-20 上传 | 大小:73kb | 下载:0

[编译器/词法分析ifelse

说明:此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的
<李伟霞> 在 2025-01-20 上传 | 大小:73kb | 下载:0

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

说明:针对虎书(现代编译原理-C语言描述)Tiger Language的词法分析器,包含testcase和reference-A lexical analysis for the tiger language in the tiger book (Modern Compiler Implementation in C), including testcases and references.
<David> 在 2025-01-20 上传 | 大小:73kb | 下载:0

[编译器/词法分析GCCIntrinsicsTest(SSE)

说明:A test program demonstrating how to use SSE instructions in GCC, via compiler intrinsics. Includes Windows binary compiled with MinGW, and batch file showing what command line options you should be passing to the GCC.-A
<Mike Kasprzak> 在 2025-01-20 上传 | 大小:73kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 746.47 .48 .49 .50 .51 ... 1384 »

源码中国 www.ymcn.org