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

搜索资源列表

  1. udp通信

    0下载:
  2. 这是一个利用UDP进行通信的小程序,用的是异步套接字模式,可以灵活的改变原IP和目的IP以及原端口和 目的端口 -This is a use of UDP communications for the small program using the asynchronous socket model, the flexibility to change the original purpose of IP and IP, and the original purpose of ports and
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27892
    • 提供者:程拨
  1. HikPlaySrv

    0下载:
  2. Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such c
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:22215
    • 提供者:江苏
  1. 200562241328985

    0下载:
  2. PeerYou远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参考.-PeerYou remote control software source code for the full realization of the registry, document proce
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:206313
    • 提供者:ms-dos
  1. codecnt_1020006

    0下载:
  2. 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:555141
    • 提供者:ms-dos
  1. asynsocketscanner

    0下载:
  2. 网络端口扫描器,用socket异步通讯模式-network port scanners, using asynchronous communication patterns socket
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:95474
    • 提供者:zq
  1. DataAnalyse

    0下载:
  2. 利用同步异步套接字及tcplistener监听rs232,tcp,udp等类型端口数据并实现协议解码-use of synchronous and asynchronous socket tcplistener eavesdropping RS232, tcp, udp port types, such as data and achieve agreement Decoders
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:32768
    • 提供者:高洪涛
  1. 远程控制软件源码

    0下载:
  2. 关键代码:完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。 -key code : complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:340699
    • 提供者:李名
  1. Server3

    0下载:
  2. vc源码,演示异步套接字Socket的初始化,启动接收连接发送数据的完整过程。-vc source demonstrate Asynchronous Socket Socket initialized connecting start receiving this data integrity process.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:101712
    • 提供者:唐金龙
  1. communicationtool

    0下载:
  2. 利用套接字连接实现异步网络通信 先启动服务器 然后客户端-socket connections using Asynchronous communications network server then activated first client
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:29440
    • 提供者:wyb
  1. TcpClientRecive

    0下载:
  2. 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)
  3. 所属分类:TCP/IP协议栈

  1. SocketAsyncServerAndClient

    0下载:
  2. 这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:111616
    • 提供者:tan133
  1. C# UDP 异步通信

    0下载:
  2. 用VisualC#实现UDP协议,最为常用,也是最为关键的类就是UdpClient,UdpClient位于命名空间System.Net.Sockets中,VisualC#发送、接收UDP数据包都是通过UdpClient类的(The realization of UDP protocol with VisualC, the most commonly used, but also the key is UdpClient, UdpClient is located in the namespace
  3. 所属分类:进程与线程

    • 发布日期:2017-12-28
    • 文件大小:47104
    • 提供者:660jiu
  1. SocketDemo

    0下载:
  2. 介绍了Socket编程,异步的方式创建服务端和客户端(The Socket programming is introduced and the service end and client are created asynchronously)
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:101376
    • 提供者:陈陆
  1. Cowboy-master

    0下载:
  2. .net 4.6下的异步通讯tcp socket(asynchronous tcp socket)
  3. 所属分类:C#编程

    • 发布日期:2017-12-31
    • 文件大小:1484800
    • 提供者:feiaier
  1. TestSockets

    0下载:
  2. 主要是介绍C# socket通信 用异步非阻塞方式,建立服务器和客户端,在程序中使用了委托,事件,回调函数来实现程序(This paper mainly introduces the asynchronous non blocking mode of C# socket communication, establishes the server and client, and uses the delegate, event and callback function in the progra
  3. 所属分类:通讯编程

    • 发布日期:2018-01-02
    • 文件大小:208896
    • 提供者:HALCON +++
  1. TCPIP

    0下载:
  2. python 聊天工具 , 存在服务器 和 客户端 ,可以进行异步 发送消息(python chat with other ~ server and client can chat each other)
  3. 所属分类:网络编程

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:xiaochun
  1. Socket

    0下载:
  2. java网络编程练习,提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序(The author has been writing similar frameworks since 2003 and he still finds your feed back precious!)
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:soman
  1. EMTASS2.1

    0下载:
  2. 别人写的非常不错的Delphi异步多线程框架。对新手比较有用,方便入门。(Someone else wrote a very good Delphi asynchronous multithreaded framework. It is useful for novice and easy to get to the door)
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-05-01
    • 文件大小:91136
    • 提供者:bestwowo
  1. SanNiuSignal的源码

    0下载:
  2. SanNiuSignal是一个基于异步socket的完全免费DLL;它里面封装了Client,Server以及UDP;有了这个DLL;用户不用去关心心跳;粘包 ;组包;发送文件等繁琐的事情(SanNiuSignal is a completely free DLL based on asynchronous socket; it encapsulates Client, Server, and UDP; with this DLL; users don't have to care for he
  3. 所属分类:C#编程

  1. pslib21

    0下载:
  2. 我知道网上有关于Socket通讯的例子,希望自己写的这个PB Socket 程序(异步流模式)对需要的人能够有用。(The PowerSocket Library Network Programming using PowerBuilder and Winsock Version 1.1)
  3. 所属分类:网络编程

    • 发布日期:2020-10-31
    • 文件大小:40960
    • 提供者:qaz000
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com