资源列表
iat
- PE文件 IAT一键重建工具*必备工具。。。。 非常好用的IAT一键重建工具-IAT TOOLS
VB-JAVA
- VB TO JAVA PROGRAM-VB TO JAVA PROGRAM.......
cint-5.16.19-win32.tar
- Cint(C/C++ interpreter, C-int)是一个C++解释器,顾名思义,和GCC、VC等编译器不同,它是解释执行C++代码的。它具有的能力有: 支持 K&R-C, ANSI-C, ANSI-C++ 可处理大规模C/C++源码 动态C++ 内置的Debugger和Class Browser Cint可以在不少操作系统上工作 -Cint (C/C++ interpreter, C-int) is a C++ interpreter, by definit
BasicAlgorithms
- 基本算法Pascal代码,很全很详细,不懂Pascal的(比如我)就当伪代码看吧-Basic algorithms (Pascal code)
eldtest
- matlab program for economic load dispatch
pos
- 用c++实现了词性标注功能 ,这是机器翻译过程中极其初级的一部-Achieve part of speech tagging functionality
dlxas
- 一个mips指令集的汇编器,可以支持40几条指令的汇编,是学习汇编器的好资料-A mips assembler instruction set that can support 40 a compilation of several commands, is good information to learn assembler
PL0CandJava
- N.Wirth 编写的“PL/0 语言的编译程序”,包含C和Java两个版本,而且内附改进后可以实现if else 、for 以及 dowhile(repeat) until等之前的编译器没有的功能。-This is a compiler for “PL/0”. The development environment is C and Java. You can use it to compile the "PL/0" included "for ","if else","dowhile
suanfuyouxian
- 算符优先分析过程模拟 希望给大家帮助-算符优先分析过程模拟
bianyi
- 编译原理课程设计,有源代码,实现类PL0语言的编译,mfc实现,包括词法分析、语法语义分析、目标代码生成等-Principles of curriculum design, compilation, active code, implementation class PL0 language compiler, mfc implementation, including lexical analysis, grammar, semantic analysis, object code gener
speex-1.2beta3-win32
- speex一个开源的音频编解码器,完全免费,无专利限制-Speex is an open source Audio codec.Its can be get for free to anyone who interests.
PL0
- PL0功能的扩充 一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 增加内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类