multithreaded program的意思|示意
多线程程序
multithreaded program的网络常见释义
多线程编程 ... multithreaded program 多线程编程 multithreaded process 多线程协同工作过程中一些线程等待另一线程提供资源所以要线程之间要同步进行 multithreaded ope 多线程 ...
multithreaded program相关短语
1、 Debugging Multithreaded Program 调试多线程程序
multithreaded program相关例句
Make sure the environment you compile the program in is not CICS. You cannot run multithreaded applications in the CICS environment.
确保您将要在其中编译程序的环境不是CICS环境,因为无法在CICS环境中运行多线程应用程序。
A primary concern in multithreaded programming is to make sure the program runs correctly — thread safe — in a system where multiple threads are executing.
多线程编程中的一个主要考虑是确保程序在执行多线程的系统中正确地——线程安全地——运行。
The multithreading topics do not teach the basics of multithreaded programming, only how to use MFC in your multithreaded program.
多执行绪主题没有教授多执行绪程式设计的基本概念,只有教授如何在您的多执行绪程式中使用 MFC。
There are some restrictions on what you can do in a multithreaded program written with the MFC library.
在用 MFC 库编写的多线程程序中有一些操作限制。
An example of a multithreaded application is a program that receives user input on one thread, performs a variety of complex calculations on a second thread, and updates a database on a third thread.
作为多线程应用程序的一个示例,某个程序在一个线程上接收用户输入,在另一个线程上执行多种复杂的计算,并在第三个线程上更新数据库。
A class that is not thread-safe can often be used safely in a multithreaded program as long as you ensure that instances of that class used by one thread are not used by other threads.
非线程安全类通常可以安全地在多线程程序中使用,只要您能确保一个线程所用的类的实例不被其它线程使用。