搜索资源列表
getorsendmessage
- 实现了,qt在windows上 跨进程间的消息 信息传递 功能 主要依托 win32 API 对OnCopyData 的映射。目的可以使qt的灵活在windows性大大提高。
pi
- 利用win32 api 多线程求pi 适合初学win32多线程的人
multitreadsrc1
- MFC中的多线程设计,给出了Win32 API多线程编程例程实用的范例。适合初学者对多线程的熟悉和掌握。
Modem
- 利用win32串口API函数,通过读写串口控制modem-Serial port using win32 API functions to read and write serial control via modem
IImage
- MFC多线程编程 Win32 API对多线程编程的支持-MFC
multhread
- 多线程编程:Win32 API多线程编程例程、MFC中的多线程开发、线程间通讯、线程的同步。-Multi-threaded programming: Win32 API routine multi-threaded programming, MFC in the multi-threaded development, inter-thread communication, thread synchronization.
SSiFun-V1.3.0.1
- SSiFun通过设计一个通用、简便的数据接口,来封装Windows进程间函数调用的技术实现细节,提高开发效率。一个Dll同时适用于调用者和服务提供者(即客户端和服务端),避免了服务端、客户端的协议兼容和版本问题。SSiFun提供标准WIN32 API接口,适用于各类编程语言(包括VC++、Delphi、VB、C#等)调用。SSiFun.dll 采用VC++ 7.1(VS2003)编制,提供了 SSiFun.dll、SSiFun.lib、SSiFun.h,可直接加入到VC++项目中调用。 支持
BallMove
- MFC中使用WIN32 API线程函数创建一个多线程程序,本例是基于对话框的应用程序。-MFC thread using WIN32 API functions to create a multi-threaded program, in this case is a dialog-based applications.
20100420MultiThread1
- Win32 API多线程程序,使用Win32 API编写的多线程。-Win32 API multi-threaded program, use the Win32 API written in multiple threads.
Multi-threadedapplicationdevelopment
- Microsoft Win32? 应用程序编程接口(API)下提供多线程访问的库是不同的,但是我们不关注这一问题。示例程序套件,Threadlib.exe,是在一个Microsoft Foundation Class Library (MFC)应用程序中使用Win32多线程API来编写的,但是,您是使用Microsoft C运行时(CRT)库、MFC库,还是单纯的(barebones) Win32 API来创建和维持线程-Multi-threaded application developme
multi(use-win32-api)
- 一个多线程实现实例,包括绘图等四个任务的多窗口实现-Instances of a multithreaded implementation, including drawing the four tasks to achieve multi-window
p-and-c
- 在Windows和Linux操作系统上,利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-In the Windows and Linux operating systems, the use of their operating system provided Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer
978686786
- 使用Win32 API创建、销毁线程——控制进度条-Use Win32 API to create, destroy the thread- the progress bar control
BallMove
- 使用Win32 API线程函数创建多线程程序实例源码-Thread function using the Win32 API source code examples to create multi-threaded program
CreateThread
- vc使用Win32 API创建、销毁线程的程序源码-Use Win32 API to create, destroy threads
CreateThread
- vc 使用Win32 API创建、销毁线程的程序源码,不错,推荐-Use Win32 API to create, destroy threads
Processes-and-threads
- 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, c
CreateThread
- 使用Win32 API创建、销毁线程 创建线程控制进度条-Using the Win32 API to create, destroy thread ,creates thread to control the progress bar
Thread-Synchronization
- 调用SDK win32 api来编写多线程的程序,很好地说明了线程同步问题,通过稍微的更改原程序,就可以是原来没有考虑线程同步问题的程序解决同步问题。该源代码给出了最终完整代码,很有帮助学习。-SDK win32 api to write multi-threaded programs is called a good illustration of the thread synchronization problem, through slight changes to the origin
multithreading
- 关于多线程源码,适用于初学者学习,附带源码。-win32 API multithreading