搜索资源列表
catchmsg
- 一个抓msg的程序(for bbs)!用于抓收到的和回别人的msg, 花了一整天的时间总算写成了, 贴出来于大家共享. 未对重复的msg加以过滤,抓到的msg按其出现的自然顺序组织,编译: g++ catchmsg.cpp -o catchmsg 用法是这样的: telnet bbs.your.host |catchmsg savefile -a grasp of the procedures (for bulletin board)! Grasping for the
cmap
- 这是一个从区位码到Unicode码的变换模块,在汉字处理时经常会用到这种程序,它通过读取一个转换文件,构建一个散列查找表,用于完成从区位码到Unicode码的变换。通过反转码表或者更改码表,该模块还可用于反向变换,或者用于其它需要快速变换的地方。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译,并提供了调用例子及测试文件。接口定义见cmap.cpp文件。-This is an area code from Unicode code to transfor
yufafenxishiyan
- 本人编译的实验报告 语法分析 含说明 包括三个文件 yukun2.cpp yukun2.EXE 语法分析(LL(1))使用说明.txt等-I compiler of the report syntax analysis are included with the three documents yukun2.cpp yuku n2.EXE syntax analysis (LL (1)) for use. txt, etc.
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
Compiler.rar
- C0文法编译器,实现语言是cpp,生成pcode目标码。,C0 grammar compiler, implementation languages are cpp, object code generated pcode.
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
pascal-compiler-in-cpp
- pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
compiler-PL0
- AppWizard创造了这个PL0Compiler申请。 这个文件包括一份你所能找到的文件 让你的PL0Compiler应用。 PL0Compiler.dsp 该文件(计画文件)包含在项目层次和信息 被用来建造一个单独的项目或subproject。其他用户可以共享 项目(.dsp)文件,但他们应该出口makefiles局部。 -AppWizard has created this PL0Compiler applicat
CppParser
- CPP parser/compiler code
CPP
- 我们提供了两个不同的源代码发行版:一个 与Microsoft Visual Studio工程。NET编译器和其他 该工程使用GNU编译器。在这些源代码 两个版本大体上是相同的,虽然有一些 在后面的章节方案,就必须改变,以适应 在MS的嵌套处理的限制模板。-We provide two different source code distributions: One that works with Microsoft Visual Studio .Net compiler
STORAGE.CPP
- This program is used for storage management in compiler design.
CompiladorUnal-Dev-Cpp
- Compiler with basic functions in spanish for Dev-Cpp IDE
compiler-Cpp
- 编译原理 语法分析器 C++实现 CMINUS -compiler C++ Cminus
Dev-CPP
- AT&T发布的第一个Dev-C++编译系统实际上是一个预编译器(前端编译器),真正的Dev-C++程序是在1988年诞生的。-AT&T released the first Dev-C++ compiler system is actually a precompiler ( front-end compiler ), real Dev-C++ program was born in 1988.
Lexical-analyzer-(describe-by-cPP)
- 完成编译的词法分析工作,程序很简陋,功能简单,适合学习-The compiler complete morphology analysis work, the program is very simple, function is simple, suitable for learning
inside-the-cPP-object-model
- 研究c++效率,探究c++底层最好的书籍,由最早的c++编译器开发者撰写-Study C++ efficiency, explore c the bottom of the best books, written by the first c compiler developers
Secret-C-P-P-compiler-
- 揭秘:C++编译器的函数编译流程对于 .cpp 文件中调用的一个函数 ( 或成员函数 )-Secret: C++ compiler the function compile process
Explore-CPP-Object-Model
- 本书详细解释了面向对象的语言的底层机制,计算机编译器在编译时的作用和影响。-The book explains in detail the underlying mechanism of object-oriented languages , the role and impact of computer compiler at compile time.
TMS320F28x-Optimizing-C-CPP-Compiler
- TMS320F28x Optimizing C/C++ Compiler User’s Guide
Lexical-analyzer.cpp
- 编译原理实验课程中得词法分析器的C++源码,可直接运行-Course C compiler principle experiment was lexical analyzer++ source code, can be directly run