搜索资源列表
lua-5.0.2.tar
- Lua 语言解释器源码,可在linux,windows,unix下编译成功,是学习编译原理和用来做配置文件的好-Lua language interpreter source code, may in linux, windows, under unix translate successfully east, is studies the translation principle and uses for to make the disposition document to be go
rcssserver-10[1].0.7
- 在LINUX下运行的仿真机器人服务器源代码-LINUX operating in the robot simulation server source code
binutils-2.9.1.tar
- Linux下嵌入式开发工具源代码,包括objcopy,ld等-Embedded Linux source code development tools, including objcopy, such as ld
Qtftpclient.rar
- 使用Qt编写的FTP客户端源代码,这个在一些Linux或unix的项目中会使用到,而且其也可以作为学习Qt编写网络程序的例子,Written using the Qt source code for FTP client, the Linux or unix in a number of projects will be used to, and its Qt can also be used as learning examples of the preparation of network
PL0
- PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后
nasm-Source
- NASM是一个开源跨平台的汇编器。里面的源码有linux下和dos下的。包含一个NASM汇编教程,源码非常清晰,含少量汇编代码。-NASM is an open source cross-platform assembler. Inside the source code under linux and dos are under. NASM contains a compilation of tutorials, source code is very clear, with a small
flex_bison
- Learn how to use flex and bison to process text data in Linux or Unix with the updated edition of this classic book. Whether you re interpreting code, configuration files, or any other structured format, flex & bison explains how these flexible utili
trimaran-4.0-manual
- trimaran是一个前端 后端编译器,通过一堆中间代码和表示,可以profiling出一些信息,进而优化体系结构 数据结构是c c++,linux下-trimaran is a front-end back-end compiler, by a bunch of intermediate code and said that they are profiling some information, and then optimize the architecture
tinyxml_2_5_3_fullsource
- 1.一款精致小巧但非常犀利的xml解析器,能够在windows和linux编译的使用。 2.源代码附带了测试程序,但并不能直接编译通过,笔者做了小徐改动,保证能够在VC6.0的环境下编译通过。 3.附带了详细xml中文指南。-1. A compact but very sharp xml parser can be compiled in windows and linux use. 2. The source code with the test procedure, but can
tiny-c.tar
- compiler source code at linux.
fpc_0.2_0.9_2.2
- free pascal 解释器源程序来的。这是他的v0.2 v0.9 的早期源带码来和他 v2.2_Mips cpu在的源带码和linux下可执行文件。 -free pascal source code to the interpreter. This is his early v0.2 v0.9 source code to bring him v2.2_Mips cpu with the source code and executable files under linux.
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内