搜索资源列表
grammatica-0[1].4.tar
- Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器,带不生成源代码。语法产生式用EBNF描述,使用规则表达式的符号-Grammatica is a C# and Java syntax analysis program generator (compiler compiler). It can be used LL (k) to create readable syntax and
Copy of LR0ForWin
- lr(0),语法分析,界面很漂亮,利用C++语言,可生成语法树-lr(0),parsing, interface is beautiful,use c++,can create syntax tree
Interpreter0.92b
- C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language. The
4356463453453
- 我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方. 所有的源代码包括它们的原始文档. -I found so many people would like a compression software source code, but they are hard to find,
ifelse
- 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
2
- this file contain the exe file. & create the kriging. & show the picture.
yabasic
- 适合移植的BASIC编译解释器。是创造可扩展接口的好东西-Suitable for transplantation interpreter BASIC compiler. Extensible interface to create good things
ViEditor
- Vi editor is used in UNIX language is a browser, used to create small programs, we can write even large programs by using different commands available.
flex_bison
- Learn how to use flex and bison to process text data in Linux or Unix with the updated edition of this classic book. Whether you re interpreting code, configuration files, or any other structured format, flex & bison explains how these flexible utili
storeImages
- save images and connect to the sql data base that is create by u or predefined data base
TCLDevKit_5.0.2
- The Tcl Dev Kit (TDK) 5.02 provides essential tools for Tcl programmers, making it easy to create, build and deploy applications. Rapidly deploy Tcl applications to a broad range of platforms, as ready-to-run executables, starkits or tarpacks. Simpli
exp6
- Compiler program to create a calculator
vbkiller
- VBKiller使用说明 Killer是一个VB辅助逆向分析的工具。首先声明,它不能帮你把VB程序反编译到VB源代码,只能使得VB程序的反汇编看起来更接近VB代码。 配合IDA使用,可以建立VB程序几乎所有的类结构、方法表、函数体,并建立方法表结构体;可以识别VB程序中引用的COM的CLSID,并使用ProgID命名;可以建立任意COM程序(非VB编译的也可以)的方法表、函数体,并建立方法表结构体,可以在待分析的VB程序中使用这些结构体。-VBKiller instructions K
Link_list
- Simple link list example. How to use push and pop in link list. It is very simple example which shows how to create header file and use link list in C-Simple link list example. How to use push and pop in link list. It is very simple example which sho
XMLparsertechnologyresearchandimplementation
- 自动建立xml文档解析器,并对制定文档进行解析!解析的同时实现XML文档有效性验证!-Automatically create a xml document parser, and the development of parsing the document! While parsing XML documents to achieve validation!
parsesrc
- TExprCalc is a Delphi component written around the original Parser.dll. The original parser has been modified and the Symbol table changed to a TList. This made it possible to create the parser for 16 and 32 bit. It is no longer a DLL but an
200621320392685
- 这是一个真正的32位编译器源代码,能直接生成低级机器码和x86 PE可执行文件,能创建GUI或者CUI可执行文件和动态连接库程序,支持byte, word, dword, 单精度浮点数据类型,比较,For, While, Loop 等循环,支持API调用,支持标准常数、自定义数据等,界面漂亮。 -This is a true 32-bit compiler source code, can directly produce low-level machine code and x86 PE
compiler_construction
- A code that exhibits how to create a tiny compiler
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
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