搜索资源列表
C18Crack
- Microchip的C编译器MCC18的破解文件-Microchip' s C compiler MCC18 the crack file
TrickTools
- 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
lex
- C++ 实现 LEX,兼容Flex语法,正则式->NFA->合并->确定化->最小化-C++ LEX,compatible with Flex s Grammar
PocketGCC_Pleafles
- pocket上的gcc编译器,深山孤鹰修改-gcc complier of ppc. support .cpp,.c,.s files
ccs_tcp_EX_
- This code was written by Microchip. This code was ported by CCS. This source code may only be used by licensed users of the CCS C compiler. Also, you must follow any license agreements that accompanied the original Microchip TCP/IP stack.
test_ledmatrix8x8
- File list(time 2002041614~2009101810)(Click to check if it s the file you need, and recomment it at the bottom): C52_RAM .......\Last Loaded RAM.DBK .......\main.c .......\main.LST .......\main.OBJ .......\ram .......\RAM.DSN
compilation2
- this program implements the LL1 algorithme for compilation. it s a scanner and parser for some expressions in C language
bwbasic-2.20-pl2.tar
- bwbasic 解譯器, 用c 寫成,可當學習寫interpreter的範例-bwbasic interpreter, it s great for learning implement a interpreter in C
TMS320F28x-Optimizing-C-CPP-Compiler
- TMS320F28x Optimizing C/C++ Compiler User’s Guide
CP_work_8
- 设计一个四则表达式分析软件,其接受从文件或键盘输入的四则表达式(运算对象支持整数和变量),给出该表达式的二叉树表达形式,并在键盘上按后续遍历方式输出该二叉树。 例如,输入a+b*c,输出 a b c * + 提示:参考下列的设计指导: 递归下降分析法实验设计思想及算法 为G的每个非终结符号U构造一个递归过程,不妨命名为U。U的产生式的右边指出这个过程的代码结构: (1)若是终结符号,则和向前看符号对照,若匹配则向前进一个符号;否则出错。 (2)若是非终结符号,
CuentaBancaria
- C++ s POO working, SO FUCKING EASY
compiler_for_a_semi_C_language
- This source code is a ecplise java project that contains a compiler project which compiles a self-defined programming language - SmallC - that it s syntax and semantic is very very like C Programming Language. This project contains lexer and parser
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
JWasm211as
- JWasm is a Masm-compatible assembler. It supports 16-, 32- and 64-bit code, instructions up to AVX and various output formats. It s written in C.
cmake-2.8.12.2-win32-x86
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。-CMake is a cross platform installation (compilation) tool, you can use a simple statement to describe the installation of all the platform (
InputAndOutputOfGrammar
- 1、了解文法定义的4个部分: G(Vn, Vt, S, P) Vn 文法的非终结符号集合,在实验中用大写的英文字母表示; Vt 文法的终结符号集合,在实验中用小写的英文字母表示; S 开始符号,在实验中是Vn集合中的一个元素; P 产生式,分左部和右部,左部为非终结符号中的一个,右部为终结符号或非终结符号组成的字符串,如S->ab|c 2、根据文法各个部分的性质,设计一个合理的数据结构用来表示文法, 1)若使用C语言编写,则文法可以设计成结构体形式,结构体中应包
avr-libc-1.8.0
- 开源 avr编译器 This avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers-This is avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils fo
cmm_studio
- cmm编译器 c++语言编写 qt creator环境-this is a cmm compiler. it s used for compile the cmm code and gernerate the midcode to run
SETS
- A C language based implementation of sets. It s covers union, intersection and difference in set. Hope it will help you out!
lua-5.3.0.tar
- Lua的5.3.0版本源码,完全符合C标准,适合学习(Lua's 5.3 version source code .Suitable for learning)