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

搜索资源列表

  1. 99273885CiFaFenXi

    0下载:
  2. 编译试验课上写的一个关于词法分析程序序,大家可以-cifafenxi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:70610
    • 提供者:lixiang
  1. 3

    0下载:
  2. 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。 在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程 序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过 词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词 串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含 了源程序中的所有常数和所有标识符。-Here to begin the definition of a subset
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2442
    • 提供者:jiaogd
  1. vc_yufafenxi

    1下载:
  2. VC++专用的语法分析工具,可以分析出你的VC代码是否正确,它分为词法分析和语法分析两个程序,封装在一个CFenXi类中,,本程序利用了分割窗体技术和单文档设计,压缩包内附有开发文档说明。 -VC++-specific grammar analysis tools, you can analyze your VC code is correct, it is divided into lexical analysis and syntax analysis of the two procedur
  3. 所属分类:IME Develop

    • 发布日期:2017-04-05
    • 文件大小:491285
    • 提供者:160
  1. cifafenxiqi

    0下载:
  2. 通过设计调试词法分析程序,实现从源程序中分出各种单词的方法;加深对课堂教学的理解;提高词法分析方法的实践能力。-Debugging through the design of lexical analysis programs from a source in the method of separation of a variety of words deepen understanding of classroom teaching to improve the practice of
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2027818
    • 提供者:何锦峰
  1. 11

    0下载:
  2. 识别小型语言所有单词的词法分析程序设计① 组织源程序的输入,识别出源程序中的各个基本语法单位(也称为单词或语法符号),按规则转换成二元式的形式; ② 删除无用的空白字符、回车符、及其它非实质性符号; ③ 删除注解行; -Identification of small language of all words in lexical analysis program designed to ① the organization of the input source, identi
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:141058
    • 提供者:落地
  1. MyPascal

    0下载:
  2. 编译原理,包括 语法分析和词法分析。包括源码。很好的!推荐-Compiler Construction Principles, including parsing and lexical analysis. Including the source code. Very good! Recommended
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:113424
    • 提供者:朱正领
  1. Lexical_Analysis

    0下载:
  2. 词法分析阶段是编译过程的第一个阶段,是编译的基础。这个阶段的任务是从左到右一个字符一个字符地读入源程序,即对构成源程序的字符流进行扫描然后根据构词规则识别单词(也称单词符号或符号)。词法分析程序实现这个任务-Lexical analysis phase is to compile the first stage of the process is to compile the foundation. This phase of the task is a character from left
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2663
    • 提供者:weiyantao
  1. WordsAnalyze

    0下载:
  2. 编译原理词法分析程序,VC++编写。词法分析程序,简单易懂-Principles of lexical analysis program to compile
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:263206
    • 提供者:黄帝
  1. Lexicalparsers

    0下载:
  2. 编译原理词法分析,将相关语句转化为相关词法!-Lexical parsers,you can use it to analysis Lexical!and to use the codes,you should install vc++6.0!
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2873
    • 提供者:cj
  1. test

    0下载:
  2. 词法分析 于系统地向学生讲述编译系统的结构、工作流程及编译程序各组成部分的设计原理和实现方法,使学生通过学习既掌握编译理论和方法方面的基本知识,也具有设计、实现、分析和维护编译程序等方面的初步能力-lexical compiled
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1281
    • 提供者:shulenuoyan
  1. bianyi

    0下载:
  2. 编译原理的词法分析,可以检测小段程序代码的各个词法属性归类!-yeah! it is really good!!
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1260912
    • 提供者:梁光
  1. Simple_Compiler

    0下载:
  2. 自选一种常见高级语言为背景,对其进行简化.例如只包括整型常数和其四则运算以及相应的赋值语句,转移语句,条件语句和最简单的输入输出语句等.编制一个包括必要处理阶段(词法分析、语法分析、语义分析、代码生成)简化又完整的编译程序。-A common choice for high-level language background, to simplify them. For example, include only integer constants and their four operatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1311132
    • 提供者:yoen
  1. cifa

    0下载:
  2. 词法分析,编译原理课程设计词法分析,四川大学软件学院编译原理课程设计-Lexical analysis, principles of curriculum design compiler lexical analysis, Sichuan University, School of Software Principles of Course Design Compiler
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:197320
    • 提供者:党孟光
  1. bianyiyuanli

    0下载:
  2. 编译原理实验指导,词法分析,语法分析及设计,编译原理课要用-Compiler Construction Principles experimental guidance, lexical analysis, syntax analysis and design, compiler theory class to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:73970
    • 提供者:小八
  1. ano

    0下载:
  2. 小型pascal语音编译器,包含词法分析工具FLEX和语法分析工具Bison-compiler pascal
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:350537
    • 提供者:snc
  1. lexicalanalysis

    0下载:
  2. 对某一文法进行词法分析,识别文法中的关键字。界限符。数字。字母等 把各个单词赋以相应的属性-the lexical analysis of a grammar
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:624039
    • 提供者:许亚威
  1. ypp

    0下载:
  2. 编译原理实验:词法分析,功能相当强大,!基本能识别所有词法!-Compilation Principle Experiment: lexical analysis, are quite powerful! Essential to identify all lexical!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:554624
    • 提供者:易胖胖
  1. LL1

    0下载:
  2. 编译原理的,关于 标识符词法分析程序的设计-Compile principle, with regard to the design of the identifier lexical analysis programs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:614
    • 提供者:吾幽林
  1. Lexicalanalysis

    0下载:
  2. 编译原理中最常用的词法分析,能对简单的代码进行词法分析。-Compiler Construction Principles of the most commonly used lexical analysis, energy code for a simple lexical analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:8502
    • 提供者:graydawn
  1. cifafenxi

    0下载:
  2. 用C语言编写的一小段编译程序,可以做词法分析,只需在C盘根目录下建立一个文本文档,再将待分析的程序片段输入即可-A short written with C language compiler, lexical analysis can be done, just packing in the C directory to establish a text document, and then the procedure to be analyzed fragment input can be
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2061
    • 提供者:王志刚
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »
搜珍网 www.dssz.com