-
pthreadcopyfileproject
利用线程池,互斥锁,信号量的机制,多线程拷贝文件(Use the thread pool, mutexes, semaphores mechanisms, multi-threaded copy files)
- 2013-11-13 08:10:41下载
- 积分:1
-
kthread_create
该函数创建,但并不启动线程,创建完后要通过wake_up_process启动(This function creates, but does not start the thread, create after start through wake_up_process)
- 2011-05-01 19:36:52下载
- 积分:1
-
ShareMemory_src
visual C++实现的进程间通信源代码(communication between the process of visual C++ achieve source code)
- 2013-05-21 23:42:53下载
- 积分:1
-
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)
- 2012-04-26 11:14:01下载
- 积分:1
-
mult-test
visual c++控制台多线程demo(vc muti-thread demo)
- 2015-01-28 22:26:16下载
- 积分:1
-
54876
用以演示他提出的信号量机制。本作业要求设计在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。(For the presentation he made semaphore mechanism. Operational requirements of the design process in the same address space to implement the two threads. Thread the production of goods producers, and then the article should be placed in an empty buffer for consumers thread consumption.)
- 2007-12-18 18:08:02下载
- 积分:1
-
datong
msn多线程编程(msn multithreaded programming)
- 2005-02-01 13:00:48下载
- 积分:1
-
TreadTest01
多线程简单例程,有三个线程,一个主线程,两个子线程,两个子线程分别同时进行计时并显示出来,其中一个每隔一秒计时一次,另一个每隔两秒计时一次(Multithreading simple routine, three threads, a main thread, the two sub-thread, two sub-thread timing and displayed every second timing once another tick once every two seconds)
- 2012-09-12 17:00:29下载
- 积分:1
-
awplication-terminal
这是成都的一个简单的公交查询系统,不错好东西(This is a simple public transport query system in Chengdu, good things)
- 2018-12-05 20:15:43下载
- 积分:1
-
CreateProcessAsUser
主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。(The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.)
- 2012-10-30 11:21:46下载
- 积分:1