CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 词法

搜索资源列表

  1. er

    0下载:
  2. 给出PL/0文法规范,要求编写PL/0语言的词法分析程序。-Gives the PL/0 grammar specification, requiring written PL/0 language lexical analysis program.
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:639779
    • 提供者:徐徐
  1. lexical-analyzer

    0下载:
  2. 有C++语言设计的可以识别字符串,数字的词法分析器。-Compilation principle of lexical analyzer
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:22672
    • 提供者:王宁
  1. 123

    0下载:
  2. 将词法、语法、代码生成等实验组合成一个大的编译程序。-The morphology, syntax, code generation experiments combined into one large compilation.
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:590436
    • 提供者:qianer
  1. cifa

    0下载:
  2. 编译原理课程设计实现词法语法分析器 lr(1)编译器相关代码和设计-Compiler theory of curriculum design and implementation syntax analyzer lr (1) related to the compiler code and design
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1208223
    • 提供者:刘洋
  1. cifa-document

    0下载:
  2. 编译原理课程设计词法分析器实现的实验设计报告文档 有明确的设计思路和报告格式-Principles of curriculum design compiler lexical analyzer to achieve experimental design report documents a clear design ideas and reporting formats
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:311595
    • 提供者:刘洋
  1. bianyiyuanli--cifafenxi

    0下载:
  2. 编译原理的词法分析-Compiler theory lexical analysis
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:9705
    • 提供者:
  1. cifafenxiqi

    0下载:
  2. 这是一个由C++不便携的简单词法分析器,可供学习参考。-This is a C++ not portable simple lexical analyzer, available for study and reference.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1029
    • 提供者:ejan
  1. cifafenxi

    0下载:
  2. 输入PL/O语言为: if i>0 i=1 输入 y开始词法分析 y 单词: if 类型: 关键字 单词: i 类型: 标识符 单词: > 类型: 大于号 单词: 0 类型: 整数 单词: i 类型: 标识符 单词: = 类型: 等于号 单词: 1 类型: 整数 单词: 类型: 分号-Enter the PL/O language: if i> 0 i = 1 enter y y word began lexical analysis: if Type: Keyword wo
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:3620
    • 提供者:刘育栋
  1. cifafenxi

    0下载:
  2. 借助Lex 和Yacc 进行词法语法分析,初学者可以参考参考-With Lex and Yacc parsing lexical, beginners can refer to reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:243890
    • 提供者:shen
  1. Lexical-analysis

    0下载:
  2. 调试并完成一个词法分析程序,加深对词法分析原理的理解。-Debugging and completed a lexical analysis program to deepen the understanding of the principles of lexical analysis.
  3. 所属分类:File Formats

    • 发布日期:2017-04-26
    • 文件大小:24917
    • 提供者:任尊
  1. Parsing

    0下载:
  2. 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The preparation of a recursive descent parser, syntax checking and word structure to achieve lexical analysis program provided by sequence analysis.
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:155786
    • 提供者:任尊
  1. Lexical-analyzer-test-report

    0下载:
  2. 是一个词法分析器的实验报告,里面具体说明了整个程序的架构和出现问题如何解决-Lexical analyzer is a lab report, which specifically describes the architecture of the whole process and how to solve problems
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:253747
    • 提供者:黄春晖
  1. flex-and-bison

    0下载:
  2. <flex and bison>中文版,flex和bison是生成编译器的工具,flex用于词法分析,bison用于语法分析。bison需要的语言是C++。-<flex and bison> Chinese version, flex and bison is a tool to generate compiler, flex for lexical analysis, bison for parsing. Language bison need is C++.
  3. 所属分类:software engineering

    • 发布日期:2017-06-03
    • 文件大小:14858959
    • 提供者:very
  1. C-Traps-and-Falls

    0下载:
  2. 作者以自己1985年在Bell实验室时发表的一篇论文为基础,结合自己的工作经验扩展成为这本对C程序员具有珍贵价值的经典著作。写作本书的出发点不是要批判C语言,而是要帮助C程序员绕过编程过程中的陷阱和障碍。.. 全书分为8章,分别从词法分析、语法语义、连接、库函数、预处理器、可移植性缺陷等几个方面分析了C编程中可能遇到的问题。最后,作者用一章的篇幅给出了若干具有实用价值的建议。.. 本书适合有一定经验的C程序员阅读学习,即便你是C编程高手,本书也应该成为你的案头必备
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4909056
    • 提供者:eric
  1. kcsj

    0下载:
  2. 编译实验报告,词法分析语法分析语义分析目标代码生成全过程,-Compile the report of the experiment, lexical analysis, syntax analysis semantic analysis of the whole process of target code generation,
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:178821
    • 提供者:小强
  1. 11111

    0下载:
  2. 编译原理词法分析实验报告源代码步骤清晰明确,实现功能比较完善-Compiler theory lexical analysis test report clear source code steps to achieve more perfect
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:29987
    • 提供者:霍琦琦
  1. javacc_study

    0下载:
  2. javacc学习笔记(超级完整版) 包括几个小项目的源代码 用javacc实现四则运算,用javacc实现cmm语言的词法语法部分-javacc study note
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:302442
    • 提供者:何纯玉
  1. code-anaylse

    0下载:
  2. 编译原理代码分析报告,包括词法和语法分析两大部分,每一部分包括实现原理,代码设计方案,主体部分-code anaylse
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1338454
    • 提供者:jasmine
  1. test4

    0下载:
  2. 完成词法分析任务的程序称为词法分析程序或词法分析器或扫描器。从左至右地对源程序进行扫描,按照语言的词法规则识别各类单词,并产生相应单词的属性字。-Completion of lexical analysis task of the program called lexical analysis program or lexical analyzer or scanner. From left to right for source program to scan, according to th
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:4999
    • 提供者:min
  1. lexayacc

    0下载:
  2. 学习编译中词法和语法中间代码生成的软件lex和yacc。-Learn the usage of the software used to generate transitional code for computer.
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5524981
    • 提供者:蔡宁
« 1 2 3 4 56 »
搜珍网 www.dssz.com