CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - create object
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - create object - List
[
Process-Thread
]
Visual Basic .NET 中实现后台进程
DL : 0
多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Date
: 2008-10-13
Size
: 169.71kb
User
:
程崇刚
[
Process-Thread
]
SecDemoSource
DL : 0
Are your device objects as secure as they should be? Learn what permissions are applied to the objects you create with IoCreateDevice and get introduced to kernel-mode security APIs that can be used to close potential device object security holes. -Are your device objects as secure as they sh ould be Learn what permissions are applied to th e objects you create with IoCreateDevice and ge t introduced to kernel-mode security APIs that can be used to close potential device object sec France holes.
Date
: 2008-10-13
Size
: 56.22kb
User
:
李杰
[
Process-Thread
]
Visual Basic .NET 中实现后台进程
DL : 0
多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Date
: 2026-01-10
Size
: 169kb
User
:
程崇刚
[
Process-Thread
]
SecDemoSource
DL : 0
Are your device objects as secure as they should be? Learn what permissions are applied to the objects you create with IoCreateDevice and get introduced to kernel-mode security APIs that can be used to close potential device object security holes. -Are your device objects as secure as they sh ould be Learn what permissions are applied to th e objects you create with IoCreateDevice and ge t introduced to kernel-mode security APIs that can be used to close potential device object sec France holes.
Date
: 2026-01-10
Size
: 99kb
User
:
李杰
[
Process-Thread
]
jingcheng
DL : 0
WindowXp 线程同步 1.创建和打开事件对象在进程间传送信号 2.利用互斥体保护共享资源-WindowXp thread synchronization 1. To create and open the event object to send signals between processes 2. Protection of shared resources using mutex
Date
: 2026-01-10
Size
: 1kb
User
:
陈涛
[
Process-Thread
]
CEvent
DL : 0
VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handle, create thread 1 and 2, close the thread handle objects, the program sleep for 10 seconds, output variables, set the event object to signaled state, out of circulation.
Date
: 2026-01-10
Size
: 5kb
User
:
squallyang
[
Process-Thread
]
20110407-05-_MutexObject
DL : 0
C++ 创建线程互斥对象的实例源码下载,声明线程函数,创建线程,程序睡眠,释放互斥对象,设置事件对象为无信号状态,生成控制台程序,仅供参考。-C++ to create an instance of the thread mutex source download, declare the thread function, create a thread, the program sleep, release the mutex object, set the event object to non-signal state, generate console application for reference purposes only.
Date
: 2026-01-10
Size
: 2kb
User
:
袁元
[
Process-Thread
]
Processes-and-threads
DL : 0
Processes and threads包括使用Win32 API创建、销毁线程——控制进度条,创建MFC用户界面线程,创建MFC工作者线程,进行耗时计算,设置线程的优先级,使用全局结构进行线程间的通信,使用自定义消息进行线程间的通信,使用事件对象进行线程间的通信等-Processes and threads, including using the Win32 API to create, destroy the threads- to control the progress bar, create an MFC user interface thread, create an MFC worker threads, time-consuming calculations, set the thread priority, use the global structure of the communication between threads, the use ofcustom message for communication between threads, use the event object for communication between threads.
Date
: 2026-01-10
Size
: 954kb
User
:
阳光
[
Process-Thread
]
mappings
DL : 0
功能是仲裁访问的互斥体,包含创建数据文件,创建仲裁的互斥体,根据文件创建100个线程来读写,关闭对象-Function is to arbitrate access mutex,Includes creating a data file, create a mutex arbitration, creates 100 threads to read and write in the paper, close the object
Date
: 2026-01-10
Size
: 1kb
User
:
凤佳梅
[
Process-Thread
]
krnd
DL : 0
Types of design patterns belong to create model, it provides a kind of the best way to create the object
Date
: 2026-01-10
Size
: 20kb
User
:
Cbrnepu
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.