CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 词法分析

搜索资源列表

  1. 编译原理课程设计报告书

    1下载:
  2. 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:102045
    • 提供者:爽爽
  1. 编译程序源代码(Pascal代码)

    0下载:
  2. 这个是Pascal编的。教为简单。 包含词法分析在内。-Pascal series. The simple. Lexical analysis, included.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5390
    • 提供者:11
  1. 编译原理课程设计原稿(陈强 20029440913)

    0下载:
  2. 一个编译原理的词法分析程序,用vc编写 编译通过。-a compiler tenets of lexical analysis procedures used to prepare vc compile.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:292178
    • 提供者:犯得上
  1. mycompiler

    0下载:
  2. 编译器,词法分析和语法分析,里面利用到了哈希表来加快搜索字符表速度.-compiler, lexical analysis and parsing, to use inside the hash table to expedite the search speed character tables.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:54633
    • 提供者:春风秋雨
  1. 编译作业

    1下载:
  2. 这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白-this procedure is our largest operation, which has syntax analysis, lexical analysis, the four original type and so on, there are specific details and examples, see we can understand
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24215
    • 提供者:刘亮
  1. VC编辑器

    1下载:
  2. VC环境下实现的词法分析,语法分析程序 VC VC VC-VC environment under the lexical analysis, grammar analysis procedures VC VC VC
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:43131
    • 提供者:文文
  1. RegExDemo

    0下载:
  2. 一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了! 有点难-a foreigner writing lexical analysis procedures, we can take a look, but too many of code! Hard
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32828
    • 提供者:常震华
  1. ansi_lex

    0下载:
  2. 标准C的词法分析的Lex文件,可以用lex来 编译生成标准C的词法分析部分-standard C lexical analysis Lex documents can be used to lex standard C compiler generation of lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:yyf
  1. 20051120

    0下载:
  2. 一简单小型类pascal语言编译器的词法分析程序,附详细的实验报告-a small category pascal simple language compiler of lexical analysis procedures, with details of the experimental report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23562
    • 提供者:王小波
  1. 20051121

    0下载:
  2. 利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序-using lex and generates automatic generation of C language subset of lexical analysis and parsing the source code of procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32434
    • 提供者:王小波
  1. CodeFormatter 1.0

    0下载:
  2. 用c#写的小程序,关于c语音词法分析的,功能很简陋,大家看看吧-use small programs written in that voice on the c lexical analysis, feature very simple, we look at it
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91071
    • 提供者:xup
  1. WordAnaly

    0下载:
  2. 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析. 高手编的-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis. Masters series
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9016
    • 提供者:王建军
  1. bysy2005

    0下载:
  2. 2002级计算机科学与技术专业(4-11班) 要求完成下述两个实验: 1、识别小型语言所有单词的词法分析程序设计(4机时) 2、算术表达式文法的递归下降分析程序设计(6机时) 实验一:词法分析器的构造与实现 -2002 Computer Science and Technology (4-11 classes) required to complete the following two experiments : one to identify all small l
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5941
    • 提供者:刀尖
  1. Lexical_analysis

    0下载:
  2. 词法分析的又一个例子 这个将词法分析做成了一个子程序便于后来与语法分析及语法制导连起来-lexical analysis of this yet another example of lexical analysis resulted in a subroutine and then to facilitate analysis of syntax and grammar guide link
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2189
    • 提供者:李立纯
  1. bianyi2005

    0下载:
  2. c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数-lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5900
    • 提供者:朱磊
  1. essential-cpp-source-for-non-windows

    0下载:
  2. c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数 -lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:230631
    • 提供者:新亮
  1. 完整的编译器代码

    2下载:
  2. 老师提供给我们的完整的C语言编译器代码,包括词法分析、语法分析、语义分析、代码生成。-teachers to the integrity of the C language compiler code, including lexical analysis, grammar analysis, semantic analysis, code generation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:56007
    • 提供者:陈亮
  1. 编译原理实验一

    0下载:
  2. 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83374
    • 提供者:宗宗
  1. yufafenxi

    0下载:
  2. 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:黄德春
  1. 算符优先—编译原理

    0下载:
  2. java实现的对算术表达式进行词法分析和语法分析,实现过程很简练,值得参考哦!-achieve the right arithmetic expression for lexical analysis and syntax analysis, implementation process is very concise and valuable reference Oh!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:75319
    • 提供者:陈为
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com