搜索资源列表
by3
- 给大家一点有关编译原理的程序,仅供参考,希望会对你有帮助-give us some compiler tenets of the procedure, for reference purposes only, hope will help you
ucw-src129
- 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
cifenqi
- 词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reserva
表达式
- 自己编的一个小程序,供大家参考,有不足之处请提意见。-A small program is writed by myself,supply with you,please give me opinion.
HtmlParser_v3
- 自己写的一个html文件解析器,希望能给大家作为参考-Html file to write a parser that will give you as a reference
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
jing
- 编译原理词法分析适合初学者参考。我相信会给你们一些帮助的-Compilation Principle beginners reference for lexical analysis. I believe that will give you some help
suanfuyouxianfenxiqi
- 【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输入符号串的变化情况; 2. 如果输入符号串不是正确
LR1
- 以lr1分析法,按照给定的文法分析单词序列是否合乎语法要求,将每一步分析打印出来,并给出最后结果.-To lr1 analysis, in accordance with the given word sequence grammar analysis grammar requirements whether it will print out every step of the analysis and give the final results.
disign
- 《仓库管理系统》是采用VISAUL C++开发的一个数据库管理系统。本设计说明书主要讲述了VISAUL C++的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现表单中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能运行界面图。
cifafenxix
- 编译器中关于此法分析的部分,虽然比较简单,但可以给予启发吧,很有用- Compiler on the part of this analysis, although relatively simple, but it can give inspiration, useful
PL0
- 用递归下降的方法来设计PL/0编译器。以下我们给出该语言的FIRST和FOLLOW集合。-The decline in use of recursive methods to the design of PL/0 compiler. Below we give the language of the FIRST and FOLLOW set.
2
- byteblaster的图纸,大家可以试试看,一般流传的都是这个-byteblaster drawings, we can give it a try, most popular are the
SLR(1)
- SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
complier
- 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a sentence identifying the legitimate expression grammar prediction analysis program, the input string of arbitrary symbols, given the analy
wxMSW-2.9.1-Setup
- wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular langua
MingwLibrarySrc
- 在windows系统中使用MinGw编译器编译自己的库的实例。-This is intended to give a brief and simple introduction to compiling your own libraries with the MinGW (Minimal GNU for Windows) compiler.
alinksrc
- alink v1.6源码,alink是一个开源的连接器/链接器(linker).pudn上的只搜索到可执行文件. -ALINK Source Code, V1.6, Copyright 1998-9 Anthony A.J. Williams. All Rights Reserved. This source code is free for all to use, compile and distribute for any purpose, provided it r
cifafenxi
- 编译原理词法分析程序,如有需要的都来看看O(∩_∩)O哈!希望能给你带来帮助,O(∩_∩)O谢谢!-Compiler theory lexical analysis program, and if necessary have to look at O (∩ _ ∩) O Ha! Want to give you help, O (∩ _ ∩) O Thank you!
Chemicals2204995252011
- I have written this program to make it easy for anyone to make computer graphics based structrual design of simple compounds. (User can also make very complex chemical structures but he/she will need a clear idea of 3D geometry and some basic trigno