搜索资源列表
LF_ThreadPool
- 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
进程和线程
- 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
ZHRSGUANLI
- 很好的一个软件源代码.非常不错,比那些垃圾代码好多了,下来看看吧^_^-a good source software. Very good, than those who refuse a lot of code, let's see it down ^ _ ^
javathreads3.examples
- 人民邮电出版的java线程编程(Paul Hyde)的原码-published in the People's Post and Telecommunication threaded java programming (Paul Hyde), the original code
Sendm
- 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 2000 and achieve operating system
UseHookForThread
- 在线程中使用HOOK的编程要点 我所上传的是一篇关于如何在线程中使用钩子机制的文章,由于考虑到各自的程序所作的事情各不相同,所以文中以要点的形式摘录了程序的源代码。虽然源代码是用C++ Builder 5.0,相信编程者只要搞清楚这些要点,则采用其他C++编程环境实现起来也很容易。-thread in the use of the programming elements HOOK my upload is a thread on how to use the article hook me
xxysbyapplexx
- VC++6.0编写的Windows消息演示系统的源代码。 功能: 获取窗口handle 获取edit内容 隐藏窗口 可供学习的地方: 窗口前置 窗口置top capture window flat picture button 常用的message-VC 6.0 of the Windows news demo system's source code. Function : access window handle access
singleT
- 一个单线程程序的源代码,请大家参考-a thread program's source code, please refer.
MultiT
- 一个多线程的程序的源代码,请大家参考一下-more than one thread of a program's source code, please refer to.
MiniGUI-DOS-31
- 一个清华的老教授写的如何在dos下实现windows界面的一个程序源代码-an old professor of Qinghua wrote how dos under windows interface of a program's source code
bank
- 通过实现银行家算法代码 来检测进程分配是否安全-Banker' s algorithm through the process of distribution of code to detect if it is safe
IPC_shareCode
- 此程序是进程间共享快速通讯的例子,目的是快速的进行多进程数据传输和存储,对于编写进程通信有着非常重大的参考价值,是codeproject上很重要的一篇文章的源代码。-This process is the process of sharing examples of rapid communication, the purpose of rapid multi-process data transfer and storage, for the preparation of the proces
5vs5--code
- 我们学校仿真足球的源程序,参加今年的比赛世界杯足球仿真比赛。-Our school football simulation source code, to participate in this year' s World Cup Soccer Simulation League competition.
DirWatch
- 本来想写个自动关机软件的,结果神不知鬼不觉的写成了一个目录监视软件!直接放源码!:-Originally wanted to write a auto-shutdown software, the result of God without anybody knowing it' s written in a directory monitoring software! Direct release source code!:
Lesson16Code
- 配套孙鑫老师的vc++深入详解的书中介绍进程的源代码-Supporting teachers in vc++ SUN Xin Xiang Jie' s book describes in depth the process of source code
MUTEX
- 进程与线程中的信号量编程,有关Mutex方面的源代码-Process and thread semaphore programming, the Mutex' s source code
SEMAPHORE
- 进程与线程中的信号量编程,有关信号灯(Semphore)方面的源代码-Process and thread semaphore programming, the signal (Semphore)' s source code
THREAD
- 进程与线程中的信号量编程,有关线程(Thread)方面的源代码-Process and thread programming semaphore, the thread (Thread)' s source code
lab4
- 关于操作系统中进程互斥的程序模拟,带有PPT和源程序,很细致-Mutual exclusion on the operating system' s process simulation, with PPT and the source code, very detailed
222
- 创建线程 GetExitCodeThread 函数来判断一个线程是否还在执行 说明 获取一个已 中止线程的退出代码 返回值 bool,非零表示成功,零表示失败。... -The to create threads GetExitCodeThread ' function to determine whether a thread is still running instructions to obtain an aborted thread exit code is returned v