CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - TYPE-C

搜索资源列表

  1. keil_c51_maule

    0下载:
  2. 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用方法(^_^) keil51开发系统概述 Keil C51函数(不仅仅是函数,呵呵) Keil C51扩展关键字 Keil C51软件包中的
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16418
    • 提供者:王克敏
  1. suqaretryango

    0下载:
  2. 设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbolTable Class CFunArgsCheck
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10595
    • 提供者:shifenai
  1. ctalk-121

    0下载:
  2. C-Talk is interpreted scr ipting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, expl
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:67875
    • 提供者:谷郁
  1. weprogramming

    0下载:
  2. 语法分析,词法分析,可以输入一段c++语句,然后进行语法分析,词法分析,分别产生二元式,和语法对错的判断!-syntax analysis, lexical analysis, can be imported for some c statement, and then syntax analysis, lexical analysis, generate binary type, and grammar wrong judgment!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8322
    • 提供者:good
  1. word_a123

    0下载:
  2. c语言编译词法分析,输入代码,分析出字符类型,用链表实现-c compiler lexical analysis, the importation of code and analyze the character type, and to achieve Chain
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2031
    • 提供者:chen
  1. hc_compiler

    0下载:
  2. 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:260567
    • 提供者:周杰
  1. ExpressionCaculator

    0下载:
  2. 利用算符优先算法制作的一个表达式计算器,它能够将一个C语言的表达式解析成四元式,然后根据算符优先的规则来计算表达式。-The use of operator precedence algorithm produced an expression calculator, it can be a C language expression parsing into four yuan type, then operator precedence rules to evaluate the expre
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2874856
    • 提供者:hgp
  1. bianyi

    0下载:
  2. 编译器,对文法在c环境下的编译过程,最后生成四元式。-Compiler, on the grammar in the c compiler environment process, the final generation of quaternion type.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5354
    • 提供者:liuwei
  1. bianyiqi

    1下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:11278
    • 提供者:lilianjie
  1. bianyiqi1

    2下载:
  2. 设计SAMPLE语言的词法分析器 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b] 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c] 输出结果为单词的二元式序列(样式见样板输出1和2);-Design SAMPLE language lexical analyzer inspection requirements: a] start the process, the first output of the author&#
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6484
    • 提供者:lilianjie
  1. list

    0下载:
  2. list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:4369
    • 提供者:Asli Imre
  1. LexicalanalysisofC

    0下载:
  2. C词法分析程序,能够识别浮点型,科学计数型-C lexical analysis procedure to recognize floating-point type, scientific Counting
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1933619
    • 提供者:wangyao
  1. pl0C1

    0下载:
  2. 一个简单词法编译器。具体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型。-A simple lexical compiler. The specific contents of a binary-type text file, extension dyd, can be Pascal or C procedures (test procedures) as a decomposition of a word and type.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:189077
    • 提供者:婴宁
  1. Compiler

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

    • 发布日期:2014-11-09
    • 文件大小:389798
    • 提供者:jack sio
  1. ww

    0下载:
  2. 多个程序,C++编写的。自己在做编译课设时搜集参考用的,呵呵,都放上来了,有各种语法写的,LL(1),LR的,递归下降的,还有语义分析部分,有四元式,逆波兰式等等,而且每个都能调试运行。(不好的,我可不拿出来现眼)-Number of procedures, C++ prepared. They are doing when compiling the collection of class-based reference, huh, huh, are放上来, and a variety of
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7874305
    • 提供者:wangyao
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. 2_parser

    0下载:
  2. C编写的一个语法分析器,输入一个算术表达式可分析出其是否为一个正确的表达,使用+,-,*,/四个表达式。-C prepared by a parser, type an arithmetic expression can be analyzed for their expression of a correct use of the four expressions+,-,*,/.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:10342
    • 提供者:李子超
  1. 3_grammar

    0下载:
  2. C写的一个语法分析器,输入可包含main,int,void,if,else,do,while几个关键字,算符可包括+,-,*,/,++,--,==,!=,<,>,<=,>=,输出求解过程-Write a C parser, type may include main, int, void, if, else, do, while a number of keywords, operators may include+,-,*,/,++,--,==, solving pro
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:12790
    • 提供者:李子超
  1. ftnchek

    0下载:
  2. 一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. Ftnchek is not primarily intended to detect syntax errors.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1048638
    • 提供者:laofang
  1. PL0

    1下载:
  2. PL0功能的扩充 一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 增加内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类
  3. 所属分类:Compiler program

    • 发布日期:2016-01-20
    • 文件大小:476531
    • 提供者:dslh
« 12 »
搜珍网 www.dssz.com