搜索资源列表

  1. bianyiyuanli.rar

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:147597
    • 提供者:
  1. 1231233434

    0下载:
  2. 编译原理实验题 词法分析 使用直接分析法编制C语言子集的词法分析程序-compiler principle experiment inscr iption analysis using direct analysis method preparation of the C language subset of the lexical analysis procedure
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:1511
    • 提供者:唐治
  1. hfghj

    0下载:
  2. 1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2209
    • 提供者:刘星
  1. BIANdsf1

    0下载:
  2. 1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:993
    • 提供者:刘星
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  1. namab

    0下载:
  2. ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:天空
  1. fchh

    0下载:
  2. 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明:
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:天空
  1. cifafeixi

    0下载:
  2. C语言词法分析器。可以给出一段简单的程序进行分析。-C language lexical analyzer. It is a simple procedure for analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6575
    • 提供者:施钥
  1. WordAnalys

    0下载:
  2. 用C++语言编写的Java词法分析程序。-C language Java lexical analysis procedure.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:50454
    • 提供者:胡雪飞
  1. c_lex

    0下载:
  2. c语言的词法分析程序的源码,是用c语言写的,可以直接在tc中运行-lexical analysis procedure of the source code is written in C language and can be used directly in the running tc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9088
    • 提供者:常宏
  1. fengzzzz

    0下载:
  2. 这是一个编译原理的词法分析程序,输入一个C语言,输出一个词法分析的结果-This is a compiler tenets of lexical analysis procedures, a C-language input and output a lexical analysis of the results
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:csf
  1. Accidence_Analyser

    0下载:
  2. 词法分析程序,适合对c语言程序进行词法分析,不过还需对关键字等做进一步的补充。-lexical analysis procedures for the C language for lexical analysis procedures, however, it still needs to make a keyword further added.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2614
    • 提供者:zhou
  1. lya

    0下载:
  2. 词法分析程序的C语言程序框架,加深对词法分析原理的理解-lexical analysis procedure of the C Programming Language fr a mework of lexical analysis to deepen the understanding of the principles
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3164
    • 提供者:luxin
  1. cifayufa

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

    • 发布日期:2024-05-18
    • 文件大小:1182720
    • 提供者:chijingjing
  1. Compiler

    0下载:
  2. 一份完整的编译原理课程设计.设计了一个词法分析器和一个利用LL(1)算法实现的语法分析器.可以对C-语言编写的程序进行词法分析和语法分析,当出现错误时推断可能的原因.并最终用直观的方式构建起一棵语法分析树.-A complete compilation Principle. Designed a lexical analyzer and a use of LL (1) parser algorithm. Can be written i
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:269312
    • 提供者:无意乂
  1. compile

    0下载:
  2. C语言完成的编译器,实现了词法、语法分析,中间代码和汇编代码的生成,有报告文档和测试程序-C language compilers completed achieve the lexical, syntax analysis, intermediate code and assembly code generation, documentation and testing procedures has been reported ...
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1661952
    • 提供者:guochengyu
  1. lexGrammer

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

    • 发布日期:2024-05-18
    • 文件大小:221184
    • 提供者:
  1. C-language-lexical-analyzer

    0下载:
  2. C语言编写的词法分析程序,扫描器,辨别保留字,数字-C language lexical analyzer, scanner, identifying reserved words, numbers, etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1075200
    • 提供者:孙凤娟
  1. A-Simple-LexicalAnalyzer(C)

    0下载:
  2. 此程序是正对编译原理中所涉及到的词法分析程序所编译的一个简单的C语言版的词法分析程序。-This a simple Lexical Analyzer in the C environment.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:谭若斯
  1. test1

    0下载:
  2. 1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。((1) c + + source code scanning identification mark c + + program. Contains sever
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:53368832
    • 提供者:若若er
« 1 2 3 4 5 67 8 9 10 11 ... 16 »

源码中国 www.ymcn.org