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

搜索资源列表

  1. java-c-minus

    0下载:
  2. 采用java语言,对c减语法实现手工词法分析,分析的源文件路径是指定的。-The java language manual lexical analysis, analysis of c less syntax of the source file path is specified.
  3. 所属分类:软件工程

    • 发布日期:2017-03-29
    • 文件大小:7516
    • 提供者:余红全
  1. bianyiqi

    0下载:
  2. 关于编译器的词法分析过程,输入正则表达式输出NFA-Compiler, lexical analysis process, enter the regular expression output NFA
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:318653
    • 提供者:benben
  1. cmm-compiler-document

    0下载:
  2. cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。-cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1372500
    • 提供者:stanly
  1. flex-code

    0下载:
  2. flex词法分析代码,主要用于词法分析器的自动生成,包含所有代码-the flex lexical analysis code for lexical analyzer automatically generated, and contains all the code
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:267568
    • 提供者:尹红
  1. anysys

    0下载:
  2. 词法分析,识别运算符,并进行四则运算,输出运算结果-Lexical analysis, identify the operator and four, output calculations results
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:17682
    • 提供者:梁浩
  1. my_compile

    0下载:
  2. 编译器的开发文档,包含词法分析、语法分析、语义分析。测试样例和源代码-Compiler development documents, including lexical analysis, parsing, semantic analysis. The test sample and the source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:80946
    • 提供者:will
  1. s

    0下载:
  2. 应用flex实现的pascal语言的简单的词法分析稀奇-Pascal language application flex simple lexical analysis surprising
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:828
    • 提供者:梁运韬
  1. cifafenxi

    0下载:
  2. 词法分析流程分析图包以及对所做程序的描述和分析-failed to translate
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:10703
    • 提供者:刘家伙
  1. ajaxparser

    0下载:
  2. 前些时候学习编译原理,同时也为 DocWizard 做词法分析技术的准备,于是便想出了一种词法分析内核。这个分析内核可以在不改变代码的情况下分析不同的 DFA-Some time ago learning compiler theory, but also for DocWizard do lexical analysis techniques to prepare, so they figured out a lexical analysis kernel. This analysis can
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:106114
    • 提供者:伍柏树
  1. cifa

    0下载:
  2. 编译原理词法分析程序,用于对PASCAL语言进行的词法分析程序-Compiler theory lexical analysis procedures used to PASCAL language lexical analysis program
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:69935
    • 提供者:张鹏
  1. rt

    0下载:
  2.  一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析-Preparation of a recursive descent parser, lexical analyzer to achieve word sequence provided by the syntax checking and structural analysis.
  3. 所属分类:IT Hero

    • 发布日期:2017-11-13
    • 文件大小:4296566
    • 提供者:徐徐
  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. bianyiyuanli--cifafenxi

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

    • 发布日期:2017-04-24
    • 文件大小:9705
    • 提供者:
  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. 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. 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 2 34 »
搜珍网 www.dssz.com