multithreading
美
英 
- 網(wǎng)絡(luò)多線程;多執(zhí)行緒;多線程處理
例句
Thegoal of multithreading hardware support is to allow quick switching between a blocked thread and another thread ready to run.
的目標(biāo),多線程硬件支持是讓之間的快速轉(zhuǎn)換阻塞線程和另一個線程準(zhǔn)備運行。
An multithreading operating systems that allow different parts of a software program to run concurrently.
多線程操作系統(tǒng)允許一種軟件程序的不同部分并發(fā)運行。
"UNO does not depend on any graphical subsystem, but is heavily based on multithreading and network communication capabilities, " he said.
他說:“UNO不依賴于任何圖形子系統(tǒng),但在很大程度上基于多線程和網(wǎng)絡(luò)通信能力。”
As you can imagine, polling sacrifices many of the advantages of multithreading in return for control over the order that threads run.
您可以想像得到,通過輪詢來實現(xiàn)對線程運行順序的控制將犧牲多線程處理的許多優(yōu)點。
By taking advantage of multithreading in the new VM the web container is able to dispatch multiple HTTP and HTTPS requests concurrently.
由于充分利用了新虛擬機中多線程的優(yōu)勢,該Web容器可以同時分發(fā)多個HTTP和HTTPS請求。
Such schemes can be considered a type of block multithreading among the user program thread and the interrupt threads.
這些計劃可以被看作是一種類型的塊多線程之間的用戶程序線程和中斷線程。
To see how applications can retrieve this value, see Multithreading: Terminating Threads.
有關(guān)應(yīng)用程序如何檢索此值的信息,請參見多線程處理:終止線程。
When you use multithreading of any sort, your code can be exposed to very serious and complex bugs.
使用任何一種多線程時,代碼都容易產(chǎn)生非常嚴(yán)重而復(fù)雜的bug。
When using multithreading of any sort, you potentially expose yourself to very serious and complex bugs.
在使用任何種類的多線程時,可能會遇到非常嚴(yán)重和復(fù)雜的bug。
When you use multithreading of any sort, you potentially expose yourself to very serious and complex bugs.
當(dāng)您使用任何一種多線程編程時,都有可能會遇到非常嚴(yán)重而復(fù)雜的Bug。
MDP is able to handle the complexities associated with and asynchronous messaging and multithreading.
MDP能夠處理與異步消息傳送和多線程相關(guān)的復(fù)雜性。
Watch out for the language elements that will not work with multithreading.
小心那些無法用于多線程的語言元素。
What I stress studied are data cleaning, data type transforming, multithreading running model of data migration, etc.
其中重點研究了ETL的數(shù)據(jù)清洗、數(shù)據(jù)類型轉(zhuǎn)換、多線程運行模型等問題。
They run close to the metal and can take advantage of performance boosters like GPU acceleration and multithreading.
它們幾近是在硬件上運行,可利用諸如GPU加速和多線程這樣的性能助推器。
Multithreading improves the performance and responsiveness of your applications.
多線程處理可提高應(yīng)用程序的性能和響應(yīng)能力。
It features communications acceleration, chip multiprocessing, and simultaneous multithreading (SMT).
它的特色是通信加速、芯片多進(jìn)程和同步多線程(simultaneousmultithreading,SMT)。
Multithreading, or free threading, is the ability of an application to execute multiple threads of operation simultaneously.
“多線程處理”或“自由線程處理”指的是一個程序同時執(zhí)行多個操作線程的能力。
For descriptions of these restrictions and other tips about using threads, see Multithreading: Programming Tips.
有關(guān)這些限制的說明以及使用線程的其他提示,請參見多線程處理:編程提示。
This paper used multithreading technology to ensure the real-time of operation, display and input control of the simulation system.
本文使用多線程的技術(shù)手段保證了仿真系統(tǒng)的運行、顯示、輸入控制的實時性。
The singleton instance serves concurrent requests using multithreading, so it has to be thread-safe.
singleton實例使用多線程服務(wù)并發(fā)請求,因此它必須是線程安全的(thread-safe)。
Multithreading: Programming Tips describes techniques that you can use to get around problems that might arise in these situations.
多執(zhí)行緒:程式設(shè)計提示說明您可用來處理在這些情況中可能發(fā)生的問題的技術(shù)。
An example of a component that might make use of multithreading would be a component that calculates payroll information.
計算工資表信息的組件就是一個可能利用多線程處理的組件示例。
Multithreading is difficult, and a thorough design before you start to code will help avoid difficult-to-detect locking problems.
多線程是困難的,在開始編程之前詳細(xì)設(shè)計系統(tǒng)能夠幫助你避免難以發(fā)現(xiàn)死鎖的問題。
Application of multithreading technology in the control system of a three freedoms picking robot of auto aerial stuff store is introduced.
介紹了多線程技術(shù)在自動化航材庫三自由度拾取機器人控制系統(tǒng)中的應(yīng)用。
Multithreading communications to use the global variable coupling causes the function to a greater degree.
多線程通信使用的全局變量導(dǎo)致函數(shù)耦合度較大。
A multithreading example is one of the best ways to show you how to use commands to compile, link, and execute a program.
多線程示例是展示如何使用命令編譯、鏈接和執(zhí)行程序的最佳方法之一。
If you use multithreading in your Windows Forms applications, you must be careful to make calls to your controls in a thread-safe way.
如果您在Windows窗體應(yīng)用程序中使用多線程,調(diào)用您的控件時一定注意要用一種線程安全的方式。
All programmers are fluent in these algorithms, including such things as recursion, hierarchical data structures, and multithreading.
所有的程序員都熟悉這些算法,包括遞歸、層次數(shù)據(jù)結(jié)構(gòu)和多線程等。
Managed Threading Best Practices Multithreading requires careful programming.
多線程處理需要在編程時倍加注意。
Multithreading techniques of digital business card printing and membership card modes including heat transfer and laser ink-jet printing.
證卡的數(shù)字制卡和會員卡制息方法包羅冷不停印和激光噴不朱打印。
Therefore, on certain CE platforms, the compiler may generate warnings about DCOM support and single and multithreading definition.
因此,在某些CE平臺上,編譯器可能會生成有關(guān)DCOM支持和單線程與多線程定義的警告。
The multithreading topics do not teach the basics of multithreaded programming, only how to use MFC in your multithreaded program.
多執(zhí)行緒主題沒有教授多執(zhí)行緒程式設(shè)計的基本概念,只有教授如何在您的多執(zhí)行緒程式中使用MFC。
With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources.
對于多線程,同步是有能力控制出入的多線程共享資源。
Thisminimizes the amount of software changes needed within the applications well as the operating system to support multithreading.
這樣做可以減小數(shù)額的變化需要在軟件的應(yīng)用以及操作系統(tǒng)支持多線程。
Multithreading is also useful when creating scalable applications, because you can add threads as the workload increases.
多線程處理在創(chuàng)建可縮放應(yīng)用程序時也很有用,因為工作量增加時可以添加線程。
Consult the Managed Threading Best Practices before implementing any solution that uses multithreading.
在實現(xiàn)任何一種使用多線程處理的解決方案之前,請先參考ManagedThreadingBestPractices。
For information about communicating from the worker thread to the caller, see Multithreading: Programming Tips.
有關(guān)從輔助線程到調(diào)用方進(jìn)行通信的信息,請參見多線程處理:編程提示。
In particular, IO and GUI programming both require multithreading to provide a seamless experience for the user.
特別是,IO和GUI編程都需要多線程來為用戶提供完美的體驗。
The multithreading and serial communication technology was used to meet the request of real-time and multitask.
系統(tǒng)采用多線程技術(shù)與串口通信技術(shù),較好地滿足了數(shù)控系統(tǒng)的實時性與多任務(wù)性要求。
Before implementing any solution that uses multithreading, see Managed Threading Best Practices.
在實現(xiàn)任何使用多線程編程的解決方案之前,請參見托管線程處理的最佳做法。