搜索资源列表

  1. c语言词法分析程序

    0下载:
  2. .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-. X language lexical analysis procedure is designed to: design, preparatio
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:33792
    • 提供者:萧飞
  1. 编译原理——词法分析

    0下载:
  2. 该程序是词法分析部分Lexical Analyse。 2)只支持无符号整数类型。不支持数组和指针等高级特性。 3)不支持函数。-that the procedure was lexical analysis Lexical Analyze. 2) only support unsigned integer type. Do not support pointer array and advanced features. 3) does
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:范志鸿
  1. 词法分析报告

    0下载:
  2. 这是一个编译原理中词法分析的实验报告,内容挺完整-it is a test report about accidence analyse of complier principle,its context is full
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:226304
    • 提供者:ddd
  1. 编译小程序-词法分析

    0下载:
  2. 这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助-This is a C compiler prepared by the tenets of lexical analysis procedure, and I hope to learn from you and the compiler will definitely help students
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈陪
  1. 编译实验词法分析报告

    0下载:
  2. 编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形成word文件(单词序列)保存。-CCwordSequence) preservation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:51200
    • 提供者:郑章孝
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-14
    • 文件大小:139264
    • 提供者:谷穗
  1. C语言词法分析

    0下载:
  2. c语言词法分析,功能比较全,大家随便看看吧,有界面-The file is for accidence analysis fo C language and has lots of functions. It has the interface and please check it freely.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2659328
    • 提供者:田永震
  1. c++词法分析程序

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

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:何福康
  1. 词法分析编译原理实验c++

    0下载:
  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
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:kang
  1. 词法分析程序(050812020508+谢少春)

    0下载:
  2. 词法分析程序,输入字符序列,输出字符和内码 -lexical analysis procedure, the importation of character sequences, and characters within the output code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:刘军
  1. S语言词法分析程序

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

    • 发布日期:2024-05-14
    • 文件大小:77824
    • 提供者:范鹏
  1. 词法分析qi

    0下载:
  2. 词法分析器运用软件 词法分析是编译的第一个阶段,它的主要任务是从左到右逐个字符地对源程序进行扫描,产生一个个单词序列,用以语法分析-lexical analyzer used lexical analysis software is a compiler of the first stage, its main task is to whatever individual characters to the source scan
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:36864
    • 提供者:李坤
  1. 词法分析C语言版

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

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者: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. 所属分类:其它资源

    • 发布日期:2024-05-14
    • 文件大小:81920
    • 提供者:王淼
  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. 所属分类:编译器/词法分析

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

    0下载:
  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. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:司空易
  1. 词法分析

    0下载:
  2. 简单实现词法分析功能,编译原理作业所需要的实现功能。(achieve the Word analysis)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:黄猪猪
  1. lex词法分析_上交程序

    0下载:
  2. 相当完整lex词法分析_上交程序, Lex 快速入门(词法分析和语法分析)(Lex represents Lexical Analyzar, a.Lex file (the Lex file has an extension of.Lex) passed through the lex utility and generates the output files of C, which are later compiled into a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:223232
    • 提供者:calacala
  1. 词法分析

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

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

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

« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org