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

搜索资源列表

  1. 9927405TCPSocket

    0下载:
  2. TCPSocket一个异步接收数据的socket 在GIS方面用的非常广泛-TCPSocket an asynchronous socket to receive data in the GIS used in a wide range of areas
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-16
    • 文件大小:27655
    • 提供者:禹琦
  1. asynchronous_socket_chat

    0下载:
  2. asynchronous_socket_chat: 基于异步套接字的聊天软件 编译环境:vc6.0 操作系统:xp -asynchronous_socket_chat: Asynchronous socket-based chat software build environment: vc6.0 Operating System: xp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:25368
    • 提供者:刘小白
  1. youxi

    0下载:
  2. .使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL-. Using asynchronous socket connections, asynchronous to resolve the host name 2. Support multi-file, mu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2156
    • 提供者:濮存兵
  1. yibutaojiezi

    0下载:
  2. 异步套接字的源码,同时还有文档可以参考,很方便-Asynchronous socket source code, along with the document can refer to, it is convenient
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:531743
    • 提供者:fuyu
  1. sockAPI

    0下载:
  2. windows socket API的基本应用 完整工程;服务器异步监听模式 适合初学参考。-The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-15
    • 文件大小:3828370
    • 提供者:lzz
  1. WinChat

    0下载:
  2. 局域网聊天工具,采用线程实现异步SOCKET。-Local area network chat tool, using thread asynchronous SOCKET.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1599976
    • 提供者:fei
  1. game_frame

    0下载:
  2. 网络版游戏框架:1.服务器端,网络IO模型使用完成端口,具体实现是使用自行封装的CIOCP类,此类对完成端口的线程和对各种网络事件的处理进行了封装。封包的封装使用CPacket对封包进行打包和解包。2.客户端,使用异步选择事件模型,Socket使用自己封装的CMySocket进行方便的异步绑定。-Online Game Framework: 1. Server-side, the network model for the use of IO completion ports, concrete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6552331
    • 提供者:zixue
  1. AsyncSelectSocketTest

    0下载:
  2. 我写的socket异步通讯的代码,含测试部分,通过此代码有利于你理解异步通讯,更重要的是消息机制响应通讯的接受,上传,和监听。-I write asynchronous socket communication code, including test part, by this code help you understand the asynchronous communication is more important is the message mechanism to respond
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3596467
    • 提供者:hehe
  1. 20100105

    0下载:
  2. 多客户并发服务程序的实现。 熟悉socket的操作,掌握异步socket的使用方法,理解多线程的概念,初步掌握线程的编程方法。 程序必须在服务器端实现接受多个客户的服务请求并为它们服务,具体的,服务器端进行监听,接到客户的请求后服务器与客户建立连接,接受客户传送来的数据并将其发挥给客户端,服务器端和客户端的数据通信采用的是异步方式。 -Multi-client concurrent service program implementation. Are familiar with t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3732605
    • 提供者:邵晓华
  1. AnsyncTest

    0下载:
  2. 分别实现了socket编程的五种异步模式,包括完成端口、重叠IO-Realized for five asynchronous socket programming model, including the completion of the port, overlapping IO
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:269647
    • 提供者:jsl
  1. threadandsocket

    0下载:
  2. 线程同步与异步套接字,通过例子方便的理解这些知识-Thread synchronization with asynchronous socket, through the examples to facilitate understanding of the knowledge
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:40786
    • 提供者:li
  1. Lesson16

    0下载:
  2. Lesson16线程同步与异步套接字编程-Lesson16 thread synchronization with asynchronous socket programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:12884
    • 提供者:周州州
  1. 20076814173663

    0下载:
  2. 此代码采用异步socket来查找局域网中存在的fb或者ib服务器。-This code uses asynchronous socket to find the existing LAN or ib fb server.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:27709
    • 提供者:liulan3726
  1. Lesson16Code

    0下载:
  2. 线程同步与异步套接字编程,孙鑫VC教学视频16课例子-Thread synchronization with asynchronous socket programming, Xin Sun VC Lesson 16 video examples of teaching
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7848507
    • 提供者:caven
  1. Chat2

    0下载:
  2. 利用异步套接字, 把收到的SOCKET转化为windows的消息, 实现向指定IP发送消息, 接受任何IP发过来的消息-Using asynchronous socket to receive the news SOCKET into windows to achieve the specified IP to send messages to any IP sent me a message
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1946256
    • 提供者:OSAI
  1. event

    0下载:
  2. socket 事件机制 异步模型 适合初学socket编程的同学来练一下手 不错的例子-socket asynchronous event mechanism socket programming model suitable for beginner students to practice good hand example of what
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2902637
    • 提供者:xcc
  1. EMTASS

    0下载:
  2. c# 不错的一个异步socket源码,希望大家喜欢-c# asynchronous socket a good source, hope you like
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:76882
    • 提供者:李文应
  1. socket

    0下载:
  2. 是关于异步消息响应socket的MFC程序,有客户端和服务器端-Is the socket on the MFC asynchronous message response procedures, client and server side
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5496758
    • 提供者:jiangmaokui
  1. PublicNetSoft

    0下载:
  2. 异步套接字编程,实现客户端和服务器端的Socket建立,连接-Asynchronous socket programming, client and server-side Socket establish the connection
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:21780
    • 提供者:梁豆豆
  1. CAsynSocket

    0下载:
  2. 一个基于异步套接字类的聊天程序,包括客户端和服务器端的实现。-A class of asynchronous socket-based chat program, including client and server-side implementation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:116738
    • 提供者:dongxiaowei
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com