资源列表
wr
- 操作系统多线程/进程读者写者问题 vc++ 报告 源码-The operating system multithreading/process reader source code. The problem of vc++ report
EventTest
- 用过C#中event,觉得用起来真的很爽 但是C++中没有类似的机制, 所以通过Functor,实现了类似C#中的event 模板参数类型。 因为时间仓促,暂时没考虑多线程, 所以非多线程安区的,有需要的自己加。-template event implement in C++
Thread
- 多线路、异步编程入门教程,主要讲解回调,适用于.NET 2.0-Multi-line, asynchronous programming Tutorial, mainly on the callback
Multithreaded-programming-tutorial
- 这是一个很好的多线程编程教程,作者是韩耀旭。 全文分为四个篇幅: 一、多线程问题提出 二、MFC多线程编程 三、线程的通讯 四、线程的同步 -This is a good multi-thread programming tutorial, the author is Han Yaoxu. Text is divided into four length: one, two multi-threading issues, MFC multi-threaded programm
MySocket
- socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
rd
- 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-In Windows2000 environment, create a console process, this process contains n threads. N threads with which to express n a reader or writer. Each threa
BallMove
- 使用Win32 API线程函数创建多线程程序实例源码-Thread function using the Win32 API source code examples to create multi-threaded program
SearchFile
- 通过多线程实现文件查找的实例源码,有兴趣的朋友学习一下。-Achieved through a multi-thread source code files looking for instances, interested friends to learn about.
UIThreadDemo1
- 不创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Does not create thread time-consuming operation of the user interface source code examples, learn about friends who are interested.
UIThreadDemo2
- 创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Time-consuming operation of the user interface thread to create an instance of source code, learn about friends who are interested.
WorkThread
- 创建工作线程,并实现线程间通信的实例源码-Create a worker thread, and achieve the thread an instance of communication between source
Car-Service
- a simulated car service using treads
