CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 编译原理 词法分析实验

搜索资源列表

  1. bianyikssybg

    0下载:
  2. 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:121065
    • 提供者:李然
  1. cifafenxi

    0下载:
  2. 本程序用C语言编写,在Visual studio 6.0 下运行成功 拷贝之后便可以运行。 本程序是本人在学习编译原理课程时所编写的,现在不用了,发出来供大家一起参考讨论之用。 由于只是为了实验课的需要而用,所以程序的功能还十分简单,程序中也还存在很多问题和不足,欢迎大家给予指正。 词法分析程序 编译原理课程-This program is written in C, operation successfully in Visual studio 6.0 After
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:119826
    • 提供者:白志杰
  1. wufuhaoshu

    0下载:
  2. 编译原理中实验一程序代码--无符号数的词法分析程序-Experimental a principle of compiled code- no sign of the lexical analysis of the number of procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:880380
    • 提供者:闫转英
  1. ccfx

    0下载:
  2. 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:168782
    • 提供者:zhangjuan
  1. chifa

    0下载:
  2. 这个是我上编译原理实验课的时候写的小程序,实现了词法分析的功能。-This is my compile time course experiment to write a small program to realize the function of lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:847
    • 提供者:江彪
  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-03
    • 文件大小:1258936
    • 提供者:lixmin
  1. bianyiyuanli

    0下载:
  2. 编译原理实验指导,词法分析,语法分析及设计,编译原理课要用-Compiler Construction Principles experimental guidance, lexical analysis, syntax analysis and design, compiler theory class to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:73970
    • 提供者:小八
  1. cifafenxi

    0下载:
  2. 编译原理实验一词法分析源程序及简单的测试数据-Principles of Experimental Analysis of the term compile source code and test data
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1199
    • 提供者:clq
  1. src(3)

    0下载:
  2. 编译原理的词法分析器,简单的进行此法分析课程要求的实验-Compiler theory of lexical analyzer, a simple method for the experimental course requirements
  3. 所属分类:其他小程序

    • 发布日期:2017-03-31
    • 文件大小:3429
    • 提供者:Jorden
  1. lexical_analysis_program

    0下载:
  2. 编译原理、词法分析程序。 题目:词法分析程序的设计和实现 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1)可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2)可以识别并读取源程序中的注释。 (3)可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4)检查源程序存在的错误,并可以报告错误所在的行列位置。 (5)发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:5397
    • 提供者:王大可
  1. WordAnalysis

    0下载:
  2. 编译原理的词法分析实验,用于C语言的词法分析,仅仅用于参考!-This is a word_analisis progrom!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:264389
    • 提供者:蔡光宁
  1. lexical-analysis

    0下载:
  2. 编译原理实验一:C++源代码单词扫描程序(词法分析)-C++ source code word scanning procedures (lexical analysis)
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:727478
    • 提供者:Tin
  1. cifafenxi

    0下载:
  2. 编译原理词法分析实验,比较详细的进行词法分析的一系列程序。-Compiler theory lexical analysis experiment, a more detailed lexical analysis of a series of procedures.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1151
    • 提供者:袁广霞
  1. bianyi-homework

    0下载:
  2. 编译原理词法分析和语法分析代码. 实验作业. C语言编写.-Compiler theory lexical analysis and parsing code. Lab assignments. C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5249911
    • 提供者:duan
  1. byyl

    0下载:
  2. 编译原理实验词法分析器,可以顺利完成词法分析功能-Compiler Principle Experiment lexical analyzer lexical analysis functions can be successfully completed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2208
    • 提供者:汪峰
  1. Compiler-theory---

    0下载:
  2. 编译原理 实验源代码 词法分析与三地址代码生成程序 可直接运行 Compiler theory of lexical analysis and single address code generation -Compiler theory of lexical analysis and single address code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2359
    • 提供者:wangxiaochen
  1. bianyiyuanli

    0下载:
  2. 编译原理(第二版)张素琴 吕映芝等著 实验:简单词法分析程序设计- Compiler theory (second edition) Lvying Zhi Qin Zhang wait Experiment: Simple lexical analysis program design
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:330037
    • 提供者:Allen 王
  1. analyse

    0下载:
  2. 来自课程实验,属于编译原理程序,能进行词法分析,结果比较清晰-From the course of experiments, belonging to the compiler principle, can carry out the lexical analysis, the results are clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:陆善荣
  1. CompilerCminus

    0下载:
  2. 这个文件是编译原理课程设计的实验代码,这段代码中包括了词法分析以及语义树的生成,工程的话用vs2013打开,如果版本低的话,直接把里面的头文件与源文件拷出来在相关的c语言开发环境里建个新的工程就行了,里面有一个例子,直接跑就行了。-This file is experimental code compiler theory of curriculum design, this code is included in the lexical analysis and semantic tree g
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1247282
    • 提供者:
  1. 实验2

    0下载:
  2. 将NFA转为DFA并最小化,从excel表中读入,并输出每一步的结果,(transform NFA to DFA)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:519168
    • 提供者:xxshen
« 12 »
搜珍网 www.dssz.com