Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - worker thread
Search - worker thread - List
主要对线程的用法一个举例 ,创建工作者线程,线程函数等-Mainly on the usage of a thread, for example, create a worker thread, the thread function, etc.
Date : 2026-01-01 Size : 118kb User : 崔应霞

DL : 0
以一个具体实例介绍工作者线程和用户界面线程的创建。在本实例中将创建一个工作者线程和用户界面线程。-To a specific example of worker threads and user interface to create threads. In this instance would be to create a worker thread and the user interface thread.
Date : 2026-01-01 Size : 5.09mb User : yingming

MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!-There are two types of MFC thread, referred to as worker threads and user interface thread. This example shows you these two types of threads!
Date : 2026-01-01 Size : 69kb User : 吴真

多线程的编程,将耗时的工作放在worker线程中,可实现动态调用UI界面的文本框和Static控件-Multi-threaded programming, will be time-consuming work on the worker thread, you can achieve the dynamic invocation interface UI text box and Static Control
Date : 2026-01-01 Size : 30kb User : Steven Xia

用户界面线程与工作者线程的例程,不错的学习资料-The user interface thread and worker thread routine, good learning materials
Date : 2026-01-01 Size : 52kb User : 张鹏飞

在VS2005环境下调用WORKER线程的例子-Call in the VS2005 environment WORKER thread example
Date : 2026-01-01 Size : 8.11mb User : robin

MFC,本例采用多线程技术,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索。-MFC, in this case multi-threading technology, that is, the process of traversing documents, whenever found in a folder, you create a new worker thread for file search.
Date : 2026-01-01 Size : 1.9mb User : 钟毅

对于不熟悉多线程编程的同学,可以学习如何建立工作者线程-Are not familiar with multi-threaded programming for students, can learn how to create a worker thread
Date : 2026-01-01 Size : 3.47mb User : 王斌

DL : 0
VS2008一个简单的多线程例子:工作者线程控制精度条进度。-VS2008 a simple multi-threaded example: worker thread control accuracy of the progress section.
Date : 2026-01-01 Size : 133kb User : miaow

使用工作者线程,查找局域网内在线用户的机器信息,包括工作组、主机名、ip地址和mac地址-Using worker thread, find the LAN machines online information, including the working group, host name, ip address and mac address
Date : 2026-01-01 Size : 39kb User : 丁鹏

线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动-Thread pooling is a form of multi-threaded processing, processing tasks will be added to the queue, and then create a thread automatically start these tasks. Thread pool threads are background threads. Each thread uses the default stack size to run the default priority, and in multi-threaded unit. If a thread is idle in managed code (such as waiting for an event), the thread pool of worker threads to be inserted into another to keep all processors busy. if all thread pool threads are always kept busy, but the work queue contains pending, the thread pool will be created after a period of time, but another worker thread The number of threads will never exceed the maximum. more than the maximum thread can queue up, but they have to wait until after the start other threads to complete
Date : 2026-01-01 Size : 179kb User : lavey

如何创建Worker线程,对线程感兴趣的可以参考下。-How to create a Worker thread, the thread of interest can refer to.
Date : 2026-01-01 Size : 11kb User :

多线程学习—创建 WORK线程:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
Date : 2026-01-01 Size : 16kb User : 张毅

创建工作线程,并实现线程间通信的实例源码-Create a worker thread, and achieve the thread an instance of communication between source
Date : 2026-01-01 Size : 37kb User :

该线程通常不用进行输入,由后台处理.工作者线程被称为后台线程-Usually do not have to enter the thread from the background. Worker thread is called a background thread
Date : 2026-01-01 Size : 27kb User : dudongshan

创建工作者线程不需要类的派生,而是需要使用控制函数-Do not create a worker thread class derived, but need to use the control function
Date : 2026-01-01 Size : 28kb User : dudongshan

创建工作者线程.在一个基于窗口的MFC应用程序中创建工作者线程-Create a worker thread in a window-based MFC application to create worker thread
Date : 2026-01-01 Size : 28kb User : dudongshan

vc 创建MFC工作者线程,进行耗时计算\WorkThreadDemo的程序源码,希望对大家有所帮助-vc MFC worker thread is created, a time-consuming calculations \ WorkThreadDemo the program source code, we hope to help
Date : 2026-01-01 Size : 40kb User :

Worker thread implementation in vc++ using mfc
Date : 2026-01-01 Size : 2kb User : ali

创建workes线程,可以自定义线程,线程向主窗口发送数据。-Create the workes programming, you can customize the thread, the thread sends data to the main window.
Date : 2026-01-01 Size : 13kb User : 贺二博
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.