-
一个在MFC里用多线程播放音乐的示例程序
一个在MFC里用多线程播放音乐的示例程序-MFC inside a music player with multi-threaded sample program
- 2022-02-28 16:23:16下载
- 积分:1
-
关于线程的代码,很实用,希望大家多多支持,互相学习
关于线程的代码,很实用,希望大家多多支持,互相学习-Code on the thread, very useful, hope that we can support and learn from each other
- 2022-01-25 16:18:42下载
- 积分:1
-
多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编
多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Procedures for the preparation of multi-threaded, multi-threaded applications easily arise. Mutex object to explain, how to use the mutex object to realize multi-thread synchronization. How to use named mutex object to ensure that applications run only one instance. Application of multi-threaded chat room procedures for the preparation of the network.
- 2022-03-29 20:07:17下载
- 积分:1
-
一个不错的通过设置任意多个事件(Event)来激发多个任务函数的线程类。...
一个不错的通过设置任意多个事件(Event)来激发多个任务函数的线程类。- Is good (Event) stimulates many duties function through
establishment wilfully many events the line regulation class.
- 2022-02-05 23:11:15下载
- 积分:1
-
3种多线程同步方式(Critical Section,Mutex,Event)的小例子
3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex,
Event) small example
- 2022-12-03 08:40:03下载
- 积分:1
-
将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序...
将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序- Sends to in other procedure the communication content thus a
realization track advancement communication content procedure
- 2023-07-22 20:35:03下载
- 积分:1
-
visual c++消息处理和多线程编程
visual c++消息处理和多线程编程-visual c++ message processing and multi-threaded programming
- 2022-07-26 08:06:31下载
- 积分:1
-
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间...
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间的通信不但是难以避免的,而且在多线程编程中也是复杂和频繁的,下面将进行说明。-Generally speaking, the application of a secondary thread is always the main thread to perform a specific task, so that main thread and secondary threads must have a channel for the transmission of information, which is the main thread and the secondary thread to communicate between. This inter-thread communication is not only inevitable, but also in multi-threaded programming is complex and frequent, the following description will be carried out.
- 2022-03-06 14:41:20下载
- 积分:1
-
多线程控制实例。一个用户界面线程,负责响应工作者线程。...
多线程控制实例。一个用户界面线程,负责响应工作者线程。-multithreaded control examples. A user interface thread, the thread is responsible for response workers.
- 2022-03-04 06:15:17下载
- 积分:1
-
一个使用C语言编写的模拟windows进程管理的程序,包括进程的创建,查看,替换,消息通信等等,我自己做的,非常精简...
一个使用C语言编写的模拟windows进程管理的程序,包括进程的创建,查看,替换,消息通信等等,我自己做的,非常精简-a C language simulation windows process management procedures, including the process of creating, viewing, replacement, news communications, etc., I do, very concise
- 2022-01-30 18:23:31下载
- 积分:1