资源列表
hanyu
- 编译PL0语言的语法分析部分,将简单pl0语言进行编译-Compile PL0 language syntax analysis section will briefly pl0 language compiler
TYAPCursa4
- My first code-verifying program. Now I m working on a program that would find defects in source code and fix them.
pascal
- 能够输出中间代码的pascal编译器,全部都是手工写的词法分析,语法分析,中间代码生成器。-Able to output the code in the middle of the PASCAL compiler, all of them are written by hand lexical analysis, syntax analysis, intermediate code generator.
Let-us-write-Makefile
- 中文名是 跟我一起写Makefile ,文中讲述了一个怎样一步步去写Makefile,相信对Linux下系统编程很有帮助-Chinese name with my write Makefile, about a step by step how to write the Makefile, I believe on the Linux system programming helpful
perfect_hash
- hash function implementation using C++ as a lab project
ResHacker-3.5_deskTX
- ResHacker-3.5用于查看,修改,添加和删除 Win32 可执行文件的资源,内置了一个内部资源编译器和反编译器,可以工作于 Win9x, WinNT, Win2000, WinXP 和 Win2003。-Resource used to view, modify, add, and delete Win32 executable file resources, built an internal resource compiler and decompiler can work in W
bookstore-www.21ic.com
- 网上书店系统,购物车功能实现。计算机专业课程设计,附带数据库-bookstore http://www.21ic.com/
grammer
- 用c语言实现的编译原理课本中的语法分析部分,可以完全正确的分析课本后的c-minus代码,并且可以建立分析树-Syntax analysis part c language compiler theory textbooks, c-minus after the code can be completely correct analysis textbooks, and can create a parse tree
compile-duration-function3
- 编译器功能3主要是对按照语法分析好的输入数据进行解释,列出树装结构。-The compiler features 3 good input data in accordance with the syntax analysis, interpretation, lists the structure of the tree installed.
200951611242314457
- kit3源程序 可以帮助人们做调试器 可以仿真 本人测过-kit3 source can help people make the debugger can I measure through simulation
Tcc-0.9.26-total
- 最小的C语音编译器。当前版本为0.9.26.内含可执行程序和源码,方便自己收集。-C voice smallest compiler. The current version is 0.9.26. Containing executable programs and source code, to facilitate their collection.
AIT-500-Lab-2-document.
- Write a C++ program that computes a student s total score. Use the formula: (10 points) total_score = 15 * test1_score + 15 * test2_score + 40 * final_score + 30 * assignments Input: Test1 score, Test2 score, Final score, Assignments Outp