CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - multi thread

搜索资源列表

  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4.34mb
    • 提供者:xuzhisheng
  1. Chat_Socket

    0下载:
  2. 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:4.09kb
    • 提供者:Andy
  1. TCPThreadServer

    0下载:
  2. 通过多线程实现对通信的接收和发送,创建接收线程和创建发送线程来具体实现。-To achieve through the multi-threaded communications receive and transmit, create receiver threads and thread to create a concrete realization sent.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-06
    • 文件大小:9.44kb
    • 提供者:qin
  1. UDPTCP

    0下载:
  2. 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:378.95kb
    • 提供者:李璞
  1. HttpDownload

    1下载:
  2. http多线程下载的例子,支持断点续传,进过测试可用,学习线程编程和网络编程比较好的例子-http example of multi-threaded downloads and support HTTP, enter the test can be used to learn programming and network programming thread better example
  3. 所属分类:TCP/IP Stack

    • 发布日期:2015-09-23
    • 文件大小:167.99kb
    • 提供者:wayking
  1. CSharp

    0下载:
  2. C#中tcp/ip通讯中的线程问题。在多线程中处理程序错误导致线程无法继续完成造成死锁。-C# in the tcp/ip communication in the thread. In a multi-thread processing errors caused by the thread can not continue to complete deadlock.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:1.46kb
    • 提供者:golflover
  1. Thread

    0下载:
  2. 多线程测试源代码。应用程序向导已为您创建了此 Thread 应用程序。 本文件概要介绍组成 Thread 应用程序的 的每个文件的内容。 Thread.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Thread.cpp 这是主应用程序源文件。-Multi-threaded test source c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-21
    • 文件大小:6.06mb
    • 提供者:zsh
  1. CMultiSvr-(SOCKET-API-Multi-Thread)

    0下载:
  2. socket API 非阻塞消息方式下写的TCP客户端示例(一客户端连接多服务器)-socket API no blocking tcp client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3.49mb
    • 提供者:赵强
  1. ReadWrite

    0下载:
  2. ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:4.05kb
    • 提供者:Pengcheng Li
  1. java_UDPSocket_codes

    0下载:
  2. java 多线程UDP通信资料与代码: 1、UDP多线程通信server程序(serverThread)详细解析 2、简易UDP client程序 3、多线程Java_Socket编程示例等资料-java multi-thread UDP communication data and code: UDP multi-threaded communications server program (serverThread) detailed analysis, simple UDP c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:64.55kb
    • 提供者:姜怡姝
  1. SocketAsyncConnectionManagement

    0下载:
  2. 线程池,多线程TCP/UDP连接管理 可满足10000个终端同时接入 丢包率小于5 -Thread pool, multi-threaded TCP/UDP connection management to meet the 10,000 terminals simultaneously access the packet loss rate of less than 5
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:21.53kb
    • 提供者:shangxin
  1. FTPSample

    0下载:
  2. 使用FTP上传和下载,用到了事件,多线程同步,内存读写,文件操作。-The use of FTP upload and download, use the event, multi thread synchronization, memory read and write, file operations.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:41.36kb
    • 提供者:lss
  1. multi-thread-server-mode

    0下载:
  2. Common programming model of multi thread server多线程服务器的常用编程模型-Common programming model of multi thread server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:352.34kb
    • 提供者:曾静
搜珍网 www.dssz.com