搜索资源列表

  1. 异步套接字监听

    0下载:
  2. 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23823
    • 提供者:李斌
  1. 异步套接字客户端

    0下载:
  2. 异步套接字客户端-asynchronous socket client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8477
    • 提供者:黄斌
  1. 异步套接字服务器

    0下载:
  2. 异步套接字服务器-asynchronous socket server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8853
    • 提供者:黄斌
  1. VC++实现的网络对战游戏

    0下载:
  2. 这是使用了异步套接字实现的一个网络对战游戏,其中还包含有数据库的操作,还封装有一个异步套接字的类CMYSOCKET
  3. 所属分类:TCP/IP协议栈

  1. 异步套接字客户端

    0下载:
  2. 异步套接字客户端-asynchronous socket client
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:8192
    • 提供者:黄斌
  1. 异步套接字服务器

    0下载:
  2. 异步套接字服务器-asynchronous socket server
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:8192
    • 提供者:黄斌
  1. 异步套接字

    0下载:
  2. 这是c#里的socket编程,里面包括客户端和服务器端两个程序。-This is the c#'s socket programming, including inside the client and server-side two procedures.
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:27648
    • 提供者:zeta
  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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:27648
    • 提供者:程拨
  1. 异步套接字监听

    0下载:
  2. 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:74752
    • 提供者:李斌
  1. Server3

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

    • 发布日期:2024-05-08
    • 文件大小:101376
    • 提供者:唐金龙
  1. RemoteDaq(3.14new)

    0下载:
  2. 自己编的一个远程采集服务端程序!用的是异步套接字,写了好久,UDP,TCP,都用到了.-own series of the collection service a remote-procedure! Using the asynchronous socket, writing for a long time, UDP, TCP, are depleted.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-08
    • 文件大小:1065984
    • 提供者:童中明
  1. EX10-5

    0下载:
  2. 用C#实现的TCP异步套接字客户端编程。代码齐全-C# achieving TCP client asynchronous socket programming. Complete code
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:44032
    • 提供者:李立
  1. TCPServer

    0下载:
  2. windows socket的应用,用异步套接字完成客户端的连接,读写等功能.有良好的用户界面-windows socket applications, complete with asynchronous socket client to connect, read and write functions. have a good user interface
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:7163904
    • 提供者:muguafirst_1982
  1. AsyncSocket

    0下载:
  2. 在同一个线程中使用异步套接字实现聊天室程序,避免了不读数据时出现阻塞-In the same thread realize the use of Asynchronous Sockets Chat procedures to avoid non-blocking when reading data
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:1947648
    • 提供者:sunzhenhe
  1. yibutaojiezi

    0下载:
  2. 使用VC中的异步套接字编写的服务器和客户端小程序-The use of VC in the preparation of the asynchronous socket server and client applets
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:4754432
    • 提供者:laowan
  1. yibutaojiezi

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

    • 发布日期:2024-05-08
    • 文件大小:531456
    • 提供者:fuyu
  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. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:1946624
    • 提供者:OSAI
  1. 26.Visual.CSharp.NET.wangluohexinbiancheng

    0下载:
  2. 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server developm
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:15744000
    • 提供者:朱岩
  1. PublicNetSoft

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

    • 发布日期:2024-05-08
    • 文件大小:21504
    • 提供者:梁豆豆
  1. Chat

    0下载:
  2. 利用事件对象进行线程同步与异步套接字编程-Use the event object for thread synchronization with asynchronous socket programming
  3. 所属分类:进程与线程

    • 发布日期:2024-05-08
    • 文件大小:1924096
    • 提供者:longjianyu
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org