搜索资源列表
compile
- 编译原理 词法分析程序设计 [实验内容]:根据某文法,构造一基本词法分析程序。找出该语言的关键字、标识符、整数以及其他一些特殊符号,给出单词的种类和值。-Compilation Principle lexical analysis program design [experiment content]: According to a grammar, the basic structure of a lexical analysis program. To identify the la
WHILE
- WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)1 系统描述(问题域描述); 2 文法及属性文法的描述; -WHILE loop translation of program design (LL (1) method, the output quaternion type) a system descr iption (problem domain descr iption) two grammar and attribute grammar descr iption
L04.RunLED
- C51程序设计及应用,程序源码,L04.RunLED.rar-C51 program design and application, the program source code, L04.RunLED.rar
AD~DA
- 关于AD-DA转换的C语言版的程序设计及开发.-AD-DA conversion on the C language version of the program design and development.
cifafenxi
- 通过本实验的编程实践,使学生了解词法分析的任务,掌握词法分析程序设计的原理和构造方法,使学生对编译的基本概念、原理和方法有完整的和清楚的理解,并能正确地、熟练地运用-Through the experimental programming practice, so that students understand the task of lexical analysis, to grasp the principle of lexical analysis program design and
130107
- IF-ELSE条件语句的翻译程序设计(LR方法、输出三地址表示)-IF-ELSE conditional statement translation program design (LR methods output address)
ll1
- WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-The translation program design of the WHILE loop (LL (1) method, output three address said)
recursive-descent-Act
- FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR the cycle statement translation program designed (recursive descent Act, the output quaternion)
WHILE-loop-simple-priority
- WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-The WHILE loop translation program design (simple priority output four yuan)
Huffman
- 本程序是为配合《信息论与编码》课程中的相关程序设计而编写的源代码。-It is focus on the course the informaiton theory and coding
compiler
- 设计并实现SNL程序设计语言的编译程序; 四个模块: 词法分析模块 语法分析模块(递归下降方法) 语法分析模块(LL(1)方法) 语义分析模块 -The compiler source code
1602
- 单片机数码管C程序设计很好的参考程序,KEIL编写-51MCU javf it is
CIFAFENXI
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法-failed to translate
1
- C++课程程序设计 邮局报刊、杂志订阅系统 -Little Star hotel rooms management system
pengguolun-for-fortran95-learning
- 主要用于fortran初学者,配合《彭国伦fortran95程序设计》这本书来使用-Mainly used fortran beginners, with the " Lun Peng fortran95 programming" to use this book
CP_test_1
- 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
PPM
- PPM程序设计用VHDI语言编写,简单易懂-PPM programming with VHDI language, easy to understand
SICP
- 《计算机程序的构造和解释》(SICP)是一本关于计算机程序设计的总体性观念的基础教科书,书中使用程序设计语言 Lisp 的方言 Scheme 来解释计算机科学的核心概念,包括抽象(abstraction),递归(recursion),解释器(interpreters),以及元语言抽象(metalinguistic abstraction)。具体而微地由宏观到微观给出清楚地轮廓与脉络。- Computer program structure and interpretation (SICP) i
C3_compiler
- C3程序设计语言源代码是一种简单的程序设计语言,语法类似C++,目前这个语言还没有什么实际的用途,但是可以用作编译器开发的参考。-This is a compiler. It compiles a very c++-like language that the author refer to as c3.
程序设计语言编译原理
- 高级语言程序编译原理 内容包括词法分析、语法分析、属性文法与语法制导翻译、语义分析与中间代码产生、符号表与运行时存储空间组织、优化与目标代码生成、并行编译技术。(Compiler design principles)