搜索资源列表
TCPIP-vol2.dist.tar
- 用TCP/IP进行网际互连这本书得源代码,偶得,希望大家喜欢.推荐下载-using TCP / IP internetworking this book in the source code, even in the hope that everyone likes. Download
VBchatroom
- vb写的一个聊天室小程序,用tcp/ip进行连接,界面非常的友好。-vb write a small chat room procedures, using tcp / ip linking, the interface is friendly.
TCPIP-vol3.linux.dist
- Douglas Comer,《用TCP/IP进行网际互连 第3卷:客户机-服务器编程和应用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整书源码
2004120117454829025
- 多线程通信 程序说明 Ⅰ、设计项目: 简单的聊天程序 Ⅱ、设计人: 刘亚焱 Ⅲ、设计时间: 2003.5.6 Ⅳ、设计步骤: 1)需求分析: 用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。 2)设计部分: socket是一种流式通信机制,是一种基于连接的通信,即,在通信之前通信双方确认身份并建立一条 专用的虚拟连接通道,然后他们通过这条通道传送数据信息进行通信,当通信结束时再将原
tcpclt
- SOCKET通信客户端 主要用来进行TCP/IP测试-Socket Communications client used primarily for TCP/IP testing
TCPIP-vol2.dist.tar
- 用TCP/IP进行网际互连这本书得源代码,偶得,希望大家喜欢.推荐下载-using TCP/IP internetworking this book in the source code, even in the hope that everyone likes. Download
vxwork-for-netinet
- 完整的TCP/IP源代码,可以用在LINUX或VXWORKS进行数据通信设备的开发上-integrity of the TCP/IP source code can be used in Linux or VxWorks for data communications equipment on the development
对完成端口模型进行封装
- VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand compl
volume3
- 用TCPIP进行网际互联第三卷:客户——服务器编程与应用:Linux/Posix和 TCP/IP协议一样是一套经典的协议书籍。-TCPIP used for internetworking Volume III : Customer-- Server and Application Programming : Linux/Posix and the TCP/IP protocol is the same set of classic b
inVol1
- 用TCPIP进行网际互联第一卷:原理、协议与结构(第四版)和 TCP/IP协议一样是一套经典的协议书籍。 -TCPIP used for internetworking Volume I : Theory, the agreement with the structure (fourth edition) and TCP/IP protocol is the same set of classic books on the agre
VBchatroom
- vb写的一个聊天室小程序,用tcp/ip进行连接,界面非常的友好。-vb write a small chat room procedures, using tcp/ip linking, the interface is friendly.
TCPIP-vol3.linux.dist
- Douglas Comer,《用TCP/IP进行网际互连 第3卷:客户机-服务器编程和应用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整书源码-err
sip
- 本系统硬件基于 LPC2292 与 DM9000 的嵌入式网络通讯协议,协议遵循 TCP/IP 规范。 本系统使用 ADS 开发,使用标准 C++ 程序设计语言,可方便移植与维护。 硬件配置为:小端模式,16位数据总线宽度,命令传送地址为0x81000100,数据传送地址为0x81000104。 软件配置:是用程序查询方式获取和发送以太网数据帧,DM9000 各配置信息均由程序进行设置。 更多信息请阅读程序源码。
IP
- 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 提供WebS
TCP(3)
- 用TCP/IP进行网际互联第三卷,linux版,付书中源码。-Using TCP/IP for internetworking Volume III, linux version, to pay the book source.
IP
- 我们都知道在 TCP/IP 的架构下,所有想连网络的电脑,不论是用何种方式连连网络,都必须要有一个 *唯一* 的 IP-address。举两个最常见的例子: 学校的电脑用网络线连在一起,是经由 ethernet 接口连连网络,则该 ethernet 接口必须要有 IP-addr., 如 freebsd.phys.ntu.edu.tw的 ethernet IP 为 140.112.52.20 。另一个常见的网络接口为 PPP, 通常是用在
TCPIPcommunication2
- 用TCP/IP进行网际互联 第二本,设计实现与内核,TCP/IP网络编程必备经典。-Using TCP/IP internetworking to second, with the core design implementation, TCP/IP network programming classic essential.
internetworkingwithtcpip3
- 用TCP/IP进行网际互联 第三本,服务器与客户机编程,TCP/IP网络编程必备经典。-Using TCP/IP for Internet connectivity third, the server and client programming, TCP/IP network programming classic essential.
net2ftpbeta
- FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transf
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文