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

搜索资源列表

  1. WordAnalysis

    0下载:
  2. 简单的词法分析器 词法分析的任务是:从左至右这个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的原程序改造成为单词符号穿的中间程序 该程序以类表的形式,对词语进行解析-Word Analysier
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:68377
    • 提供者:冯志远
  1. c_compiler

    0下载:
  2. 本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which a
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:225289
    • 提供者:站长
  1. LexicalAnalysis

    1下载:
  2. 自然语言处理中的词法分析程序,有详细说明,可独立运行。-Natural language processing in the lexical analysis process, there is a detailed descr iption can be run independently.
  3. 所属分类:Compiler program

    • 发布日期:2015-06-28
    • 文件大小:872091
    • 提供者:Tianyi Chen
  1. Csharp_compiler

    0下载:
  2. 这是一个实现词法分析的小程序,希望能与大家分享。-it is ok!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:18720
    • 提供者:miss peng
  1. Main

    0下载:
  2. 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3893
    • 提供者:zhao
  1. a

    0下载:
  2. 编译原理的词法分析的模拟程序,采用swt库进行开发。-Compiler Construction Principles of the lexical analysis simulation program, developed using swt library.
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:8166
    • 提供者:适适
  1. Recursive_descent_parser

    0下载:
  2. 通过设计、编制、调试一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,掌握常用的语法分析方法。通过本实验,应达到以下目标: 1、掌握从源程序文件中读取有效字符的方法和产生源程序的内部表示文件的方法。 2、掌握词法分析的实现方法。 3、上机调试编出的词法分析程序。 -By designing, developing, debugging a recursive descent parser, lexical analysis procedure t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:7544
    • 提供者:李方
  1. cifayufa

    1下载:
  2. 编译原理 词法分析 语法分析 c语言程序源代码-Principles of lexical analysis parser to compile c language source code
  3. 所属分类:source in ebook

    • 发布日期:2016-06-14
    • 文件大小:1182947
    • 提供者:chijingjing
  1. PL0

    1下载:
  2. PL0语言词法分析的程序,包括对保留字,自定义变量,常数,界符,分割符的判断处理-PL0 language lexical analysis procedures, including reserved words, custom variables, constants, community character, the judge handling separator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1674
    • 提供者:ajaxhe
  1. lixminC

    1下载:
  2. 这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,
  3. 所属分类:Other systems

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

    0下载:
  2. 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:28856
    • 提供者:何娜
  1. Lexicalanalysis

    0下载:
  2. Java程序词法分析。找出其中用到的关键字、方法名、变量名以及操作运算符-Lexical analysis of Java programs
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1176
    • 提供者:周鑫
  1. word

    0下载:
  2. 大学课程编译原理实验程序,实现词法分析-University courses compiler theory test procedures to achieve lexical analysis ..
  3. 所属分类:

    • 发布日期:2017-04-03
    • 文件大小:1926
    • 提供者:hehualong
  1. lexGrammer

    1下载:
  2. 用C语言实现的编译原理词法分析、语法分析联合程序-Implemented using C language compiler theory of lexical analysis, parsing the joint program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:220725
    • 提供者:
  1. Program1

    0下载:
  2. 基于C#的使用VS2008编写的窗体程序,可用于进行词法分析-VS2008 C# based on the use of programs written in a form that can be used for lexical analysis
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:224112
    • 提供者:dc依稀
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. 词法分析器设计

    1下载:
  2. 源语言JAVA,宿主语言C/C++,用C/C++程序实现JAVA测试程序的词法分析,输出属性字流
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-04-10
    • 文件大小:7562
    • 提供者:psunny68
  1. kwajni

    0下载:
  2. 很难得的词法分析程序,用VC++编写的可以直接使用,()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-05
    • 文件大小:14336
    • 提供者:izxfially
  1. 实验一

    0下载:
  2. 简单的小程序,完成课程设计的一部分,词法分析(Simple small program to complete part of the curriculum design, lexical analysis)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-06
    • 文件大小:3098624
    • 提供者:万寿吾江1
  1. wordAnalysis

    0下载:
  2. 一个进行词法分析的程序,支持文件输入,C#编写。(A program for lexical analysis, supporting file input, and writing C#.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:45056
    • 提供者:Emelia
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com