资源列表

« 1 2 ... .64 .65 .66 .67 .68 669.70 .71 .72 .73 .74 ... 1383 »

[编译器/词法分析LL1Analysis

说明:一个简单的LL(1)分析表生成器,根据文法输入判断是否是LL(1)文法,并生成分析表。 使用VS2008 Sp1调试通过-A simple LL (1) analysis table generator, according to the grammar input to determine whether it is LL (1) grammar, and generate analysis table. Debugging th
<Kaiji> 在 2025-05-01 上传 | 大小:702kb | 下载:0

[编译器/词法分析NewTextDocument

说明:this is k3c bot from d2hackers.org
<teamplay> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[编译器/词法分析Asc2pas

说明:Converte sources em Assembler para Pascal.
<santuri> 在 2025-05-01 上传 | 大小:10kb | 下载:0

[编译器/词法分析5_758_2

说明:这个文件是maxplus的lincese,全的!用lincsse setup 即可安装它-This file is maxplus the lincese, all of the! It can be installed with lincsse setup
<李进> 在 2025-05-01 上传 | 大小:2kb | 下载:0

[编译器/词法分析dcc

说明:Manual/ebook for using Diab Compiler and developing code in C. Use this to learn about the installation procedure to be followed for installing diab 4.2b compiler in xp OS. This file helps in understanding various comman
<Krishna> 在 2025-05-01 上传 | 大小:3.07mb | 下载:0

[编译器/词法分析JVM

说明:java的虚拟机,好好用的。用机会用的朋友,这是你的你好友-java virtual machine, properly used. With the opportunity to use a friend, this is your friend for you
<周维禄> 在 2025-05-01 上传 | 大小:5.92mb | 下载:0

[编译器/词法分析test2

说明:编译原理 文法 的 输入 与 输出代码-bianyiyuanli
<zhengyiyi> 在 2025-05-01 上传 | 大小:216kb | 下载:0

[编译器/词法分析sufu

说明:三个程序,也就是编译原理课程的几个实验。-Three procedures, that is, to compile a few experimental principles of the course.
<liuyuan> 在 2025-05-01 上传 | 大小:45kb | 下载:0

[编译器/词法分析cifafenxi

说明:简单词法分析器构造在开始状态,首先要读进一个字符。若读入的是一个空格(包括blank,tab,newline)就跳过它,再继续读字符,直到读进一个非空字符为止。 在标识符状态,识别并组合出一个标识符之后,还必须加入一些动作,以便查保留字表,确定识别出的单词符号是保留字,还是用户自定义标识符,并输出相应的记号。 在无符号数状态,可识别出各种常数,包括整数在内。在组数的同时,还要做从十进制数到二进制数的转换。 -A simple
<WM> 在 2025-05-01 上传 | 大小:3kb | 下载:0

[编译器/词法分析ll(1)fenxi

说明:本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依
<WM> 在 2025-05-01 上传 | 大小:2kb | 下载:0

[编译器/词法分析diguixiajiang

说明:递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。
<WM> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[编译器/词法分析Seriale16F

说明:A simple program for PIC16F876A using the serial port.
<federico> 在 2025-05-01 上传 | 大小:20kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 669.70 .71 .72 .73 .74 ... 1383 »

源码中国 www.ymcn.org