搜索资源列表
MultiThread
- VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。 -VC++ multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex objec
20100421MultiThread3
- 该程序演示如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。-This program demonstrates how to send a structure to a thread function, you can send a link structure pointer parameter to complete.
20100422MultiThread5
- 使用MFC 类库编程实现如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。-Programming using MFC, how to send a structure to a thread function, you can send a structure pointer parameter points to finish.
MultiThread5
- 使用MFC 类库编程实现多线程的实例,其功能为演示如何传送一个指向结构体的指针参数。-Programming using the MFC class library multi-threaded instance, its function as a demonstration on how to send a pointer to a pointer to the structure parameters.
MultiThread3
- 基于VC++的MFC多线程实例,该实例演示了如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。-MFC examples of multi-thread based VC++ of the examples demonstrated how to transfer a structure to a thread function, the parameters can be a pointer to a structure through transfer to co