搜索资源列表

  1. multi-threadingdownload

    0下载:
  2. java语言编写的多线程下载,用Jcreator开发工具运行-prepared by the multi-threaded download, with Jcreator development tools running! !
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13351
    • 提供者:pange
  1. multi-tasking

    0下载:
  2. vxworks 下多线程编程事例代码 包括:管道,队列,信号,多线程-vxworks multi-threaded programming code examples include : pipeline, queue, signals, multithreading
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:28455
    • 提供者:王忠贵
  1. Multi-ThreadedWebServer

    0下载:
  2. 多线程web服务器(Multi-Threaded Web Server),可以处理并行的多个请求。
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1664
    • 提供者:frr
  1. 01011105_2

    0下载:
  2. 实现多线程聊天室-The realization of multi-threaded chat room
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:164864
    • 提供者:永宝
  1. PortScan0623

    0下载:
  2. 一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描-An multi-threaded port scanning program. It can open any number of threads, and stop scanning at any time.
  3. 所属分类:扫描程序

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:andy
  1. share_p2p

    0下载:
  2. 一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration run
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:叶志勇
  1. HTTP1.0

    0下载:
  2. 用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子-Java for the HTTP1.0 the Webserver server using TCP protocol, multi-threading technology that can serve as examples of entry WEbServer
  3. 所属分类:Web服务器

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Mark
  1. CShttpServer

    0下载:
  2. C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为"index.htm",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the defau
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:
  1. multi-threadingdownload

    0下载:
  2. java语言编写的多线程下载,用Jcreator开发工具运行-prepared by the multi-threaded download, with Jcreator development tools running! !
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:pange
  1. multi-tasking

    0下载:
  2. vxworks 下多线程编程事例代码 包括:管道,队列,信号,多线程-vxworks multi-threaded programming code examples include : pipeline, queue, signals, multithreading
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:
  1. ThreadExample

    0下载:
  2. symbian 多线程例子,可用于S60第二,第三版-symbian examples of multi-threaded, can be used for S60 Second, third edition
  3. 所属分类:Symbian

    • 发布日期:2024-05-20
    • 文件大小:1080320
    • 提供者:cooky98
  1. Multi-threaded-programming

    0下载:
  2. 多线程程序设计,主要介绍基本的多线程格式-Multi-threaded programming
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:61440
    • 提供者:任鸣
  1. Multi-threaded-sorting

    0下载:
  2. 多线程排序,多个排序的多线程运用,求成功。-Multi-threaded sorting, multi-threaded use multiple sort, find success.
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:275456
    • 提供者:pjw
  1. Multi-threaded-file-transfer

    0下载:
  2. 多线程文件传输,适合新手练习多线程下的文件传输,适当修改,即可用做文件传输程序的框架。-Multi-threaded file transfer, suitable for beginners to practice under the multi-threaded file transfer, with appropriate modifications, can be used as a fr a mework for file t
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:82944
    • 提供者:syjwcl
  1. multi-threaded-programming

    0下载:
  2. 该文档描述了多线程编程的基本思想和方法,通过该文档方式进行试验,可对多线程编程的、编程的方式有一个更清晰的了解-This document describes the multithreaded programming basic ideas and methods and you will have a clearer understanding of the were tested by way of the multi-threa
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:752640
    • 提供者:金兰
  1. multi-threaded-programming

    0下载:
  2. 一份关于C++的多线程编程例子,对于学C++多线程编程很有帮-examples of C++ on the multi-threaded programming , for learning C++ multi-threaded programming,it is very helpful
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:20302848
    • 提供者:林林
  1. Multi-threaded-programming

    0下载:
  2. 主要介绍Linux 线程的基本概念及分析多线程库中的主要函数调用, 阐述使用多线程的优点, 以及多线程编程过程中应该注意的问题。-It introduces the basic concepts of Linux threading and analysis of multi-threaded library main function call, describes the advantages of using multiple t
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-20
    • 文件大小:102400
    • 提供者:JAcket
  1. Android-multi-threaded-HTTP-download

    0下载:
  2. Android多线程断点续传下载 可以-Android multi-threaded HTTP download
  3. 所属分类:android开发

    • 发布日期:2024-05-20
    • 文件大小:4731904
    • 提供者:Shawn
  1. Win32-multi-threaded-programming

    0下载:
  2. Win32多线程程序设计(源代码),比较基础,很实用,可供参考学习。-Win32 multi-threaded programming (source code), the basis of comparison, it is useful, for reference study.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:7867392
    • 提供者:yuanmu
  1. Multi-threaded-programming

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Multi-threaded programming, multi-threaded applications prone to problems. Mutex object to explain how to use mutex objects to ach
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:YXX
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org