当前位置:
首页 资源下载
搜索资源 - unix network programming 2
搜索资源列表
-
0下载:
在unix环境下编写网络编程一个很好的开发包 -unix environment in the preparation of network programming a very good development kits
-
-
0下载:
这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演
-
-
0下载:
unix网络编程 第1卷 套接口API和X/Open传输接口API
unix网络编程 第2卷 进程间通信
包括这两卷的源代码-unix Network Programming, Vol 1 socket API and X / Open Transmission Network Interface API unix Liaison Program, volume 2, inter-process communication, including two volumes of the so
-
-
1下载:
UNIX网络编程 第2卷 进程间通信 代码-UNIX Network Programming Volume 2 inter-process communication code
-
-
0下载:
《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.
-
-
0下载:
Unix网络编程第2卷:进程间通信 第2版,中文版-Unix Network Programming Volume 2: Interprocess Communications, 2nd edition, the Chinese version
-
-
0下载:
UNIX网络编程第2卷 进程间通信。学习Linux很好的书籍-UNIX Network Programming Volume 2 Interprocess communication. Good books to learn Linux
-
-
0下载:
Unix网络编程第1、2卷(中文翻译)w.richard stevens著-Unix Network Programming Volume 1,2 (Chinese translation) w.richard stevens the
-
-
0下载:
A very good book on UNIX network programming - Volume 2 for IPC (shared memory, message queue...)-A very good book on UNIX network programming- Volume 2 for IPC (shared memory, message queue...)
-
-
0下载:
ACE 编程书籍 Vol2,适合Windows或Unix下的网络编程参考。-C++ Network Programming Vol 2.
-
-
0下载:
1)Introduction to unix- A beginners guide for quick start in Unix without much external help.A good book.
2)BeginningC++ game programming
3)Computers networking unix - solaris - tcpip network administration
4)Dictionary of networking
5)Netwo
-
-
0下载:
Unix网络编程卷2进程间通信笔记整理汇总,很好的学习posix的资料-Unix Network Programming Volume 2 Interprocess communication order summary notes, very good information on learning posix
-
-
2下载:
网络编程实用教程-电子教案:
第1章 网络编程基础
第2章 UNIX中的套接字网络编程接口
第3章 Windows环境的网络编程
第4章 MFC编程
第5章 MFC WinSock类的编程
第6章 WinInet编程
第7章 WinSock的多线程编程
第8章 Winsock的输入/输出模型
第9章 HTTP协议及高级编程
第10章 电子邮件协议与编程
-Chapter 1 Chapter 2 based on network programming
-
-
0下载:
UNIX网络编程 第2卷 进程间通信.pdf,是学习UNIX C++编程的一本好书-UNIX Network Programming Volume 2 inter-process communication. Pdf, is to learn UNIX C++ programming, a good book
-
-
0下载:
UNIX 网络编程
卷2 进程间通信 第二版-UNIX Network Programming
Volume2: Interprocess Communication,Second Edition
-
-
0下载:
网络编程的圣经,这本书写得非常好,第一写得很细,把所有可能的问题都提到了,当我看到有问题的地方时,接着就会发现,它后面就把我的问题给提出来并给出了解决办法和为什么这样。
其实技术本来没什么,怎么把它描述清楚才是需要人的智慧。-Bible of network programming, this book is written very well, very fine, all the possible issues referred to, when I see the problem
-
-
0下载:
通信网络综合实验,《socket编程实验》,简单的客户机/服务器程序的实现
(1)使用套接字接口在TCP连接上发送消息
(2)还用到了其他的UNIX网络功能
(3)该应用允许用户在一端的机器上输入并把文本发送给另一端机器的用户
(4)它是UNIX中talk的一个简化版本,类似于WEB 聊天室的核心程序。
-The communication network experiment, socket programming experiment, a simple client/s
-