资源列表
MultiThread9
- 使用CEvent类来实现线程间同步,在Dialog 界面上含一个按钮,两个编辑框。点击按钮,一个编辑框开始更新数据,等它更新完后会SetEvent以便第二个编辑框开始更新数据。-Using CEvent class to realize synchronization among threads.
MultiThread10
- 利用信号量来实现线程间的同步.在信号量对象有信号的状态下,线程执行到WaitForSingleObject语句处继续执行, 同时可用线程数减1;若线程执行到WaitForSingleObject语句时信号量对象无信号, 线程就在这里等待,直到信号量对象有信号线程才往下执行。-Using CSemaphore class to realize synchronization among threads.
threadandword.zip
- 通过多线程将多个word根据行号解析,其中用到了多线程技术,ini文件等,thread and word
MultiThead
- vc多线程通信及互斥,模拟火车票购票系统,-vc multithreading communication and mutually exclusive, analog train ticket system
MultiThreadProgramming
- 多线程开发的经典书籍,希望对大家有所帮助,谢谢:)-Multi-threaded development of classic books, we want to help, thank you :)
event_test
- 学习多线程的过关检测题目,编程实现多线程中event-Learning multithreaded clearance detection title, multithreaded programming event
criticalTestI
- 学习多线程的检测题目,编程实现关键区critical用法-Detection title, learning multithreaded programming the critical area critical usage
attach_20120629140640
- Outlook风格的单列使用不同的颜色显示新邮件数-Outlook-style single row using different colors to show the number of new messages
readfile
- VC++ 6.0 多线程读取文件的例子 适合初学者-6.0 multithreaded VC++ read file example for beginners
word
- 采用ole方式,对word文档中有特定字符的地方进行搜索,并替换为指定内容。对于合同自动打印有一定的帮助。-Ole way to search the word document specific characters, and replaced with the specified content. For the contract automatically print some help.
virtualDead
- 在长时间执行一个过程或循环的时候,程序会出现假死的显现,这里用几种方法演示了如何避免假死出现。-A process or cycle in the long-running, the program will appear suspended animation appearing here demonstrates how to avoid feign death appears in several ways.
Kill-Process
- 用系统顶层 API 函数如 ZwOpenProcess,ZwQuerySystemInformation 等关闭进程-Close process system top-level API functions such as ZwOpenProcess, ZwQuerySystemInformation, etc.
