搜索资源列表
-
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下载:
API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket
Windows SDK、MFC、Socket
winsock2.h
Ws2_32.lib
Ws2_32.dll
-
-
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下载:
基于VISA的网络仪器控制的服务器端程序,用Socket封装了viRead和viWrite函数,并用Windows API函数实现了对网络仪器的控制,其中用到了STL中的map-Based on the VISA network equipment control server-side procedures, using Socket package of Viread and viWrite function, and use Windows API function implementat
-
-
0下载:
delphi利用windows API编写基于socket的tcp程序-delphi
-
-
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.
-
-
1下载:
UDP网络传输动态连接库,一个项目中使用的网络接口,封装Windows Sockets API为UDP数据报传输类。而不是对整个Sockets API进行封装,只是对socket(), bind(), sendto(), recvfrom()等常用的方法对行了封装,方便UDP网络传输。-UDP network transport dynamic link library, a project to use the network interface, package, Windows Socke
-
-
0下载:
开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
-
-
0下载:
用windows socket API实现http协议(GET 和 HEAD)-Use Windows socket API realize HTTP protocol (GET and HEAD)
-
-
0下载:
APIHooking
Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/receiv
-
-
0下载:
《网络编程综合资料》
介绍
常用网络协议编程
怎样接收电子邮件(POP3协议简介)
POP3协议封装类
POP3协议命令原始码及工作原理
RFC1939-POP3协议中文版
RFC821-简单邮件传输协议(SMTP)中文版
SMTP协议原始命令码和工作原理
TCP IP网络通信程序设计
TCP IP协议详解
TCPIP协议的化学专家实时交流系统
VC++SMTP协议电子邮件传送剖析
WINDOWS SOCKET API 使用经验
WINDO
-
-
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
#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
-