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

搜索资源列表

  1. S语言词法分析程序

    0下载:
  2. 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能:  组织源程序的输入  按规则拼写单词,并转换成二元形式  删除空格及无用符号(如回车符,字符常数的引号符等)  发现并定位错误  建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:77782
    • 提供者:范鹏
  1. pa

    0下载:
  2. #include \"define.h\" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreat
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:dddddddd
  1. lexuretest

    0下载:
  2. 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:test
  1. ucw-src129

    0下载:
  2. UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:428661
    • 提供者:lee
  1. 预测分析法

    0下载:
  2. #include #include #include #define MAX 30 int table[5][6]; char stack[30]; int top=0; char buffer[MAX]; int buf=0; void start()//初始化预测分析表
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-06-16
    • 文件大小:4240
    • 提供者:bkssr@163.com
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:25139
    • 提供者:xqq771084591
  1. 08-09

    0下载:
  2. 单片机万年历 文 件 名:万年历设计.c * 功 能:我的小制作-------万年历 **************************************************************************/ /****************************文件包含*************************************/ #include < reg52.h > #include < ch
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2251880
    • 提供者:Sam Chai
  1. lexicalanalysis

    0下载:
  2. 设计一个词法分析器。 【基本要求】 词法分析器基本功能是: (1) 输入源程序:输入PASCAL源程序; (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); 【测试数据】 (1)输入源程序: program example1 var a,b,c:integer x:char
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:7741
    • 提供者:陈小丽
  1. qt1

    0下载:
  2. 使用液晶显示器12232来实现字符的显示。所用的仿真环境为IAR,硬件平台为TI的MSP430,利用430的P5作为12232的控制口,P3作为与12232连接的数据口。实现字符的显示-use LCD12232-9 to display char
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1779
    • 提供者:邱婷
  1. LexicalAnalysis

    0下载:
  2. 此为词法分析程序,词法分析要求:简单词法文法: <关键字>->main|int|char|string|while|do|if|else|for <标识符>->L|<标识符>L|<标识符>D <整数>->D|<整数>D <运算符>->+|-|*|/|=|<|>|<=|>=|<>|= = <界符>->( | )
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2424
    • 提供者:nick
  1. lcddisplayprogram

    0下载:
  2. 液晶显示程序 并行和串口传输 可显示字符 字符串 整数 汉字 图形等-lcd display use c program it included two ways for dilivering data string char COCK Golden Palm TECH
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:16122
    • 提供者:liumt1984
  1. ATMega8-LCD_T

    0下载:
  2. Atmega8 avrstudio project (Multimeter, thermometer, 2x16 LCD with custom char, include: Schematics) Working example with photo-Atmega8 avrstudio project (Multimeter, thermometer, 2x16 LCD with custom char, include: Schematics) Working example with p
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:971102
    • 提供者:wadyo
  1. bianyi

    0下载:
  2. 1、设计题目:词法分析器的设计。 2、设计要求: 1、 使用任何一种编程语言编制一个词法分析程序。 2、 该程序能够识别的单词有5类: (1) 关键字:"long", "float", "static", "char", "short", "switch", "int", "const", "if", "then", "else", "for", "while", "break"。 (2) 常数:任何整型常数 (3) 标识符:字母打头的字母数字串。 <标识符&
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:5024
    • 提供者:xufei
  1. compile-char

    0下载:
  2. 使用c语言编写的简单类词法分析器,对输入的c语言可以做简单的关键字提取,去处注释。-C language using a simple lexical analyzer class, the input of the c language to do simple keyword extraction, place annotation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:2577
    • 提供者:
  1. CMMCompiler

    0下载:
  2. CMM语言(c-minus-minus)语言的解释器。相对于一些基本的程序而言,本系统具有以下几个特点: 1.基本功能: 支持int,real等简单类型,支持相应简单数组; 支持while,if,else语句; 基本数值运算:+,-,*,/; 2.语句拓展 支持char,string等类型,同时支持相应类型数组,与常量声明; 完全支持for,break ;switch(case,default)continue等语句; 支持 ,++,--,+=,-=,*=,/=等
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:10824966
    • 提供者:Emperor
  1. lc

    0下载:
  2. 引用原作者:这个类C编译器是我在2008年写的,完成度并不高,并没有实现指针、struct这些,不过还是实现了基本的C语言数据类型(int/char/long/short等),函数的声明、定义、调用、递归,if/for/while/goto等跳转,详细请看sample和source。 为了节省开发的时间,词法和语法分析分别采用lex和yacc编写,可以用Cygwin里面的flex和bison进行编译。另外我觉得编译成x86的bytecode比较麻烦,所以定义了一套自己的bytecode
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:69472
    • 提供者:Elijah
搜珍网 www.dssz.com