CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - windows socket

搜索资源列表

  1. socketCppWrapper.zip

    0下载:
  2. 一个unix和windows通用的socket函数封装的类,A class which is encapulated by common socket functions and can be used in unix and windows.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-08
    • 文件大小:9186
    • 提供者:
  1. HookSocket.rar

    0下载:
  2. 另外一个Hook Socket的例子,经本人修改过,Hook Socket another example, after I modified
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:386741
    • 提供者:caihao
  1. WinSOCKET

    0下载:
  2. Windows 下用 SOCKET 文件传输的例子-Win SOCKET file transfer example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:865910
    • 提供者:srytr3
  1. Socket_mobile

    0下载:
  2. 在windows mobile 6.5平台下的socket通信,实现功能是利用线程池从一个手机端向客户端发送文件。-In windows mobile 6.5 platform, the socket communication to achieve function is to use the thread pool from a mobile terminal to send the file to the client.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-31
    • 文件大小:307394
    • 提供者:lh
  1. TCPClient

    0下载:
  2. 使用VS2005开发的WinCE5.0应用程序,通过Socket进行通讯的客户端,对类进行了封装,可以直接使用类方便进行开发,有很强的实用和参考价值,。-WinCE5.0 developed using VS2005 applications to communicate through the Socket client, on the class of the package, you can directly use the class to facilitate the developm
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3385717
    • 提供者:毛生
  1. WINCE_Socket

    0下载:
  2. windows CE 下的SOCKET封装类,封装十分完美,可应用到工程项目中。-SOCKET under windows CE package type, package is perfect, can be applied to projects.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:11852
    • 提供者:heyong
  1. socket--c

    0下载:
  2. windows下的套接字c实现程序 里面有客服端和服务端的源码-socket communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:1212
    • 提供者:youlai
  1. socket_study

    0下载:
  2. 学习windows网络编程的绝好资料,读此源码,一般的windows网络编程不在话下,绝对典藏,与大家共享-An excellent learning windows network programming information, read the source code, the general windows network programming goes without saying, absolute collections, and share
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:402308
    • 提供者:刘杰
  1. Qt4chat

    0下载:
  2. 基于Qt4的聊天程序的源代码,Socket编程相关的,C++程序。既可以在LINUX上编译运行,也可以在WINDOWS平台上编译运行。-This program is based on QT4 GUI Library, it is a chat program, which can be compiled on windows platform and also can be compiled on Linux platform.It is useful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:608060
    • 提供者:倪明
  1. udpplayer

    0下载:
  2. 在C++ Builder中创建使用VLC player插件播放通过socket发送来的视频数据的实例,对学习Builder下udp及vlc插件播放器播放局域网发送数据有帮助!-In C++ Builder to create plug-ins to use VLC player to play through the socket to send to the video data example, the study Builder plug-ins under the udp and vlc
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:107111
    • 提供者:zk
  1. Window_Mobile_Socket

    0下载:
  2. windows mobile socket网络编程新手必备资料-windows mobile socket network programming novice information!!
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-30
    • 文件大小:402863
    • 提供者:lixu
  1. IOCP(Socket)

    0下载:
  2. Windows系统下的socket模型有多种,其中完成例程的效率也是相当高的,IOCP主要针对数据吞吐量和连接并发量而设计,本示例提供完整的IOCP源码示例,希望对大家对IOCP的深入理解有帮助-IOCP for socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1107260
    • 提供者:李卫军
  1. VC_Demo

    0下载:
  2. 视频监控SDK,NRCAP(Net Resource Control and Access Protocol)网络协议是网络视频监控系统的网络资源控制和访问协议。本文档为协议的第二版,故命名为:NrcapPlus。本协议基于Windows开发,使用Windows Socket实现网络通讯和数据传输。 -Video surveillance SDK, NRCAP (Net Resource Control and Access Protocol) network protocol is a n
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:26764
    • 提供者:刘华
  1. QQ

    2下载:
  2. 企业QQ通信系统,VC++6.0 + XML + Socket 实现,文件调试完成,没有问题,请下载相应的软件进行运行,操作系统最好是Windows Server 2003系统,XP系统也可以。-QQ enterprise communications systems, VC++6.0+ XML+ Socket implementation file to complete commissioning, no problem, please download the appropriate so
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:1471483
    • 提供者:王春雷
  1. socket1

    0下载:
  2. 本人写的一个windows下socket通信协议,分为客户端和服务器两个部分,能把客服端指定文件地址的文件传输到指定ip下的服务器的指定文件地址上-I write a windows socket communication protocol is divided into two parts, of the client and server can customer service end of the specified address for file transfer to the s
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:3411
    • 提供者:libera
  1. 10.4

    0下载:
  2. API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:44197
    • 提供者:严经
  1. WinSock

    0下载:
  2. windows下网络编程入门教程 多线程网络编程-windows socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:229882
    • 提供者:yangyang
  1. Java-socket

    0下载:
  2. 在Uinx/Linux/Windows 环境下通过socket方式实现一个基于Client/Server 或是P2P模式的文件传输程序-Java Socket
  3. 所属分类:P2P

    • 发布日期:2017-03-22
    • 文件大小:1345
    • 提供者:马正梁
  1. linux-socket

    0下载:
  2. linux端获取系统CPU、硬盘。内存使用率,通过客户端socket传给windows服务端。-linux-side access to the system CPU, hard drive. Memory usage, the client socket to pass through the windows server.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1418
    • 提供者:王健
  1. vc-chatroom

    0下载:
  2. 基于TCP的VC网络聊天室源代码加实验报告,分为客户端与服务器两个部分,使用了windows socket网络编程接口-Source code for the chat room and lab reports, TCP-based VC network is divided into two parts of the client and server, using windows socket network programming interface
  3. 所属分类:P2P

    • 发布日期:2017-05-28
    • 文件大小:11713737
    • 提供者:王文
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 45 »
搜珍网 www.dssz.com