资源列表
cifafenxi001
- 本程序为编译原理 词法分析器实验 用VC编写 可以完美运行 功能比较完善-The principle of lexical analyzer program is compiled with VC experiment run perfectly function can write a more complete
fbcc.tar
- c编译器实现,利用lex yacc写的简单编译器-achieved using lex generates write a simple compiler
expresion
- 一个公式解析程序,支持变量,具有操作符优先级的自动识别,语法错误报警等功能-an analytical formula that supports variable, with the operator precedence, the automatic recognition of grammatical mistakes alarm functions
FloatingPointAdder
- 浮点加法器论文 a paper of floating point adder-a paper of floating point adder
turbo_VHDL
- Turbo Decoder Release 0.3 * Double binary, DVB-RCS code * Soft Output Viterbi Algorithm * MyHDL cycle/bit accurate model * Synthesizable VHDL model -Turbo Decoder Release 0.3 * Double binary, DVB-RCS code * Soft Output Viterbi Algorithm * M
BTree
- this code implements a binary tree using c/c++.
TCgames
- 这是我以前初学C的时候用TC这个小编译器编的!里面有很多小游戏源码!它会教你如何使用TC编译这些源代码!-These programs were programed by me when I start to learn about the C language with the TC! there are serval extiting games !
more-text-editor
- 这是个多文档、多窗口的文本。二进制编译器的源程序。-This is a multi-document, multi-window text. Binary source code compiler.
Csharp
- 多文档编辑,可同时编辑多个文本文档文件,比windows自带的记事本方便多了.
Keli-code-instruct
- Keil程序编写方法,和编程环境的图示应用,介绍主要用法和操作。-Keil programming methods, and programming environment, icons, to introduce the main usage and operation.
PowerToy
- PowerToy是为方便程序员在命令行窗口中使用Visual Studio.NET 2003 中的各种命令行工具而开发的一个小程序。它在资源管理器的弹出菜单中增加一项[打开命令行窗口]。点击该菜单项后,系统会在资源管理器当前工作路径处打开一个命令行窗口,并在此窗口中自动设置Visual Studio的环境变量,如PATH。程序员在此窗口中可方便地执行Visual Studio.NET 2003中的各种命令行工具,如C++、C#的编译器等等。-PowerToy for the convenienc
Compiler
- Parts of compiler Lexical Analyzer Syntax Analyzer Code optimization yacc parser Code generation