搜索资源列表
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
Multithreading
- 一个关于Java多线程的技术文档,简单介绍了线程的概念,线程的创建,线程的调度,线程的优先级等基本概念,并配有相应的代码讲解。-Java multi-threaded on a technical documentation, briefly introduced the concept of threads, thread creation, thread scheduling, thread priority, the basic concepts and explain with a co
Cppmultithread
- 比较简单的代码,创建10个线程,其中使第4个线程在一创建就挂起,等到其他的线程执行的差不多的时候再使第4个线程恢复执行。-thraed
readerwriter
- 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
Worker
- 如何创建Worker线程,自己找的,比较好的资料-How to create a Worker thread, they seek for themselves, good information! !
rf5-dis
- RF5是德州仪器TI公司新近推出的DSP软件开发的起步代码参考框架,它以DSP/BIOS为基础,利用其中的数据处理元素和数据通信元素方便快捷地完成DSP软件的设计与开发RF5是RF的最新版本,其区别于RF1和RF3的显著特点是其支持动态对象创建和支持线程(任务)挂起功能,因此适合系统较复杂的应用场合-RF5 Texas Instruments TI recently announced the start code of the DSP software development frame of
Multithreaded-programming-guide
- 基于Linux的多线程编写指南,从简单的创建多线程,到更复杂的线程操作。-Multithreaded programming guide,from the simple to create multithreaded to more complex operations.
2
- 在Linux环境下采用socket套接口编程,服务器程序以创建线程池的方式为每一个客户服务。-In the Linux environment using socket socket programming, server program to create a thread pool for each customer service.
MFCmultithreading-
- 介绍MFC怎么创建线程,以及线程同步的几种方法,一看就明白。-The MFC how to create a thread, and several methods of thread synchronization, one look to understand.
pthread-Introduction
- 在类Unix操作系统(Unix、Linux、Mac OS X等)中,都使用Pthreads作为操作系统的线程。Windows操作系统也有其移植版pthreads-win32。phread介绍了线程的创建、共享等功能-In Unix-like operating systems (Unix, Linux, Mac OS X, etc.), use Pthreads as the operating system threads. Windows operating system has its p