搜索资源列表
ping_src
- 一个在Windows的Dos命令行中利用ICMP 与 原始Socket接口对指定IP地址进行Ping的程序. Ping program using ICMP and RAW Sockets
tcp_ip_design_report.doc
- 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
net_program_design
- 一本介绍网络编程的书籍,首先介绍了网络编程的接口、注意实现等,然后具体详解了TCP、UDP、socket等编程。-Introduced a network programming books, first introduced the network programming interfaces, such as attention to achieve, and then explain the specific TCP, UDP, socket programming, etc..
ChatServer
- 应用Socket接口的,基于TCP/IP协议的群聊器-服务端-Socket interface applications based on TCP/IP protocol of the group chat browser- Server-side
ChatClient
- 应用Socket接口,基于TCP/IP协议的群聊器-客户端-Application Socket Interface, based on the TCP/IP protocol of the group chat browser- Client
Socket
- 用socket编程接口开发面向连接的网络应用程序(TCP/IP协议)-socket
Udpsimplelibrary
- 一个用socket封装的简单网络传输接口,函数信息也包含在里面。可以传输任何类型的数据,没有防丢包功能。-A package with a simple socket network interface, information is also included in the function inside. Can be any type of data transmission, there is no packet loss prevention functions.
Network-programmingl
- 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
The-TCP--implement
- 用socket 编程接口编写两个程序,分别为客户程序(client.c)和服务器程序(server.c),该程序应能实现下述命令功能: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远主当前目录 dir:列出远方当前目录 cd :改变远方当前目录 ? :显示你提供的命令 quit :退出返回 -Use socket programming interface to write two program, respectively for the c
tuohai-ipv6.tar
- 根据套接口编程的流程图和 API 函数编写基于 IPv6 的客户端及服务器端程序,实现一个简单的两人聊天应用,即每个人在自己的机子上输入消息,能够使对方看见-IPv6-based client and server-side program according to the flowchart of socket programming and API to write to achieve a simple two chat application, that everyone in the
TCPChat
- 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
SOCKET-APILizi2013
- 它把复杂的TCP/IP协议族隐藏在Socket接口后面,对用户来说,一组简单的接口就是全部,让Socket去组织数据,以符合指定的协议。-The TCP/IP protocol family complex hidden in the Socket interface behind, to the user, a group of simple interface is all, let Socket to organize the data, in accordance with the sp
SocketMFCTest
- 基于MFC的网络应用界面开发,调用VC的socket接口函数实现-MFC socket
QQDemo
- 类似QQ的通讯, 通过SOCKET接口,实现进程间的通信过程。应用TCP/IP协议-transmittion, like the QQ