资源列表
TinyCforJAVA
- JAVA TinyC课程设计 从csdn.net上下载的-JAVA TinyC curriculum design downloaded from csdn.net
attachment
- MP3 ak1011 源程序文件 保证哈用 写完就开机-MP3 ak1011 source documents to ensure Kazakhstan with the finish on the boot
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
crt0
- 用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
new
- 自己的编译原理作业,实现一个简单的编译器。-Compile their own principles of operation, the realization of a simple compiler.
lexicalanalyzer
- cmm语言词法分析程序,这是本人第一次独立的完成一个小实验,望大家多指教-cmm language lexical analysis procedures, this is my first independent completion of a small experiment, hope all parties to have more advice
lex
- 词法分析器,可以分析标识符,实数常量,字符常量,运算符,界限符,分隔符。-Lexical analyzer can analyze the identifier, real number constants, character constants, operators, boundary character delimiter.
interpreter_of_little_C
- 用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! 选自最新C语言精华(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!-Using C language made a smal
decaf
- decaf compiler 实验PA2-decaf compiler 实验 Pa2
DFA
- 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
rs-encoding
- 非常详细的介绍RS编码的小书,内附有MATlab程序。-The little book of a very detailed descr iption of RS coding, enclosing a MATlab program.
cinterp
- 用C语言实现的简单的C语言解释器。 更详细的介绍与笔记请参考 http://longqzh.is-programmer.com-C language implementation of a simple C language interpreter. More detailed introduction and notes refer to http://longqzh.is-programmer.com