搜索资源列表
Sockets-1.8.3
- sockets API封装类,可以在UNIX和WIN32平台下工作。提供SSL、IPv6、TCP/UDP sockets、 TCP加密、HTTP协议、高度可定制的错误处理。-sockets API Packaging category, in UNIX and work under Win32 platform. SSL, IPv6, TCP / UDP sockets, TCP encryption, HTTP protocol, highly customizable error handl
trickster-0[1].06.tar
- 项目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to manipulate and browse the queue. The queue management API is done in a fairly simple UNIX manner, and can be easily extended. Tr
SocketLib
- Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。
unpv13e
- unix网络编程卷1:套接口API的全书源码,看过这书的人可以看看。
UNIX网络编程(第2版)第1卷
- 《UNIX网络编程(第2版)第1卷》套接口API和X/Open传输接口API,这本书所附的所有例子源代码。C语言实现。-"UNIX Network Programming (2nd Edition), Vol 1," Presentation API interface and X / Open interface API, this book attached to the source code for all the examples. C language.
组播多播通信api以及实例
- unix/linux组播多播通信相关知识包括api详细介绍以及实例, 建议收藏, 取之于网, 用之于网, 与你分享!-unix / linux Multicast multicast communications including api relevant knowledge and detailed examples, the proposed collection, taken from the network and use network, to share with you!
UNIXNetworkProgrammin
- Unix网络编程第1卷(套接口和x/open传输接口API)第三版,英文版-Unix Network Programming Vol 1 (sets of interfaces and x/open transmission interface API) the third edition of the English version
UNIX_Network_Programming_Volumn1
- UNIX网络编程第1卷_套接口API和X OPEN传输接口API。学习Linux很好的书籍-UNIX Network Programming Volume 1 _ socket API and X OPEN transmission interface API. Good books to learn Linux
Addison.Wesley.UNIX.Network.Programming.Volume.1.3
- UNIX® Network Programming Volume 1, Third Edition: The Sockets Networking API-UNIX ? Network Programming Volume 1, Third Edition: The Sockets Networking API
w3c-libwww-5.4.0
- www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的WebAPI: complete HTTP/1.1 (with caching, pipelining, PUT, POST, Digest Authentication, deflate, etc), MySQL logging, FTP, HTML/4, XML (expat), RDF (SiRPAC), WebDAV, and much more-Libwww is a highly modular, gene
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
WpdPack_4_0_2
- WpdPack_4_0_2库,是WinPcap的开发包,提供了使用WinPcap必须的头文件和库文件。 WinPcap 是由伯克利分组捕获库派生而来的分组捕获库,它是在Windows 操作平台上来实现对底层包的截取过滤。WinPcap 为用户级的数据包提供了Windows 下的一个平台。WinPcap 是 BPF 模型和 Libpcap 函数库在 Windows 平台下网络数据包捕获和网络状态分析的一种体系结构,这个体系结构是由一个核心的包过滤驱动程序,一个底层的动态连接库 Packet.d
UNIX1
- UNIX 网络编程(第1卷:套接口 API 和 X-Open 传输接口 API)-Unix
1111
- Unix Network Programming Vol 1 - The Sockets Networking API-Unix Network Programming Vol 1- The Sockets Networking API
TCPChat
- 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
forkSYSV
- 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 任务要求 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks requi
ThreadPosix
- 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require p
applications
- unix 网络编程书中源代码,介绍了关于linux一些常用的API-unix net programer
UNIX-NetWork-Programing_2.pdf.tar
- 本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,最后还深入分析了流这种设备驱动机制-This book is a classic UNIX network programming. The book comprehensively and thoroughly explains how to use the sockets API for
unix网络编程第一卷:套接字联网API
- unix网络编程第一卷:套接字联网API,经典书籍(Unix network programming, Vol. 1: socket networking, API, classic books)