搜索资源列表

  1. 编译原理实验_课程设2005

    0下载:
  2. 本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展-this program is the role of TEST language lexical analysis. 2, double-cl
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:132425
    • 提供者:数据库
  1. 编译原理实验一

    0下载:
  2. 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent signific
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83374
    • 提供者:宗宗
  1. 词法分析器 语法分析器

    1下载:
  2. 词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings the test report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:50529
    • 提供者:王聃
  1. 编译原理上机实验

    0下载:
  2. 包括语法分析 语义分析 词法分析-grammatical analysis of semantic analysis lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:117385
    • 提供者:吴志强
  1. 编译原理实验报告

    1下载:
  2. 这个是编译原理的词法分析的实验报告!!很不错,希望大家支持-this principle is to compile the lexical analysis of the experimental report! ! Quite well, and hope that we support! !
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8373
    • 提供者:吴恒
  1. 编译原理实验

    0下载:
  2. 实现编译器的代码
  3. 所属分类:源码下载

  1. bianyiyuanli

    0下载:
  2. 《编译原理实验指导书》,里面包含有词法分析,语法分析及语义分析等实验,有详细的流程图及分析过程。- Guiding principle experiment to compile the book , which contains lexical analysis, grammar analysis and semantic analysis of experiments, a detailed process flow chart a
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:235520
    • 提供者:huang xuefeng
  1. compile

    0下载:
  2. 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analys
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:稻草人
  1. analysis

    0下载:
  2. 编译原理上机实验,c语言的词法分析器。将单词分为保留字,标识符,数字。可实现c语言的几乎全部词法分析。-Principle of the Experimental Machine compiler, c language lexical analyzer. The word is divided into reserved words, identifiers, numbers. Can be realized almost all o
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:齐旭蕾
  1. Compiler

    0下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:390144
    • 提供者:jack sio
  1. analyse

    0下载:
  2. 词法分析,做的很详细,说明了各方面的情况,词法分析器实验报告-Lexical analysis, done in great detail to illustrate the various aspects of the experimental report of lexical analyzer
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:35840
    • 提供者:刘慧刚
  1. cffx

    0下载:
  2. 词法分析器试验报告,详细描述了试验过程,并有心得体会,是一份不错的实验报告-Lexical analyzer test report, a detailed descr iption of the testing process, and experiences is a good test report
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:373760
    • 提供者:Michael
  1. cffxq

    0下载:
  2. 词法分析器实验报告,内容详细,步骤很完整,有利于新人进一步认识学习编译原理-Lexical analyzer test report in detail, the steps are complete, is conducive to study and compile a better understanding of new principles of
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:Michael
  1. lixminC

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

    • 发布日期:2024-05-21
    • 文件大小:1258496
    • 提供者:lixmin
  1. bianyi

    0下载:
  2. 词法分析器实验报告,本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-Lexical Analyzer for reporting, this procedure is given by the path of the file on the analysis of symbols and words after the word prompt display.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:2049024
    • 提供者:Crane
  1. word

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:hehualong
  1. CSharpcifa

    0下载:
  2. 很不错的词法分析实验报告 编译程序的第一阶段是词法分析,为了能把输入的字符串进行扫描和分解,识别出各种类型的单词符号,我用C++语言设计了一个简单词法分析器,分析C++语言单词的子集(包括常用关键字、标识符、常数、算符、界符等)。-Very good compiler lexical analysis lab report is the first stage of lexical analysis, in order to be ab
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:599040
    • 提供者:flylee
  1. java实现语法分析器及词法分析器

    0下载:
  2. 由java语言实现的编译原理实验的词法分析和语法分析器(The lexical analysis and parser of compiler principle experiment implemented by java language)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:wsj1997713
  1. Lexical Analysis

    0下载:
  2. 简单的C++实现的C语言词法分析程序,适用于编译原理小型课设实验。(A simple Lexical Analysis programme for C files based on c++. Suitable for C.P. experiments.)
  3. 所属分类:词法分析

    • 发布日期:2024-05-21
    • 文件大小:2029568
    • 提供者:Drascension
  1. b15

    0下载:
  2. 关于词法分析的一份实验报告,设计并实现一个词法分析器,实现对指定位置的类C语言源程序文本文件的读取,并能够对该源程序中的所有单词进行分类,指出其所属类型,实现简单的词法分析操作。(lexical analyzer is designed and implemented to read the text files of the class C source program of the specified location, and c
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:234496
    • 提供者:慌莫多多
« 1 2 3 4 56 7 8 9 10 ... 21 »

源码中国 www.ymcn.org