CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 网络编程 搜索资源 - 线程

搜索资源列表

  1. 05-09-16-vc-ftp

    0下载:
  2. 一个多线程FTP下载程序,基本功能,仅供参考,也是转载的,-a multithreaded FTP download, basic functions, for reference purposes only and is reproduced, huh
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:91490
    • 提供者:高君颀
  1. 270_multiftpthreadprj

    0下载:
  2. 多线程ftp传输源代码,适合于网络编程者使用.-multithreading ftp transmission source code suitable for the use of network programming.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:91362
    • 提供者:李洪波
  1. multithread-ChatRoom

    0下载:
  2. 多线程聊天室程序,服务端为中转站,可以有多个客户端,每当有客户端发送消息,服务端将此消息广播到所有连接的客户端-multithreading chat room procedures, services - for the transfer station can have more than one client, whenever a client send messages this news-service broadcasting to all connected client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4965
    • 提供者:柳胜兵
  1. BTDemo

    0下载:
  2. delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortList
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:58245
    • 提供者:vvyang
  1. cshttpmultithread

    1下载:
  2. 用C#语言实现http协议下的多线程文件传输 -C# Language http protocol under the multi-threaded file transfer
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7893
    • 提供者:haichuan
  1. ServerSocket_demo

    1下载:
  2. 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:48757
    • 提供者:万青
  1. ThreadScan

    0下载:
  2. 基于JAVA的多线程TCP端口扫描程序 -Java-based multi-threaded TCP port scanning procedures for Java-based multi-threaded TCP port scanning procedures Java-based multi-threaded TCP port scanning procedures
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1951
    • 提供者:陈进赵
  1. WinSockOP_Client

    0下载:
  2. 一个winsock客户端应用程序,数据IO采用多线程模型-a client application, data IO multi-threading model
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7525
    • 提供者:lish
  1. WinSockOP_Server

    0下载:
  2. 阻塞模式的winsock操作,用多线程实现IO的服务端应用程序-pattern of obstruction protocols of operation, using multithreading IO server applications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15186
    • 提供者:lish
  1. clientThread

    0下载:
  2. 改开发程序是基于java开发的客户端聊天程序,实现了多线程 -changed development process is based on java development of the client chat program, to achieve a multi-threaded
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1406
    • 提供者:赵丹
  1. IEbarftp

    0下载:
  2. 这是我们为参加编程比赛而做的一个具有基本FTP功能的IE插件,压缩包里有详细的开发文档和用户使用说明,以及源代码和功能说明,该插件支持FTP文件的多线程断点下载-This is our game for participation in programming done with a basic FTP function of IE plug-ins, Compression bag detailed documentation and the development of user notes
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4370185
    • 提供者:冯志铨
  1. httpftpcsharp

    0下载:
  2. 很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。 -many people use
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8351
    • 提供者:杨飞
  1. GetFastDemo

    0下载:
  2. delphi实现的一个断点续传的例子,支持多线程下载-achieve an HTTP example, supports multi-threaded download
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:19183
    • 提供者:koala
  1. FTP_Client_xulp

    0下载:
  2. ftp多线程断点续传,带有xp 的theme-ftp multithreaded HTTP, with the theme xp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:171818
    • 提供者:xulp
  1. ReViveLiveUpdate

    1下载:
  2. 用VB开发的自动更新程序,显示下载进度,多线程下载-VB development of the automatic update, showing the progress of the download, multi-threaded Download
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:883673
    • 提供者:扁毛
  1. SocketAnsycommunication

    0下载:
  2. Socket异步通信,线程,双端队列示程序代码: 1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket asynchronous communication, thread, double-teams listed in the program code : 1. correct start and termination of two threads. can chat over LAN 3. Double-cohort design and appli
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:121319
    • 提供者:zwwr
  1. Register_ThreaPool

    0下载:
  2. 线程的创建、销毁和调度本身是有代价的,如果一个线程的任务相对简单,那这些时间和空间开销就不容忽视了,此时用线程池就是更好的选择,即创建一些线程然后反复利用它们,而不是在完成单个任务后就结束。-thread creation, destruction and scheduling itself is a cost, if the threads of a relatively simple task. That time and space costs can not be ignored, th
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:53138
    • 提供者:邱中天
  1. socket_chatroom

    1下载:
  2. 利用socket实现的一个小的聊天室的程序,多线程,mfc界面-use socket achieve a small chat room procedures, multithreading, mfc interface
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:108603
    • 提供者:summer
  1. testThreadPool

    0下载:
  2. 线程池,和socket的绑定及数据处理的 入门结构-thread pool, and the socket and data bundled with the portal structure
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8042
    • 提供者:加文
  1. comm_FTPWanderer

    0下载:
  2. 一个FTP的通信的客户端程序, 可以实现多线程断点续传-an FTP client communication procedures, can achieve multithreaded HTTP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:327443
    • 提供者:陈勇强
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com