搜索资源列表
线程的创建与撤消
- 操作系统课程设计:线程的创建与撤消(有文档)-courses on operating system design : the creation of threads and withdrawn (with documentation)
CreateThread函数创建窗口线程
- 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
线程的种基本操作
- 本例子讲解了线程的各种基本操作,包括创建线程、挂起线程、唤醒线程、终止线程功能。程序简单,一看就会明白。(注意:这个例子主要是针对初学者的)
多线程实例
- 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
安全稳定的实现进线程监控
- 安全稳定的实现进线程监控 进线程监视在底层是如何实现的,在win2000源代码中先找到创建线程的函数实现 然后实现线程监视-achieve security and stability of the control into the threads into threads surveillance at the bottom is how to achieve, in WIN2000 first of the source code to find threads to create a fu
VB创建ActiveX.exe控件,实现VB的多线程
- VB创建ActiveX.exe控件,实现VB的多线程,VB Create ActiveX.exe controls achieve multi-threaded VB
PThread
- 线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
创建、管理线程池的源代码
- 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
pthread
- linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
thread
- 线程池的实现主要分为三部分,线程的创建、添加任务到线程池中、工作线程从任务队列中取出任务进行处理。 主要有两个类来实现,CTask,CThreadPool-Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task queue task for processing. Th
synchronization
- windows线程的创建和用线程等待实现线程的同步-windows thread creation and the use of threads waiting to achieve thread synchronization
WorkerThread_demo
- 多线程编程 实现线程的创建,挂起,激活等功能。-Thread Create……
1
- 线程的创建和撤销,c语言实现,模拟操作系统线程的创建和撤销机制。-thread
threadCreate
- 关于线程编程的文档。讲述线程的创建与取消、私有数据、同步和中止。-Programming document on the thread. About the creation and abolition of the thread, private data, synchronization and termination.
C++多线程编程
- 多线程编程总结,讲述了多线程创建使用的方法,有代码实例。(Multithreaded programming, about the way to create using multi-threaded, with code examples.)
线程同步方法lock
- 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
newproject
- 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)
MFC用户界面线程的创建
- 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)
TCPNetKit实例(多线程)
- 1.聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接并通信。(1. the creation of the server side of the chat room. 2. the creation of the client of the chat room. 3. realize the connection and communication between the client and the server.)
Windows下线程的创建和并发执行
- 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithreading is executed concurrentl