搜索资源列表
Copy22Handler128
- 多线程的文件复制,可以把usb1.1变成2.0,值得一看-multithreaded copy files, it can become 2.0 USB1.1, an eye-catcher
MultiThreadFileCopy
- 一个用多线程拷贝文件的小例子-use a multithreaded copy files small examples
copy函数
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《
copy函数
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《
serilport
- EVC版将串口操作封装为一个类,类中使用线程来持续接收。这样,直接用回调函数就可以在主程序中进行实时接收显示。开发其他的程序可以直接复制使用这个类。 PC版可以在VC6.0下编译,大体和EVC版相同。 VB.NET版来自微软的例程,做了修改,使用多线程进行的处理。在VS2003下编译调试通过。 C#版依据VB.NET做成,使用接收线程持续接收!-EVC serial version will operate Packag
Another_eYes_BTDemo
- 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.
MoreThreadCopyFile
- 一个多线程快速向两个位置拷贝文件的代码!希望大家多多指教-more than one thread to the two rapid location copy of the document the code! We hope the exhibitions
MyInsaneBT
- 类似flashget下载工具代码 本来想在完善了上传的,但太忙了,有些功能可能没有实现或存在一些 bug. 编译运行说明 1)安装BCG 9.4把BCGCBPRO940d.dll BCGPStyle2007Luna.dll BCGPStyle2007Obsidian.dll BCGPStyle2007Silver.dll copy 到bin目录下 2)把程序里的SHELLAIP目录下的SHELLAPI.
BT.Demo
- 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.
MTCopy_Src
- 一个多线程拷贝文件的小工具 MTCopy: A Multi-threaded Single/Multi file copying tool-More than one copy of the document thread gadget MTCopy: A Multi-threaded Single/Multi file copying tool
filecopy
- 多线程文件复制源码,避免假死和系统资源占用过大-Multi-threaded file copy source code, to avoid suspended animation and system resources occupy too large
AutoDbBak
- 自动拷贝指定服务器上的共享文件,支持多线程,可指定多台服务器。-Automatically copy specified file-sharing server, support for multi-threaded, multiple servers can be specified.
VC_multithreading_filecopy
- MFC中一个多线程的例子,同时包含文件拷贝功能-A multi-threaded example, contains both the file copy function
download
- 使用Eclipse进行开发的多线程下载工具,支持断点重传、URL的复制-Use Eclipse for development of multi-threaded download tool that supports breakpoints retransmission, URL copy
Mutidrivers-and-copy-or-paste
- 资源管理器功能,利用多线程完成复制粘贴多文件操作。-Explorer features, the use of multi-threading completed copy and paste multiple file operations.
Copy-of-weekend_course
- java自己写的雷电小游戏,多线程应用,可实现射击、碰撞销毁、背景音乐植入-java write their own lightning games, multi-threaded applications
thread-copy
- 多线程之间的拷贝 ,在线程池的基础上,分三种情况,一种直接拷贝,第二种链表,第三种有限链表的情况-Multithreading between copy, on the basis of the thread pool, there are three kinds of circumstances, a direct copy, the second list, the third list of limited
threadPool
- 线程池使用例程,内含线程池的定义和使用例程。另外含有一个个人编写的使用线程池的多线程COPY程序,采用命令行形式,命令格式类似于linux下cp命令,支持单文件,多文件,目录移动,重命名,文件覆盖等功能,程序采用模拟堆栈的方式递归目录,能够完整的保持目录结构的进行COPY。-Thread pool using the routines, containing the definition of the thread pool and u
copy
- 易语言U盘文件复制源码例程程序结合易语言扩展界面支持库和多线程。调用API函数实现U盘中文件的复制。 -Easy language U disk file replication source routine procedures combined with easy language extensions interface support libraries and multithreading. Call API functi
多线程copy
- 一命令行的形式实现多进程copy,同时显示进度。eg:./my_cp srcfile destfile N(Achieve multi process copy, while displaying progress)