资源列表
SitiAmirah_hospital_overload
- function: using overload function to perform calculation
SitiAmirah_labTutor_array
- source code to use array in c-source code to use array in c++
PC-code-for-FFT
- this program calculates the twiddle factors, generator sine wave with user setting sample rate, signal frequency. The user interface gives parameter setting of sample frequency, signal freqency and number of sample and so on.
Lexical-parser-source-code
- 用VC++实现的编译原理词法分析器源码,是实现编译中非常重要的一个部分-Implemented with VC++ compiler theory lexical analyzer source code for a compiler to achieve a very important part of
SS
- independent asamiiiinde pendent asam-independent asamiiiindependent asamiiiindependent asamiii
linux-gcc
- linux下gcc编译器的使用,关于gcc编译器的详细说明-linux gcc
PL0
- PL/0语言的编译程序,C版,由著名科学家N.Wirth编写-PL/0 Compiler
mcu
- This code from ccs compiler-This is code from ccs compiler
LexicalCode
- 在Visual C++开发环境下实现简单编译器的词法扫描,词法扫描是语法分析的基础-This is a simple code of lexical analysis.It must be useful for you to write a compiler.
compiler
- tiger 编译器 编译原理课程设计 用java实现,实现到了指令选择-compiler for Tiger for the cource compiler theory
makefile
- makefile教程,教你如何编写makefile文件 在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编译器是UNIX下的GCC和-makefile tutorial teaches you how to write makefile file in this document, will be C/C++ source code as our foundation, so must
WordAnalyzer
- 从左至右扫描源程序的字符串,按照词法规则(正则文法规则)识别出一个个正确的单词,并转换成该单词相应的二元式(种别码、属性值)交给语法分析使用。 本程序规定输出用KeyWord代表关键字,Word代表普通标识符,Digit代表阿拉伯数字,SingleWord代表单分界符,DoubleWord代表双分界符,ERROR代表无法识别的字符。-String from left to right scan source, according to lexical rules (regular gramm