搜索资源列表
CompilerPL0
- PL0的一个编译器,从pascal改为C的,注释比较详细-PL0 of a compiler from pascal to C, a more detailed Notes
pascal形式文法
- 现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by
Pascal代码(指南)4-3
- 对pascal的深入编程,开发环境是delphi-to the in-depth programming, development environment is delphi
lex生成pascal词法分析器
- 利用LEX生成工具构造PASCAL词法分析器。输入一个字符串或是数,分析器将判别是否为PASCAL标准标识符、保留字、整数或实数,并同时把当前的输入再次打印出来。-use LEX generation tool is PASCAL lexical analyzer. The importation of a string or number analyzer to determine whether it will PASCAL standard identifier and reserved
crc8.rar
- 并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高,With this code, it s very easy to do CRC caculation.
pl0.rar
- PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序,PL/0 language may regard as the PASCAL language the subset, its compiler is a tr
pascal2c_2.tar.Z
- 又一个Pascal 到C的转换器 -Another Converter from Pascal to C
toNet_vptm_tools
- delphi学习指南,帮助我们学习XML技术-delphi study guide to help us learn XML technologies
pascal
- This program demonstrate how to create Pascal s Triangle using dynamic memory allocation.
ptoc
- 转换 pascal 到C语言 ,-Convert pascal to C language
Pascal
- 1、pascal词法分析器实验报告 2、包括产生式规则,源代码,完整的实验报告和简单的例子 3、能够区分出各各单词并能判断它属于保留字、标识符、常数、运算符、分隔符五大类中的哪一类-1, pascal experiment reports two lexical analyzer, including production rules, source code, complete the report and a simple example experiment 3, to disti
FastScript1.9
- Fastscr ipt是一个脚本库.想要在自己程序中添加脚本功能的程序员可以使用它.Fastscr ipt是100 由Object Pascal编写的.支持Delphi 4-7/2005/2006, C++Builder 4-6 and Kylix 1-3.-Fastscr ipt is scr ipting library. It is intended for programmers who want to add scr ipting ability to their proje
Pascal
- 本书是莆田一中的Pascal教科书整理版,简单却不失生动,如果你学过其他语言可能一看就会懂。如果没有其他语言基础,本书可能不适合你。-Putian book is a textbook order in the Pascal version, simple but without losing lively, if you learned other languages will be a look to understand. If there is no basis for other la
C-To-Pas_Converter_2_5_25_2010
- C 代码转化为delphi,pascal 的东西-c language code converted to Pascal code,very good
Pascal-subset-compile
- 按照Pascal子集的语法,并参考Pascal语言的语义,设计并实现Pascal子集的编译程序,给出各阶段的设计资料和实现成果-Subsets according to the syntax of Pascal and Pascal language reference semantics, design and implementation of a subset of the Pascal compiler, given the various stages of the design da
ptoc-3.54.tar
- Pascal to C (Windows Text)
Delphi-Object-Pascal
- 本文章讲述了从pascal语言到delphi的发展以及相关知识,罗列了delphi常用的语言知识点,绝对是学习该语言的最好工具文档。-This article describes a list delphi language knowledge from the pascal language to delphi development knowledge, absolute best to learn the language tool documentation.
pascal
- LEX和YACC编写的标准PASCAL语法,bnf形式。-* Pascal grammar in Yacc format, based originally on BNF given in "Standard Pascal-- User Reference Manual", by Doug Cooper. This in turn is the BNF given by the ANSI and ISO Pascal standards, and so, is PUBLIC DOMAIN. Th
ptoc358
- A Pascal to C conversion program
北航Pascal编译 可用程序
- 个人编写的过考试用编译器,能完成最基本的编译功能。仅供参考。(The Compiler used by myself to pass examination.For refrence only.)