资源列表
lex
- 词法分析器,可以分析标识符,实数常量,字符常量,运算符,界限符,分隔符。-Lexical analyzer can analyze the identifier, real number constants, character constants, operators, boundary character delimiter.
lexicalanalyzer
- cmm语言词法分析程序,这是本人第一次独立的完成一个小实验,望大家多指教-cmm language lexical analysis procedures, this is my first independent completion of a small experiment, hope all parties to have more advice
new
- 自己的编译原理作业,实现一个简单的编译器。-Compile their own principles of operation, the realization of a simple compiler.
crt0
- 用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
sp-1.3.4.tar
- SP是一个基于GNU C++编译器,并且VC6可编译的源码包,用途在于解析SGML文档。SP内置nsgml命令行工具以便进行更方便的非编程的SGML处理工作;此外SP也提供良好的编程接口以便能够进行更复杂的处理。-SP is a based on the GNU C++ compiler, and VC6 can compile the source packages, uses is to resolve SGML documents. SP built nsgml command-line
attachment
- MP3 ak1011 源程序文件 保证哈用 写完就开机-MP3 ak1011 source documents to ensure Kazakhstan with the finish on the boot
TinyCforJAVA
- JAVA TinyC课程设计 从csdn.net上下载的-JAVA TinyC curriculum design downloaded from csdn.net
dede106b1
- 源码丢失后,通过这个Dede还是可以从bpl文件找回DFM文件。-If lose your own source,your can find back the dfm from bpl use this dede.
IAR_EWARM_5.30_full_keygen
- 一个IAR FOR ARM的编译器的破解文件,已经验证过可以使用。-An IAR FOR ARM compiler crack file, has already proven you can use.
HOSPITAL
- hospital management in c programming language
C-compiler-error-messages
- c/c++常用编译错误中文翻译说明,英文可以的不用下了-c language compile error descr iption common
matMultRecur
- this code is used for parallel programming(a matrix multiplication with recursion)