搜索资源列表

  1. 编译原理综合实验

    0下载:
  2. 所属分类:系统编程

    • 发布日期:2008-01-09
    • 文件大小:1810694
    • 提供者:chenyibiao
  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. 词法分析编译原理实验c++

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

    • 发布日期:2008-10-13
    • 文件大小:2101
    • 提供者:kang
  1. 编译原理试验指导

    0下载:
  2. 这是十个编译原理的大实验源程序及指导的文件。希望能帮助大家。-compiler principle source of the experiment and guidance documents. Hope you can help.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:599734
    • 提供者:金晓爽
  1. 编译原理第一次实验内容

    0下载:
  2. 编译原理第一次实验内容- Translation principle first experiment content
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10801
    • 提供者:常震华
  1. 编译原理词法分析实验报告

    0下载:
  2. 一个编译原理词法分析的实验报告-a compiler theory lexical analysis of experimental report
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:14962
    • 提供者:irisly
  1. 编译原理实验!文档1

    0下载:
  2. 一个小型词法分析器,我编译课的课堂作业!-a small lexical analyzer, I compile a classroom course work!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23503
    • 提供者:常凯
  1. 编译原理标识符

    0下载:
  2. 编译原理的一个实验报告: 内容为标识符的识别: 1. 以文本文件为程序输入,文本文件中是一个表达式。 2. 通过构造的程序读出表达式中的标识符。 3. 标识符以一个新的文本文件输出。-compiler of a principle experiment : identifier for the content of identification : 1. A text document procedures for the import
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23829
    • 提供者:陈明
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. fdsfdsdfs

    0下载:
  2. 编译原理语义分析 ,这是我大二时做的实验报告,现在毕业了删了可惜就上传了,通过自己调试编译无误。-Compilation Principle semantic analysis, this is my sophomore year when the report of the experiment, and now have decided to graduate a pity on the upload, and through th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:225280
    • 提供者:协力
  1. Postfix

    0下载:
  2. 中山大学编译原理实验三 后缀表达式Postfix-Postfix
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:27648
    • 提供者:Zeng
  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. bianyiksbg

    0下载:
  2. 编译原理课程设计实验报告,里边有多份报告,写的很具体,大家可以参考-Principles of curriculum design experiments to compile reports, inside a number of reports written in a very specific, we can refer to
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:120832
    • 提供者:李然
  1. yufa

    0下载:
  2. 大三学习编译原理是写的一个实验报告,希望对初学者有用-Junior learning principle is to build a lab report to write, hope to be useful for beginners
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:27648
    • 提供者:周霖
  1. yuyifenxishiyanbaogao

    0下载:
  2. 编译原理中语义分析程序,内含详细代码,以及必要的说明,包含实验报告-Semantic analysis theory of compilation process, containing details of the code, and the necessary instructions, including lab reports
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:30720
    • 提供者:小贺
  1. yuyifenxicx

    0下载:
  2. 编译原理实验报告 词法分析器 语义语法分析-Compiler theory lexer semantic parsing
  3. 所属分类:其它资源

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:xuanyuan
  1. ex5

    0下载:
  2. 编译原理实验五 SLR语义分析法 附加实验报告-Compile principle experiment five additional experiments SLR semantic analysis report
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:231424
    • 提供者:
  1. 实验三

    0下载:
  2. 该压缩包为西南科技大学编译原理蒋勇老师实验课中实验三课程内容,可实现语义及代码生成。(The compressed package for the Southwest University of Science and Technology compiler theory, Jiang Yong teacher experiment course experiment three course content, can achieve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:12670976
    • 提供者:踮起脚尖
  1. src

    0下载:
  2. 编译原理的目标代码生成,编译原理实验:在词法分析和语法分析的基础之上,生成MIPS(Compiler principle object code generation)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:36864
    • 提供者:深蓝1234
  1. 16级编译实验一

    0下载:
  2. 简单编译器,用以课堂教学研究。学生可下载,以进行编译原理的学习。(Simple compiler for classroom teaching research. Students can download to compile the principles of learning.)
  3. 所属分类:编译器/词法分析

« 1 2 3 4 5 67 8 9 10 11 ... 46 »

源码中国 www.ymcn.org