搜索资源列表
VC写的一个线程池的管理实例
- 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
学习多线程之一:线程通信--利用事件对象
- 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
OsDemo
- 操作系统原理实例代码,涉及进程、线程、信号量等操作系统的原理和思想的实现。-operating system code examples principle involved process, threads, signals and so on the operating system principles and ideas of achievement.
RunOnceprocess
- 本代码实现了只运行一个实例,并激活前一个实例的功能。利用vc编写-the realization of the code running only one example, and activate a case before the function. Use prepared vc
ThreadCreat
- mfc线程设计的实例,经过调试运行的代码-mfc design of the thread, after debugging the code running
mt1
- vc++多线程开发实际应用的例子,进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。
Windowsmutithread
- 《Windows多线程技术实例》一书的配套代码,大家可自由取其源代码做学习,研究之用
loadEXE.rar
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
MemLoadDll-x64
- CMemLoadDll源码,整理并增加了对64位dll的加载,并增加了调用实例代码(含32位、64位dll的调用)。以上代码全部基于vs2008,当然CMemLoadDll源码在vc6下也可用。 -CMemLoadDll,64位,内存加载dll,vs2008
vcthreads
- VC 多线程操作实例源代码 如何安全终止线程 如何创建UI线程 如何创建Worker线程 如何等待线程结束 如何挂起和恢复线程 如何获得线程的退出码 如何使用互斥量 如何使用临界区 如何使用事件 如何使用信号量 有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
MultiThread
- VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。 -VC++ multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex objec
Windows_Thread_learn
- 多线程学习的很好的代码,里面有很多变成的实例,可以直接运动测试.-Learn a good multi-threaded code, which has become an example of many, can directly exercise test.
mult_progress
- 多线程程序实例,里面包含文件:Threads.cls Module1.bas 等,主窗体中用简单的代码演示多线程。-Examples of multi-threaded program, which include file: Threads.cls Module1.bas and so on, the main form with a simple demonstration of multi-threaded code.
thread
- 多线程实例代码,希望可以给有需要的学习者-Examples of multi-threaded code, and hope to the needy learners
multiplethreadcode
- 多线程编程实例代码,此代码为书中所带的实例。-multiple Thread code
InterruptReset.java.instances.multi.threaded
- InterruptReset.java多线程实例代码InterruptReset.java instances of multi-threaded code -InterruptReset.java instances of multi-threaded code
Java.multi.threaded.sqlTimeStamp
- Java多线程编程sqlTimeStamp实例代码Java example code multi-threaded programming sqlTimeStamp -Java example code multi-threaded programming sqlTimeStamp
10VCPPMultithread
- windows MFC 多线程的开发的实例代码供参考,多学习多线程-windows MFC examples of the development of multi-threaded code for reference, to learn multi-threading
IPC_Clipboard
- 使用剪切板实现进程间通信实例,代码清晰完整,可编译-Use the clipboard to achieve inter-process communication instance, clear and complete code can be compiled
Ex15_3
- 配套李英的《VC++工程项目实例开发》实例代码,适合初学者入门VC++编程-Supporting Li Ying s "VC++ examples of development projects" example code, suitable for beginners VC++ Programming