搜索资源列表
-
0下载:
一个Socket连接类,封装了Winsock API,而它提供的方法和事件等与Winsock控件完全一样。如果想了解Windows下面Socket通信的朋友可以下载一下,看看这个类是如何实现的。而且这个包里面还带了若干实现的范例,例如Socket聊天室等。-a socket connection type, Packaging, a Winsock API, and it provides methods and events with Winsock control completely th
-
-
0下载:
本文件介绍了一个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协议栈,就可以方便的实现嵌入式系统与主流桌
-
-
0下载:
使用Windows Socket API编写的通用函数,包含异步socket的使用,General function writed by Windows Socket API, containing the use of non-synchronized socket
-
-
0下载:
使用替换wsock32.dll文件来跟踪windows socket api函数的程序- The use replaces the wsock32.dll document to track windows
socket the api function the procedure
-
-
0下载:
聊天通信 基于VC6.0 windows SOCKET API的-Chat communications VC6.0 windows SOCKET API based on the
-
-
0下载:
windows socket api的简单封装,基本的接受、发送功能,包括接受、发送结构体等功能,简单实用-windows socket api simple package, the basic acceptance, delivery capabilities, including access, send the structure functions, simple and practical
-
-
0下载:
windows socket API的基本应用
完整工程;服务器异步监听模式
适合初学参考。-The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.
-
-
0下载:
此源程序是使用Windows Sockets API编写的基于服务器端/客服端的网络通信程序。-This source code is written using the Windows Sockets API, server-based client/customer side of the network communication program.
-
-
0下载:
C++编程获取本机ip和计算机名,网络编程Windows Socket API的使用方法-C++ programming for the machine ip and computer name, network programming to use Windows Socket API
-
-
0下载:
采用Windows Socket API实现网络聊天室功能-Using Windows Socket API function for network chat room
-
-
0下载:
网络通信编程源码,利用windows socket API实现服务器与客户端的通信。-Network communications programming source code, using windows socket API to achieve server and client communications.
-
-
0下载:
用windows socket API实现http协议(GET 和 HEAD)-Use Windows socket API realize HTTP protocol (GET and HEAD)
-
-
0下载:
《网络编程综合资料》
介绍
常用网络协议编程
怎样接收电子邮件(POP3协议简介)
POP3协议封装类
POP3协议命令原始码及工作原理
RFC1939-POP3协议中文版
RFC821-简单邮件传输协议(SMTP)中文版
SMTP协议原始命令码和工作原理
TCP IP网络通信程序设计
TCP IP协议详解
TCPIP协议的化学专家实时交流系统
VC++SMTP协议电子邮件传送剖析
WINDOWS SOCKET API 使用经验
WINDO
-
-
0下载:
CSocket继承于CAsyncSocket。是Windows Socket API的高层抽象。它通常要和CSocketFile及CArchive这两个类混合使用。后者两个类主要负责的是数据的发送和接收。Csocket提供了阻塞方式的访问方式,阻塞方式的意思就是在发送出去消息后要等到对方返回信息后才发送下一个数据包的通信信息。要使用CSocket对象首先要调用构造函数,然后调用Create函数创建一个Socket句柄。Create函数缺省创建一个流Socket,如果你没有在使用Carchive类
-
-
0下载:
1、下面连个函数Client()和Server()是利用Windows Socket API分别实现的客户端和服务器端的通信功能,仔细阅读这两段程序,回答后面的问题-1, following even a function Client () and Server () is the use of Windows Socket API, respectively, to achieve the client and server communications capabilities, read
-
-
0下载:
windows api 实现的网络编程,-windows socket
-
-
0下载:
1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win
-
-
0下载:
稳定易用的大容量 windows socket api 封装库,采用重叠完成端口模型实现,引擎采用异步消息控制,实现了一个简明易用的网络框架,发送和接收数据全都采用异步模式,发送和接收数据都不会给调用线程带来等待或者延迟,同时引擎实现了两种通信模式,流模式和消息模式,可以节省用户大量的构建时间。
引擎内部实现参考了 ACE 的种种概念,比如 proactor(预先操作,前摄器),task(任务),主动对象(Active Object),message queue(消息队列),lock(
-
-
0下载:
Windows 网络编程实例 Socket
#include <winsock2.h> // 为了使用Winsock API函数
#include <stdio.h>
#include <windows.h>
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"WS2_32.lib")-Windows Socket network programming examples
#include <
-
-
0下载:
利用 windows api 编写的网络类-socket api
-