资源列表
MATLAB DONLOD
- DFB LASER MATLAB. ALL SOURCE CODE ARE HERE
MiniC
- 利用C++实现一个简单的C++语言编译器,能够实现 词法分析和语法分析(This is a simple C++ compiler which finished the parse of morphology and grammar)
PL0源代码(C语言版)
- PL0编译器源码,根据编译原理课本上代码整理,亲测可用(PL0 compiler source code)
中缀转后缀
- 实现将表达式的中缀转后缀。包括yacc程序和编译后C++代码,可以直接使用(this code makes the middle expression turn into postfix expression)
光度立体视觉算法.src
- A stereo vision algorithm that rectifies the photographed round objects, restoring and repairing the images in the dark.
write-a-C-interpreter-master
- c语言编译器解释器用于简单的c语言编译器的编译,主要用于初学者的简单的编译器(C language compiler interpreter)
labkennth
- sOURCE CODE for testing timers, pwm and capture module on pics
lab1
- source code for testing general microchips pics
lab2_prueba
- source code for testing module capture on microchip pics
实验1
- 预先设置种别码,再将一串语句的词根据种别码进行识别并输出(Identify the words of a sentence.)
nasm_man
- The NASM Manual (English, pdf)
c-algorithms-master
- C++ common algorithms