搜索资源列表
编译原理---算浮优先算法
- 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
robust_c_compiler
- A direct to the point source code explanatory written in C language, from the book of Kenneth Louden: Compiler Construction: Principles and Practices.
lex_simple
- 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compi
fb1
- Shrimpscr ipt类是用来执行FakeBasic脚本语言的一个简单的解释器, 可以方便地嵌入你的程序中使用。在未经原作者同意的情况下,请勿 用于商业或不正当用途,谢谢! 你可以通过addFunction来添加外来函数,让脚本程序能够调用你的 C/C++程序以达到你的目的。也可以通过添加、修改类的代码来增强 脚本解释功能。当前版本支持浮点类型和浮点运算。-Shrimpscr ipt class is a simple interpreter for the perfor
FileOperate
- MFC读写二进制文件,1.VS2010编译通过 2.C++ 3.文件写3个浮点数,英文字符,中文字符 4.文件读3个浮点数,英文字符,中文字符 5.基于MFC的实例-MFC reading and writing binary files 1.VS2010 the compiler through 2.C++ 3. Documents written three floating-point numbers and English characters, Chinese char
