CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - Windows Sockets API

搜索资源列表

  1. RakNet

    0下载:
  2. RakNet is an advanced networking API that provides services for and over Berkeley Sockets, or on Windows systems \"Winsock.\"
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:7.23mb
    • 提供者:ew2117
  1. Network-and-Networking-Programming

    0下载:
  2. 介绍利用WinSock,进行网络编程的好书-The purpose of this book is to show you how to make network-aware applications that run on the Microsoft Windows operating systems using the Windows Sockets (WinSock) Application Programming Interface (API). To that end, sever
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:武铭
  1. SocketAPI

    0下载:
  2. 此源程序是使用Windows Sockets API编写的基于服务器端/客服端的网络通信程序。-This source code is written using the Windows Sockets API, server-based client/customer side of the network communication program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2.73mb
    • 提供者:梁冰
  1. UDPSocketDll

    1下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:257.29kb
    • 提供者:yuwei
  1. TCP

    0下载:
  2. 开发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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:6.09kb
    • 提供者:rae
  1. Sockets-2.3.9.1

    0下载:
  2. C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-21
    • 文件大小:311.3kb
    • 提供者:geddy
  1. QQ

    0下载:
  2. 通过Windows Sockets API实现一个即时聊天工具-Through the Windows Sockets API to achieve a real-time chat tool
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-11
    • 文件大小:2.51mb
    • 提供者:陈陈
  1. Windows_Sockets_Network_Programming

    0下载:
  2. This book describes the Windows Sockets application programming interface (API), commonly known as "WinSock." This is intended to be a companion to the v1.1 Windows Sockets specification, not a replacement for it. The contents provide a roadmap for t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:868.99kb
    • 提供者:sgsgsgultra
  1. NetSnoop

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:25.96kb
    • 提供者:rabert
  1. Network-programmingl

    0下载:
  2. 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-25
    • 文件大小:498kb
    • 提供者:zhaozm
  1. winsock-api

    0下载:
  2. Windows Sockets API Tutorial
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:76.11kb
    • 提供者:Adnan Ali
  1. winsock2

    0下载:
  2. Winsock API 帮助文档包括各种函数说明查找-Windows Sockets 2 Application Program Interface Winsock API
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:317.61kb
    • 提供者:zz
  1. winsock

    0下载:
  2. Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:1.36kb
    • 提供者:catleya
  1. socket

    0下载:
  2. 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
  3. 所属分类:P2P

    • 发布日期:2017-11-08
    • 文件大小:41.32kb
    • 提供者:chenrui
  1. Windows-Sockets

    0下载:
  2. 本书主要介绍了如何用API函数进行网络间通信-The book introduces how to use the API function communication networks
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:294.36kb
    • 提供者:gyl
  1. GetmyIP_question3

    0下载:
  2. 使用Windows Sockets的API函数获得给定域名的IP地址-Use Windows Sockets API function to obtain the IP address of a given domain.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:1.1kb
    • 提供者:joshenwei
搜珍网 www.dssz.com