搜索资源列表
openssh-3.6.1
- C++编写,国际流行的免费通讯软件,OPENSSH3.6.1源码-C + +, the international fashion free communications software, OPENSSH3.6.1 FOSS
libpcap-0.8.3.tar
- 用C语言实现的一套网络抓包库,支持多个系统平台,如Windows, Linux等。-using the C language for capturing Packet networks, systems support multiple platforms, such as Windows, Linux, etc..
tcpdump-3.8.3.tar
- C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。-C language of the Linux capturing Packet tools, full functions, support for multiple protocols, such as icmp arp udp tcp so. Libpcap need support.
threads-3.6.tar
- C++ SOCKET 类-SOCKET
qt-x11-free-3.3.4.tar
- Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。-c++ graphic develop enviroment released by Trolltech company, the GDE which supports huge amount of API, is the sharp weapon of linux graphic development
NuSMV-2.4.3.tar.gz
- NuSMV是一个符号模型检测器,由CMU的SMV发展而来的。,NuSMV-2.4.3 a model checking tool
agent2d-3.0.0.tar
- 该源文件是robocup2D仿真队的所有的常见的底层,也就是日本所写的agent底层,里面所包括的函数非常有用,而且该底层具有非常好的防守能力,对于学习C/C++都会有很大的用处,而且也对那些想学习robocup仿真组的同学有很大的帮助。-The source file is robocup2D simulation team s all common ground, that is, the bottom of Japan s written agent, which included the
C++ GUI Programming with Qt 3
- 译本GUI的书籍,希望对大家有用,天田开心-GUI translations of books, we hope to useful, happy AMADA
linux-gpib-3.1.101.tar
- The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible wit
sqlitewrapped-1.3.1.tar
- sqlite C++ wrapper 1.3.1,It provides a C++ interface to access sqlite database.-sqlite C++ wrapper 1.3.1, It provides a C++ interface to access sqlite database.
TinyXml2.5.3
- 解析XML的C++类库,可运行于linux、unix。-XML class under C++,run in linux、unix or windows。
SSHSecureShellClient-3.2.9
- 聊天功能,用于实现网络聊天,用GTK和C语言实现,更好的模仿了FIGO-for chatting in linux, like figo, is using gtk and c langguage
mxml-1.3.tar
- minixml是小型的xml解析库,用C语言编写,很容易把它移植到嵌入式系统中。源码是minixml1.3版本,是minixml版本中很重要的一个版本,最新版是2.6,但是2.6版本过于庞大,不方便移植。-minixml are small xml parsing library, using C language, it is easy to put it ported to an embedded system. Source is minixml1.3 version, is a very
assn-3-vector-hashset
- 自已用C写的一个vector容器,纯C代码,较C++的vector来说,具有效率高,占用空间小的特点。经测试可用。-I realize a Vector which imitate the functionality of C++ vector. It uses less space than the C++ vector. This code has been test correctly
shc-3.8.7
- shc utilty to convert .sh to linux executable . this will protect you scr ipt source code. this utility will convert the .sh to .c and .obj and then linux executable
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
xerces-c-3.1.4.tar
- xml解析器xerces-c-3.1.4.tar.gz压缩文件(XML parser xerces-c-3.1.4.tar.gz compressed file)
3.c
- 实现一种最基本的加密解密,是基于C语言的一种,并没有使用什么模式(To achieve one of the most basic encryption and decryption)
cmake-3.9.6.tar
- cmake-3.9.6.tar.gz,CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)(CMake is a cross platform installation (compilation) tool that can be used to describe the installation of all platforms (compilation process) with simple statements)
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)