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

搜索资源列表

  1. 词法分析程序.rar

    1下载:
  2. 词法分析程序源码
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:7245
    • 提供者:
  1. c++词法分析程序

    1下载:
  2. 一个用C++编写的C语言词法分析程序,本人在做WEBSPHERE MQ的收发信息时需要对远端发过来的数据进行解析,然后才能确定要发送到哪一个终端,因此写了对词法分析做了一定的研究,也就写了这么一个程序.-prepared by the C language lexical analysis procedures, I do WebSphere MQ the need to send and receive information sent to the remote data analysis,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9952
    • 提供者:何福康
  1. 词法分析编译原理实验c++

    2下载:
  2. 一个很不错的c++ 程序!是编译系统的第一个程序,主要功能实现词法分析!通过对文本的编译,实现词法分析-a very good procedures c! The build system is the first procedure, the main function of achieving lexical analysis! The text adopted by the compiler to achieve lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2101
    • 提供者:kang
  1. 词法分析--CPP

    0下载:
  2. 词法分析。在编制脚本语言时必不可少。本例子非常精简-lexical analysis. The preparation necessary for scr ipting languages. This case very concise
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3453
    • 提供者:逆不道
  1. 词法分析与语法分析

    4下载:
  2. 编译原理中,词法分析与语法分析的一个简单程序!再修改一下,是个不错的程序哦!-compiler theory, lexical analysis and parsing of a simple procedure! Then change it is a good procedure, oh!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13626
    • 提供者:刁爱玲
  1. S语言词法分析程序

    0下载:
  2. 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能:  组织源程序的输入  按规则拼写单词,并转换成二元形式  删除空格及无用符号(如回车符,字符常数的引号符等)  发现并定位错误  建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:77782
    • 提供者:范鹏
  1. Byq词法分析和语法分析工具

    0下载:
  2. 词法分析和语法分析工具,输入字符,先进行词法分析在进行语法分析-lexical analysis and parsing tools, the importation of characters and made lexical analysis during syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-04-09
    • 文件大小:1861
    • 提供者:王中
  1. 词法分析C语言版

    0下载:
  2. 词法分析程序 代码很有质量 但程序还须改善-lexical analysis is the quality of the code but must improve procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-04-09
    • 文件大小:1961
    • 提供者:asd
  1. ll(1)词法分析

    0下载:
  2. LL(1)语法分析程序,编译原理课用得到哦,可以作到词法分析表吧(idle)-LL (1) syntax analysis program, compile Principle used to be, oh, Lexical analysis can be done table it (idle)
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:82075
    • 提供者:王淼
  1. 递归下降分析器/词法分析

    2下载:
  2. 实现了简单词法分析和语法分析 实现平台eclipse
  3. 所属分类:编译器/词法分析

  1. 词法分析程序

    0下载:
  2. 一个词法分析源程序,可以运行的,请放心!
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-06-04
    • 文件大小:60928
    • 提供者:79446210
  1. 编译原理词法分析

    3下载:
  2. 一个C语言编写词法分析程序
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-06-18
    • 文件大小:1338
    • 提供者:liufengfriend
  1. 词法分析-编译原理

    0下载:
  2. 词法分析,西工大编译原理课程
  3. 所属分类:书籍源码

    • 发布日期:2010-04-23
    • 文件大小:536851
    • 提供者:icarnegie1
  1. 词法分析 词法分析器

    0下载:
  2. 1. 对单词的构词规则有明确的定义; 2. 编写的分析程序能够正确识别源程序中的单词符号; 3. 识别出的单词以<单词符号,种别码>的形式保存在符号表中(链表); 4. 词法分析中源程序的输入以.c格式,分析后的符号表,将二元组保存在.txt文件中。
  3. 所属分类:编译器/词法分析

  1. 算术表达式的词法分析和语法分析.rar

    1下载:
  2. 算术表达式的词法分析和语法分析,编译原理的实验,希望能和大家探讨。,arithmetic expression of lexical analysis and parsing, translation theory test, and we hope to explore.
  3. 所属分类:Compiler program

    • 发布日期:2015-07-01
    • 文件大小:16277
    • 提供者:陈为
  1. 词法分析

    0下载:
  2. 这篇博文主要说的就是词法分析,也就是把输入的符号串整理成特定的词素。(The main topic of this blog is lexical analysis, that is, the string of input is arranged into a specific morpheme.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:tl_real
  1. 词法分析程序

    1下载:
  2. 词法分析 输入:所给文法的源程序字符串。 输出:二元组(syn,token或sum)构成的序列。(lexical analysis Input: the source code string for the given grammar. Output: a sequence consisting of two tuples (syn, token, or sum).)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:司空易
  1. 简单词法分析器

    1下载:
  2. 用Java编写的用于C语言程序的词法分析的程序(A Lexical Analysis Program for C Language Programs Written in Java)
  3. 所属分类:编译器/解释器

    • 发布日期:2020-03-08
    • 文件大小:19456
    • 提供者:hsdhs123asd
  1. 词法分析

    1下载:
  2. 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function fo
  3. 所属分类:编译器/解释器

    • 发布日期:2020-12-09
    • 文件大小:1024
    • 提供者:ffffffx
  1. PL0词法分析程序

    0下载:
  2. 三、 实验要求 1. 使用 PL/0 语言编写程序,实现输出斐波那契数列前 20 项数值。 2. 从 PL/0 编译程序源码中抽出词法分析部分,构建 PL/0 独立词法分析程序。功能:输入为 PL/0 源程序, 输出为单词符号的序列;对于标识符和无符号整数,显示单词种别和单词自身的值两项内容;对于其他单词符 号,仅显示其单词种别。 3. 使用 AutoFlowchart 画出独立词法分析程序的程序流程图,并分析每部分的功能和特点。(Iii. Experimental requ
  3. 所属分类:汇编语言

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com