资源列表
WorkerThread_demo
- 一个不错的通过设置任意多个事件(Event)来激发多个任务函数的线程类。- Is good (Event) stimulates many duties function through establishment wilfully many events the line regulation class.
process
- 创建一个子进程并接收子进程的消息和输出信息- Founds a child process and receives the child process the news and the output information
BridgeWinJava
- 使Windows程序和Java程序进行通讯的Windows控件和java类- Causes the Windows procedure and the Java procedure carries on the communication Windows to control and the java kind
ConnectionPipe_demo
- 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
CThread_demo1
- 一个较大的线程封装类,实现了父线程通知等机制- A bigger line regulation seal class, has realized mechanism and so on father line regulation notice
EnumProcessTest
- 使用psapi和toolhelp两种方式实现的显示进程列表程序- Uses psapi and the toolhelp two ways realizations demonstration advancement tabulates the procedure
multi_thread
- 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
IPCTrace_demo
- 将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序- Sends to in other procedure the communication content thus a realization track advancement communication content procedure
TSynchro_src
- 使用CriticalSection(临界区)和Mutex(互斥对象)实现的线程同步类。- Uses line regulation synchronization class which CriticalSection (critical zone) and Mutex (incompatible object) realizes.
user_level_spin_locks
- 用户自己实现的一种加锁同步算法- User realize one kind locks the synchronized algorithm
queuetest
- 使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子- Uses the signal light (semaphore), the event (Event), the critical zone (CriticalSection) carries on line regulation synchronization the example
IPC_tute_src
- 对文件读写进行共享加锁的一个学习例子- Read-write carries on a study example to the document which sharing locks
