搜索资源列表
cminus_0.3
- 一个c语言的编译器的源代码,很有参考价值-a language compiler source code of great reference value
简单pacal编译器实现
- 此源码是简单Pascal编译器实现代码,采用工具LEX和YACC实现-this source is simple Pascal compiler for code using tools LEX and YACC
astl.beta.2.0
- 一个类似STL的自动机的源代码库,利用STL 组件开发,适合Windows和*nix多平台的C++ 编译器。-a similar automatic machine's source code for use STL components development for Windows and * nix multi-platform C compiler.
iscript
- 编译原理的词法分析,上下文无关文法的编译器-compiler tenets of lexical analysis, context-free grammar compiler
devcpp-4.9.9.2-src
- 一个非常好的c++编译器,不比visual c++差多少,代码非常规范-a very good c compiler, unlike visual c bad number, code very norms
FASM实用教程
- 一个编译器的使用教程 很好非常流行我公司经常使用-a compiler of the directory very good pop, I always use
20051124
- 用于lex和yacc的c++及c语言的文法,可用来构造C++语言的编译器-for lex and generates a c c language and grammar, can be used to construct the C language compiler
tcc-0.9.20.tar
- tcc,一个很小巧的c编译器,它的特点是比gcc要快很多,而且支持像运行教本一样运行.c程序-TCC, a very small c compiler, it is characterized by faster than many gcc, and support the same as running textbook operation. C procedures
time for c
- c编译器中time.h的实现,对于要想了解c的标准库,有必要看一看。-time.h had the realization that if you want to understand the criteria for c, it is necessary to look at.
slr
- 编译原理课程试验,一个类C语言编译器前端的SLR方法实现。使用VC,c语言风格-compiler test, a Class C language compiler front-end SLR method. Using VC, c language style
yamd-0.32.tar
- 很好用的内存泄漏检测工具。要配合linux的gcc使用,安装后将你的编译器gcc命令换成yamd-gcc就行了,在运行程序的时候yamd会提醒你是否存在内存泄漏问题。-good use of memory leak detection tools. To tie in the linux gcc use, after you install the compiler gcc orders replaced yamd - gcc held on the operational procedures
TC 2.0 挖地雷
- TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如
javacc
- java 编译器java复杂编译器,可以编译java文件的类库-complicated java compiler can compile java document library
JAVA的简单编译器
- JAVA编程实现用于处理表达式的简单编译器-JAVA Programming for handling simple expression compiler!
源码公开的msc51和z80的c编译器
- 这是一款msc51和z80的c编译器,包括msc51,c编译器的源代码-msc51 Z80 and the c compiler, including msc51, c compiler source code
C编译器源码
- 68K/386 32-bit C编译器 v1.35, 作者David Lindauer, gclind01@starbase.spd.louisville.edu-68K/386 32-bit C compiler v1.08. Author David Lindauer, gclind01@starbase.spd.louisville.edu
ResHacker
- 免费软件,用于查看,修改,添加和删除 Win32 可执行文件的资源。 内置了一个内部资源编译器和反编译器。可以工作于 Win9x 和 WinNT。-free software, used to view, modify, add and delete Win32 executable file resources. A built-in internal resources and anti-compiler compiler. Able to work on Win9x and WinNT
OpenC++
- 这个程序是关于OpenC++的反射植入机制的编译器,能够相应的对原有的代码进行分析,重新的植入重要的编译信息。-on OpenC + + implantation reflex mechanism compiler, corresponding to the original code, re-compile implantation important information.
扩展后的pl0编译器源码
- pl0的编译器,增加了if else语言支持,和数组,和repeat语言支持-pl0if elserepeat
PL0编译器(c++版)
- 用C++实现的无GUI得PL0编译器