搜索资源列表
多线程下载客户端
- 多线程客户端下载,可实时暂停和开始
FanControlPanel
- 用多线程技术实现的模拟电风扇,可以控制电风扇的开始暂停,转速的大小-use multithreading technology to achieve simulation fans will be able to control an electric fan suspended, the size of Speed
TestHttp
- 这是直接使用SOCKET实现HTTP下载功能的VC源码,通过格式化请求头就很容易实现断点续传和检查更新等等功能.实现了以下功能: 1.连接主机 2.格式化请求头 3.设置接收,发送超时 4.接收并分析回应头 该程序很清晰地实现了从HTTP下载的方法和原理,为个人实现断点续传多线程下载,提供了很好的平台。原文请参阅http://www.openpip.net/bbs/read.php?tid=777,现本人在其基础上增
MyInsaneBT
- 类似flashget下载工具代码 本来想在完善了上传的,但太忙了,有些功能可能没有实现或存在一些 bug. 编译运行说明 1)安装BCG 9.4把BCGCBPRO940d.dll BCGPStyle2007Luna.dll BCGPStyle2007Obsidian.dll BCGPStyle2007Silver.dll copy 到bin目录下 2)把程序里的SHELLAIP目录下的SHELLAPI.
CsThreading
- 非常有用的C#多线程组件,包括完善的演示,有进程的启动,暂停,停止,进度条等。-Very useful C# Multi-threaded components, including the perfect demonstration of the process has to start, pause, stop, progress and so on.
MultyDownload
- 基于图形化的多线程下载器,可实现添加,暂停,删除等功能,里面的代码逻辑划分的不错,新手可以参考参考-Based on the graphical multi-threaded download, and can be add, pause, delete, and other functions, the code inside the logic of the division of good, and newcomers can r
PreInstall4
- 在Garbide c++中建立的Symbian程序。实现了安装后自动调用JAVA安装包(JAR,代码中是test1.jar)和线程暂停。-In Garbide c++ Created Symbian procedures. Achieved after the installation of automatic call JAVA installation package (JAR, the code is test1.jar) and
DirectShowMP3Player
- 现有功能/特点: 1.搜索功能:根据歌词搜索,根据歌名搜索,根据专辑搜索,百度TOP N列表。歌词搜索下载。 2.下载功能:多线程下载,异步存储。 3.所有的缓存都在内存中,在没有下载完成不会做写硬盘操作。 4.仿照QQ音乐2008界面,可以进行主题颜色更改。可以设置自己喜欢的背景图片,它将会和播放器进行ALPHA混合。 5.纯WindowsLess控件,整个窗体只可以看到一个控件TFrmMain。自己开发
Ergodicprocess
- 遍历进程线程(暂停恢复线程自定义函数)-Ergodic process thread (thread suspended custom restore function )......
InjectDll
- DLL注入工具源码,包括远程线程注入以及启动暂停进程修改入口注入,另附后者需要的特殊DLL的源码-DLL injection tool source, including remote thread injection and start the process to modify the entrance into the suspension, which attached a special DLL source code nee
PAUSE-THREAD
- 多线程学习—线程暂停:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
STOP-THREAD
- 多线程学习—线程暂停:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
Thread
- 动态创建线程事例 包括暂停继续运行 等待-TO create Thread TO RUN
TreeDownloader
- Android 实现多线程断点下载. 可暂停,可以继续-Android multi-threaded download breakpoint.
task-manager
- 分享个自己的任务管理器的源码 主要功能: 枚举进程 枚举进程模块 枚举线程 暂停进程 (强制)结束进程 强制结束进程并强删文件 保护进程 隐藏进程 -Share the main function of the source of their own task manager: enumeration process the enumeration process module enumerate
UseThreadApp
- 一个线程使用的C#实例源代码,运算线程,线程休眠,线程开始,线程退出,线程暂停等功能的演示,供初学者参考-A thread in C# source code examples, computing threads, thread to sleep, the thread starts, the thread exits, the thread and pause presentations, reference for beginne
MulitThreadtest
- vs2010 VC++演示mfc下单个线程暂停、启动、停止功能。演示了开启任意线程,并且区分线程ID和线程句柄的功能。演示了线程加锁、互斥的功能-vs2010 VC++ demonstrates the mfc single thread pause, start, stop function. Demonstrates open any thread, and the thread ID and thread handles dist
CHAT
- VC++6.0实现QQ聊天功能,本程序采用了异步选择机制在同一个线程中实现了接收端和发送端的功能,避免了采用阻塞套接字由于接收阻塞而导致线程暂停运行的问题。-VC++6.0 achieve QQ chat features, the program uses an asynchronous thread selection mechanism is implemented in the same receiver and transmi
暂停线程源码(非原创)
- 定位线程暂停恢复,非常实用的工具,过游戏检测(Fixed thread pause recovery, very useful tool, over game detection)
利用idhttp进行多线程下载
- 利用idhttp进行多线程下载,带进度条显示,可选择线程数,可以暂停下载和继续下载,未使用第三方控件,在delphi xe7下测试通过。(Using idhttp for multi thread downloading,with progress bar .)