资源列表
Thread
- 在Windows和vxWorks上实现的跨平台线程类.-VxWorks in Windows and to achieve cross-platform thread category.
SEMAPHORE
- 使用信号量对象实现线程的同步的一个实例- The use signal quantity object realizes a line regulation synchronization example
daothreadfix
- VC++编程,多线程的DAO,对于数据库的多线程处理有一定帮助-VC++ Programming, multi-threaded DAO, the database of multi-threaded processing to some extent help the
MFCThread
- MFC创建线程,终止线程,暂停线程,继续线程-MFC to create threads, terminate threads, suspended thread to continue the thread
PIPE
- 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
Multi-threaded-to-take-cookie
- 多线程取cookie(不会出现空白)多线程取cookie.e -Multi-threaded to take cookie (not blank) multi-threaded to take cookie.e
MFCThread
- MFC下的多线程例子,包括线程间的同步以及临界资源的共享。-MFC under the multi-threaded examples, including synchronization and critical resources shared between threads.
FileTransSvr
- 多线程文件下载,正常方法从网上下载文件,速度及流量都很小,效率不高,特开发此工具,供大家参考-MANA TREAD
filemap
- 进程通信,利用文件映射机制多个进程之间相互通信,-Process communication, communication between multiple processes
autorun_src
- 可以自动运行选中的程序和自动关机,设定时间按秒为单位。运用到WIN2K关机需要权限获取,和一些简单的文件查找代码! 升级版增加了自动运行个数 可以最多运行10个任务,可以删除任务,开机自动运行,全局快捷键。 -Can automatically run the selected program and automatic shutdown, set the time by seconds. WIN2K needs to shut down the use of competence ac
MultiThread
- VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。 -VC++ multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex objec
AsyncFileDemo
- AsyncFilwhen we need asynchronous behaviour or parallelism we create threads. The asynchronous file I/O APIs allows us to leverage the asynchronous behaviour without introducing threads. So we can issue ReadFileEx or WriteFileEx and perform other