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

搜索资源列表

  1. webHttp

    1下载:
  2. 简单的web http服务器程序,实现了上传和下载的功能,当然用了多线程,不过功能很简单,我也是从书上找的,不过调试了我半天时间-simple http web server, achieving upload and download functions, of course with a multithreaded, but functional is very simple, I also find books, but I debug a long time
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:48437
    • 提供者:彭宇
  1. vc-ftp多线程断点续传

    0下载:
  2. 一个关于VC多线程,可断点续传的下载程序源码.-VC on a multi-threaded, HTTP download the source code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:101676
    • 提供者:凤龙
  1. 200584224045108

    0下载:
  2. 给自己写了一个小工具,使用 FileSystemWatcher 组件监视磁盘文件,具体可以参看http://www.cndevx.com/club/dispbbs.asp?boardID=62&ID=61659&page=1 现在小艾专心开始本版开源项目,特此贴上源代码,有兴趣的朋友可以自己随意修改和使用。但是这个程序还有一些 bug 没有解决。小艾再次谢谢大家。 -to himself wrote a small tool, the use of surveillance Fil
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36202
    • 提供者:雪貂
  1. VBThreads_[2006-06-14_2308]

    0下载:
  2. === === === === === === === ==== Zarr s VB Website http://www.zarr.net/vb === === === === === === === ==== This sample piece of VB code has come from Zarr s VB Website at http://www.zarr.net/vb Zarr s VB Website is one of the Internet s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:24668
    • 提供者:lch
  1. Co_Thread_Prj

    0下载:
  2. 实现了C++中的协程机制,对于支持动态脚本的 C++代码比较有用,请参见我的博客文章 http://www.cublog.cn/u/16663/showart.php?id=148848-realization of the C-HS mechanism for supporting dynamic scr ipt more useful C code, Please see my blog article http : / / www.cublog.cn/u/16663/showart
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36971
    • 提供者:刘锋
  1. vc60_thread

    0下载:
  2. 平时积累的,是关于学习VC线程进程资料,最好配合http://soft.yesky.com/lesson/36/2280536.shtml-peacetime accumulation is on the learning process VC-thread information, preferably with http : / / soft.yesky.com/lesson/36/2280536.shtml
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:61731
    • 提供者:邻水
  1. http_thread

    0下载:
  2. 大学作业,用GCC编写的C语言程序。创建线程达到传送本地HTML文件。把HTML文件与其文件夹放置程序相同的文件夹,打开IE输入http://127.0.0.1:8080/文件名.html 即可成功打开-University of operations, prepared by the GCC using C language program. Create threads to transmit local HTML documents. Put HTML file folder with
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1400
    • 提供者:ming
  1. Thread

    0下载:
  2. 多线程控制、线程池模型、HTTP线程,已经封装好了的.
  3. 所属分类:进程与线程

    • 发布日期:2014-01-16
    • 文件大小:415120
    • 提供者:航宇
  1. p_c.win-linux

    0下载:
  2. 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28858
    • 提供者:林健
  1. MvpProject

    0下载:
  2. n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22494
    • 提供者:dozingcat
  1. high-performance-server_src

    0下载:
  2. 多线程服务器程序演示,该程序以http服务为例,演示多线程的处理
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:44587
    • 提供者:ss
  1. http

    2下载:
  2. Http服务器多线程下载文件,实现多线程文件下载不想想象中的那么复杂,具体思路为:首先确定下载文件的大小,根据文件大小确定采用几个线程下载,每个线程下载文件的不同布分;然后再线程下载完后,将每个线程下载的数据按照顺序组合为一个完整的文件,这样就实现了文件的多线程下载。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28112
    • 提供者:周炳华
  1. 多线程HTTP服务器源代码

    0下载:
  2. 很好的学习进程和线程的好资料,是专业人士的必备资料,也是处学者的好东东,一定会得到你想要的知识-good learning process and the good threads, the information professional's essential information, as well as a good scholar Department Dongdong, will be the knowledge that you want
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:42290
    • 提供者:suncg520
  1. MultiThreadDownnload.rar

    0下载:
  2. C#实现的多线程下载(http协议),输入一个URL地址,就可以下载。,C# Achieved multi-threaded download (http protocol), enter a URL address, you can download.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:29743
    • 提供者:田力
  1. MultiThreadDownload

    0下载:
  2. 基于http+ftp的java多线程的下载工具-The java based http+ ftp download tool for multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:62214
    • 提供者:王强
  1. http_mthreadDownload

    0下载:
  2. http多线程下载示例 http多线程下载示例-http
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:249843
    • 提供者:jackey
  1. 1aaa

    0下载:
  2. 多线程下载,支持Http和Ftp协议。界面友好、有第三方皮肤包支持-Multi-threaded download, Http and Ftp support agreement. User-friendly, there are third-party skin package to support the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1389
    • 提供者:李子
  1. http.e

    0下载:
  2. 完美终结版HTTP访问,支持多线程,超时,代理验证,且无假死,无CPU1-Perfect end version of HTTP access, support for multiple threads, timeout, proxy authentication, and no suspended animation, no CPU100
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:5717
    • 提供者:feng
  1. HTTP

    0下载:
  2. 基于HTTP协议的下载工具,他可以多线程下载,具有较高的效率-HTTP-based download tool, he can multi-threaded downloading, with high efficiency
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:66843
    • 提供者:
  1. 多线程断点续传(基于HTTP协议)

    0下载:
  2. 能实现多线程断点续传,在网络中断后将已经上传的部分缓存在服务器,在连上网络后接着上传(To achieve multi-threaded HTTP cache, in part after the network interrupt has been uploaded on the server, to connect to the network and then upload)
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:932864
    • 提供者:swan95
« 12 3 4 »
搜珍网 www.dssz.com