CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - syntax lexical C

搜索资源列表

  1. PL0Lexicalgrammaticalanalysis

    1下载:
  2. 这是用C语言编写的PL/0 词法分析和语法分析程序,PL0Lexicalgrammaticalanalysis.rar中有词法分析源代码,语法分析源代码,以及相应的报告文档。-This is the C language PL / 0 lexical analysis and syntax analysis procedures, PL0Lexicalgrammaticalanalysis.rar a source of lexical analysis code, the source cod
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52454
    • 提供者:五香
  1. zidingxiangxiashiyan

    0下载:
  2. 自顶向下语法分析 实验报告 对于给定的源程序(如C语言或Pascal等),要求从组成源程序的字符行中寻找出单词,并给出它们的种别和属性——输出二元组序列。以便提供给语法分析的时候使用。要求能识别所有的关键字,标志符等,并且能够对出先的一些词法规则的错误进行必要的处理。-top-down syntax analysis report for the experiment to the source (such as C or Pascal, and other languages), reques
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:55611
    • 提供者:余琨
  1. 20070518

    0下载:
  2. C-语言的编译器中的词法分析和语法分析VC++开发-C-language compiler of lexical analysis and syntax analysis of the development of VC
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:47241
    • 提供者:闫文博
  1. 词法分析Lex

    0下载:
  2. 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the sy
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:192513
    • 提供者:张永胜
  1. WSBOOKC

    0下载:
  2. winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:177639
    • 提供者:名台
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:139411
    • 提供者:谷穗
  1. 编译四个实习内容

    0下载:
  2. 这是我们学校平时实习的四个内容:词法分析、递归下降子程序、ll1语法分析、lr0语法分析 是我用c++编写的。-This our peacetime training schools of the four elements : lexical analysis, recursive decline subroutine, ll1 syntax analysis, lr0 syntax analysis is used c prepared.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5462
    • 提供者:朱贺
  1. lx

    0下载:
  2. 设计目的 加深对语法分析程序的任务及其工作原理的理解;掌握语法分析程序的实现方法;掌握简单语言的状态转换图表示形式极其识别程序的构造。 设计任务 编写对简单语言进行语法分析的词法分析程序。并对输入串for I=1to 20 do {x:=x+2 y:=y*(2+c) }} 进行语法分析,要求如下: 1。识别其中的关键字,标识符,常数,运算符和界符。2,对其中的数字注明其值和类型 3。将识别的结果填入表中并输出。-designed to deepen the syntax analysis pro
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:刘向
  1. compiler

    0下载:
  2. C++编写的编译程序,包括词法分析,语法分析语义分析和中间代码生成。-Written in C++ compilers, including lexical analysis, syntax analysis semantic analysis and intermediate code generation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4577
    • 提供者:xiaohe
  1. yufa

    0下载:
  2. 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by the grammar checker word sequenc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:4045
    • 提供者:李鸿
  1. Cyuyanbianyiqi

    0下载:
  2. 简单c语言语法的编译器,用c语言实现,包括词法语法和语义分析-Simple compiler syntax c language, using c language, including lexical syntax and semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:12253
    • 提供者:周恒
  1. bycx

    0下载:
  2. C++编写的编译程序,包括词法分析,语法分析(LL(1)),语义分析,输出分析过程、二元式、符号表和四元式。-Written in C++ compilers, including lexical analysis, syntax analysis (LL (1)), semantic analysis, the output of the process, binary type, symbol table and four-element scheme.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4561
    • 提供者:xiaohe
  1. CMinus-Compiler

    0下载:
  2. 一个简单的C语言变异器,用C语言实现,包含语法分析词法分析等-A simple variation of the C language, C language, contains a syntax analysis of the lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:760003
    • 提供者:liujun
  1. PLOc

    0下载:
  2. c写的plo源程序,包括词法分析,语法分析,语义分析,可以通过vc++6.0编译-c write plo source, including lexical analysis, syntax analysis, semantic analysis, can vc++ 6.0 compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:14674
    • 提供者:李好
  1. compiler

    0下载:
  2. 用c语言编写的关于pascal语言语法分析,词法分析,语义分析(输出有点问题)-C language used on the pascal language syntax analysis, lexical analysis, semantic analysis (the output is something wrong)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4326
    • 提供者:she
  1. OneTimeCompiler

    0下载:
  2. c的编译器,里面有词法分析,语法分析, 主要功能就是表达式的转换-c compiler, there are lexical analysis, syntax analysis, the main function is the expression of the conversion
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:10228
    • 提供者:
  1. compiler

    1下载:
  2. 本程序是实现C-的一个小型编译器,里面包含两部分内容,分别是词法分析和语法分析。-This procedure is to achieve a small C-compiler, which contains the contents of two parts, namely, lexical analysis and syntax analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:74176
    • 提供者:小刚
  1. Cpp

    0下载:
  2. C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:16930
    • 提供者:renteng
  1. ObjectiveC2ansi

    0下载:
  2. Object C,antlr的grammar语言描述,用于学习词法分析,语法分析-Object C, antlr language to describe the grammar for learning lexical analysis, syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:3273
    • 提供者:renteng
  1. loucomp

    0下载:
  2. 用c写的tiny语言的解释器,包括词法分析、语法分析、语义分析,解释执行-With c written explanation of tiny language, including lexical analysis, syntax analysis, semantic analysis, interpretation of the implementation of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:55114
    • 提供者:yy
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com