资源列表
Processes-and-threads
- Processes and threads包括使用Win32 API创建、销毁线程——控制进度条,创建MFC用户界面线程,创建MFC工作者线程,进行耗时计算,设置线程的优先级,使用全局结构进行线程间的通信,使用自定义消息进行线程间的通信,使用事件对象进行线程间的通信等-Processes and threads, including using the Win32 API to create, destroy the threads- to control the progress bar, c
MFCThread
- 一个MFC的工程,使用线程的方法,创建线程,使用线程-A MFC project, using threading methods, create a thread, use the thread ...
SocketTest
- socket单线程程序例子,可以掩饰CSS通过socket交互数据情况-socket example
OpretingSystem_AlarmClock
- Oprating System Alarm Clock Program ,实现Wait queue,基于Block awake,设计并实现 Thread-awake -Oprating System Alarm Clock Program , using Wait queue based the Block awake,designing the Thread-awake
ThreadSimple
- 线程简单例子,自我感觉线程基础也是比较重要,但愿同行能认真看看。-Thread a simple example, feel the thread basis is more important, I hope that the peer can take a serious look.
VC_THREAD
- 这是多线程操作的源代码,可以学习vc多线程操作,对要学习多线程的人来说是一个好资源-This is a multi-threaded operation of source code, can learn vc multi-threaded operation, for people to learn multi-threading is a good resource
MTThread-and-Queue
- 自己写的多线程对队列中插入和删除数据,最重要的是要保持同步,供大家学习-Write your own multi-threaded insert and delete data in the queue, the most important thing is to keep pace for everyone to learn
multi_thread_test
- 此源码是使用VC开发的多线程测试源码,对多线程做了很好的解释!-multi threads function test source code
MultiThread
- 本源码是Windows环境下多线程编程的一个实例,在VC6.0下编译通过,大家可以学习一下。-Multi thread cource code under windows platform
java
- 本课程为传智播客《张孝祥-Java多线程与并发库高级应用》视频教程,教程采用的AVI方式发布,所以看起来很流畅,大家可以通过本套视频第一集包中附带的CamPlay.exe(拖入即可)观看和学习。 -This course is Chuan-Chih podcast" Zhang Xiaoxiang Java and multi-threaded concurrency library application" video tutorial tutorial, using AVI way to
reader-writer
- 用多线程解决读者-写者问题,实现读写互斥,写写互斥,读读同步。-Readers- write the problem of multi-threaded solution, to achieve read and write mutex, write mutex, read synchronization.
MultiThreadAtomic
- 多线程的原子操作。vs2008 工程。 简单的应用 操作简单-Atomic operation, multi-threaded. The vs2008 engineering. Simple applications easy to operate
