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

搜索资源列表

  1. ListenSocket.rar

    0下载:
  2. 封装好的监听(Listen)Socket类,非常好用!,Packaging good listening (Listen) Socket class, very easy to use!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:1256
    • 提供者:hqr
  1. SocksClass.rar

    0下载:
  2. 已经封装好的一个C++socket类。 你可以在此基础上扩充,构建适合自己的socket。,Packaging has been a good C++ socket type. You can expand on this basis, build their own socket.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:9756
    • 提供者:小明
  1. server

    0下载:
  2. (基于select模型)socket的封装类【超详细注释】,可以直接来用,讨论下优劣.. 这是服务器端,我在VS2008编译过了.. -(Based on select models) socket wrappers】 【super-detailed notes, can be used directly to discuss the pros and cons .. it is under the server side, I have compiled a VS2008 ..
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-15
    • 文件大小:3879509
    • 提供者:xuwei
  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. UDPDemo

    1下载:
  2. 基于SOCKET API 封装CUDP_CE类,双方通过UDP进行数据传输,UDP异步通信,事件机制判断数据接收.-SOCKET API based package CUDP_CE category, the two sides through the UDP for data transmission, UDP asynchronous communication, event data receiving mechanism to judge.
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-06
    • 文件大小:45804
    • 提供者:feitian
  1. CEUDPDemo

    0下载:
  2. winCE操作系统下,基于SOCKET API封装一个CUDP_CE类,并通过该类演示了双方利用UDP进行传输数据的过程。-WinCE operating system, based on the SOCKET API package CUDP_CE a category, and through such demonstration of both sides to transmit data using UDP process.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-26
    • 文件大小:46046
    • 提供者:王学宁
  1. definesock

    0下载:
  2. 封装了两个socket类,可以实现网络多线程通讯,在VC6.0下测试通过,注意VC如果不是安装在C盘,就修改相应路径-Packaging the two socket type, you can achieve multi-threaded communications network, in VC6.0 test is passed, the attention of VC if it is not installed on the C disk, on the amendment of th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2038218
    • 提供者:davidlee123
  1. CSocket

    0下载:
  2. 封装了UNIX下socket函数的类。以方便使用。-Package under a UNIX-type socket functions. To facilitate use.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:2905
    • 提供者:蒋磊
  1. mysocket

    0下载:
  2. 一个socket的封装类,可以直接使用,非常方便-A socket type of package can be used directly, very convenient
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:57191
    • 提供者:luo
  1. C10K

    0下载:
  2. Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:379668
    • 提供者:fsdfsdfd
  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
    • 文件大小:263467
    • 提供者:yuwei
  1. FTPUpload

    0下载:
  2. 本程序演示了如何利用FTP上传文件。不是MFC的封装类,采用SOCKET实现。-This program demonstrates how to use FTP upload files. MFC' s wrapper classes are not used SOCKET to achieve.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:32278
    • 提供者:123
  1. winsock

    0下载:
  2. 最近自己写的一个基于事件的winsock封装类, 适用于想了解socket编程的新手(有经验的牛人们请绕路,哈哈)-Recent himself wrote an event-based winsock wrapper classes for the novice would like to know socket programming (and experienced cattle people would ask detour, ha ha)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5061
    • 提供者:zack
  1. socketClass

    0下载:
  2. 这是用VC写的一个socket封装类,可以直接用,方便懒人-It is written in a VC socket package type, can be directly used to facilitate the lazy
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:8214
    • 提供者:杨靖
  1. IOCPSOCKET

    0下载:
  2. 一个封装好的使用完成端口的socket通讯类,可以同时传送多个文件-A good package to use the completion port socket communications, multiple files can be sent
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:7930
    • 提供者:天山雪王
  1. UDPSocket

    0下载:
  2. 对udp socket操作的封装类,可以满足不同用户需求-Operation of the udp socket wrapper class to meet the needs of different users
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1528
    • 提供者:yangchangqi
  1. client

    0下载:
  2. 完整的工程,有断点..过程清晰。socket的封装类【超详细注释】,可以直接来用,讨论下优劣.. 这是客户端,我在VS2008编译过了.. -Based on select models) socket wrappers】 【super-detailed notes, can be used directly to discuss the pros and cons .. this is the next client, I have compiled a VS2008 ..
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3925271
    • 提供者:xuwei
  1. VC-internat

    0下载:
  2. 本文主要讲解以下内容   (1)CAsyncSocket类编程模式。   (2)CSocket类编程模式。   (3)CSocketFile类和CArchive类简介。   通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsyncSocket类 的成员函数中都可以找到它们对应的函数
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:24938
    • 提供者:AAA
  1. socketasync

    0下载:
  2. 一个异步socket的封装类及其管理类,实现异步SOCKET通讯的功能,挺实用!-An asynchronous socket wrapper class and management class, SOCKET asynchronous communication functions, very useful!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:4083
    • 提供者:xiaofu
  1. SocketClass

    1下载:
  2. CSocket封装类,实现SOCKET通讯,收发消息结构体文件等都可以~-CSocket class of package, SOCKET communication, send and receive messages structure files can all be ~~
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-04-12
    • 文件大小:2048
    • 提供者:FAN
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com