搜索资源列表
线程的种基本操作
- 本例子讲解了线程的各种基本操作,包括创建线程、挂起线程、唤醒线程、终止线程功能。程序简单,一看就会明白。(注意:这个例子主要是针对初学者的)
安全稳定的实现进线程监控
- 安全稳定的实现进线程监控 进线程监视在底层是如何实现的,在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
创建线程
- 让用户知道如何创建一个线程,理解线程的意义和作用
VC++ 创建线程
- 在VC++环境下创建了线程
创建两个线程
- 创建两个线程
VB创建ActiveX.exe控件,实现VB的多线程
- VB创建ActiveX.exe控件,实现VB的多线程,VB Create ActiveX.exe controls achieve multi-threaded VB
tcpMuti
- 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
创建、管理线程池的源代码
- 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
pthread_exp
- 嵌入式 linux 线程创建、线程通信应用程序源代码及修改练习。-Embedded linux-thread creation, thread communication applications and modify the source code practice.
Event
- 使用事件对象进行线程同步:先创建线程,然后向内存中复制数据,被创建的线程等待置位事件,在读内存-Use the event object for thread synchronization: first create a thread, and then copy the data to the memory, was created by a thread to wait for the set events, reading the memory
ProcessOrThread
- 驱动创建线程,在线程中进程Sleep操作,-qu dong chuang jian xian cheng
createthread
- 创建线程实例程序,可以直接运行后产生多线程-Create a thread instance program, you can have multiple threads running directly
QThread
- QT 创建线程demo(QT create thread demo)
C++多线程编程
- 多线程编程总结,讲述了多线程创建使用的方法,有代码实例。(Multithreaded programming, about the way to create using multi-threaded, with code examples.)
线程同步方法lock
- 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
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.)
涂鸦-线程画线
- Delphi自带的画布,用鼠标画图,创建线程自动划线(Delphi's own canvas, with the mouse drawing, create the thread automatically.)
Windows下线程的创建和并发执行
- 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithreading is executed concurrentl
WinSock2
- 一直很烦恼delphi附带的socket控件都不能满足我的设计逻辑需要,无奈只好自己动手封装了API,并且得到实践的证明(至少有两个服务器能稳定运行至今),本socket组件的多线程机制是安全的稳定的。 在服务器端,创建线程池,对于每个客户连接对应一个独立的线程类,可以在线程内处理客户数据,并可以线程间采用同步机制交换数据,为通讯服务器的建立提供了技术实现的基础。 U版本的经过了缺陷优化,虽然仅是经过了测试也还没有得到实践运行,但从以往成熟的结构演变而来的,问题应