资源列表
MultiThread
- VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。 -VC++ multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex objec
AsyncFileDemo
- AsyncFilwhen we need asynchronous behaviour or parallelism we create threads. The asynchronous file I/O APIs allows us to leverage the asynchronous behaviour without introducing threads. So we can issue ReadFileEx or WriteFileEx and perform other
MultiThread
- VC++多线程编程 线程池 线程调度 线程同步-Multi-threaded programming VC++ thread pool thread scheduling thread synchronization
readerwriter
- 简单的读者写者问题,用信号量来实现读者写者问题-Readers to write to readers to write the problem using semaphores
New-Folder-(6)
- 通过进程获取窗体句柄,然后通过窗体句柄在获取窗体控件句柄,从而获得控件信息。-Through the process to obtain the window handle, and then through the window handle for form controls handle to obtain control information.
duoxiancheng
- 用多线程保存文件。保存同时显示进度条、对话框大小可变-failed to translate
completeinject
- 线程注入,利用dll实现线程注入,有可执行程序测试-thread injection,using thread injected dll
WINSOCK
- 此文档详细介绍了如何使用多线程编程,并附有例子,可以为初接触多线程编程的人提供很好的帮助-This document details how to use multi-threaded programming, together with examples of early contact for multi-threaded programming help provide a good
semaphore
- linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
CreateThread
- 该程序为演示程序,创建多线程程序,初学C#编程可以借鉴。-Create multi-threaded program, beginners can learn C# programming.
bank
- 操作系统-模拟银行家算法,实现操作系统PV信号量操作-operating system- analog bankers algorithm
worker_thread_class
- 可控制事件的线程包装类-The wrapped threads class of event that can be controlled