搜索资源列表
MultiThread1
- 这是多线程编程的一个例子,有助于我们初步理解多线程编程的原理及意义
MultiThread1
- 这是一个关于多线程的简单小程序,使用语言:vc-Multi-threaded
MultiThread1
- 实现火车站售票系统,采用多线程和互斥对象,在VC++环境实现。-Achieve the train station ticketing system, using multi-thread and mutex objects, in the VC++ environment for implementation.
MultiThread1
- 多线程实例,了解和学习多线程编程的基本思想和原理-Multi-threaded instances, understand and learn the basic idea of multi-threaded programming and principles
MultiThread1
- 一个小的多线程程序,用来改变窗口显示的时间。-A small multi-threaded program, to change the window display of the time.
MultiThread1
- 多线程示例程序,可以测试多核处理器和单核处理器的处理速度-Multi Thread program
MultiThread1
- MFC多线程编程源代码和说明文档 非好好的学习多线程机制的材料-MFC multi-threaded programming source code and documentation of non-proper study materials, multi-threading mechanism
MultiThread1
- 一个简单实用的c++多线程编程程序,是个比较好的参考学习程序-a simple and useful programm about c++ multithread programming which you can lean something from it.
MultiThread1
- 在VC6.0下基础的多线程编写,帮助初学者学习多线程-In VC6.0 prepared under the basis of multi-threaded, multi-threading to help beginners learn
MultiThread1
- VC多线程例程一及图解文档 包括源代码和说明文档-VC and multi-threaded routines a graphic document
MultiThread1
- 多线程实现窗口调用,在新窗口添加一个EDIT 获得当前时间并显示-Window called multi-threading in a new window to add the current time and displays the EDIT
MultiThread1
- VC++多线程编程实例集锦,帮助大家好好学习编程-VC++ multi-threaded programming highlights examples to help you learn programming
MultiThread1
- 多线程的一个比较简单的实例,主要功能是显示本机上的时间。-A relatively simple multi-threaded instance, the main function is to display the time on the machine.
MultiThread1
- 多线程编程 多线程编程学习指导,这个适合多线程编程初学者。对学习有比较大的帮助。欢迎大家下载与共享。谢谢支持。-Multi-threaded programming study guide, suitable for multi-threaded programming beginners.Big help in learning.Are welcome to download and sharing.Thank you support.
MultiThread1
- 多线程编程,建立一个基于对话框的工程MultiThread1,在对话框IDD_MULTITHREAD1_DIALOG中加入两个按钮和一个编辑框,两个按钮的ID分别是IDC_START,IDC_STOP -Multi-threaded programming, the establishment of a dialog-based project MultiThread1 in the dialog box IDD_MULTITHREAD1_DIALOG add two buttons and a
multithread1.1
- labwindows/cvi 多线程实例 经过自己修改-labwindows/cvi multi-threaded example after their changes
MultiThread1
- 创建了一个很简单的线程,能够在编辑框中显示系统的当前时间-Created a very simple thread, the system can display the current time in the edit box
MultiThread1
- Win32 SDK函数支持进行多线程的程序设计,并提供了操作系统原理中的各种同步、互斥和临界区等操作。Visual C++ 6.0中,使用MFC类库也实现了多线程的程序设计,使得多线程编程更加方便。该例程为Windows API 编写的一个多线程程序实例。-Win32 SDK function supports multi-threaded programming, and provides a variety of operating system principles in synchron
MultiThread1
- 多线程入门代码,用实例讲解的vc++多线程的基本知识,对入门多线程是个不错的选择。-vc++