multithreading

  • 网络多线程;多执行绪;多线程处理

multithreadingmultithreading

multithreading

多线程

多线程(Multithreading)支持,包括:_Thread_local存储类型标识符,头文件,里面包含了线程的创建和管理函数。 …

多执行绪

...行绪,中国大陆惯用术语为作多线程,台湾惯用术语为作多执行绪(英语:Multithreading),是指从软件或者硬件上实现多 …

多线程处理

等待线程... ... 多线程并行处理 simultaneous multithreading 多线程处理 multithreading 多线程单元 multithreaded apartment ...

多线程技术

  多线程技术multithreading)是编程中最强大的概念之一。使用多线程技术,你可以把复杂的事务拆分到彼此独立执行的多个 …

多线程渲染

...ader)、曲面细分(Tessellation)、多线程渲染(Multithreading)等新技术,DX11可以带来更快的渲染速度、更多的渲染方式和更 …

多线索

英语新词汇与常用词汇的翻译(M) ... multitasking 多任务处理 multithreading 多线索 multitude 多数 ...

多执行绪处理

多行不... ... 多执行绪 multithreading 多执行绪处理 multithreading 多执行绪伺服器应用程式 multithreaded server application ...

1
Thegoal of multithreading hardware support is to allow quick switching between a blocked thread and another thread ready to run. 的目标,多线程硬件支持是让之间的快速转换阻塞线程和另一个线程准备运行。
2
An multithreading operating systems that allow different parts of a software program to run concurrently. 多线程操作系统允许一种软件程序的不同部分并发运行。
3
"UNO does not depend on any graphical subsystem, but is heavily based on multithreading and network communication capabilities, " he said. 他说:“UNO不依赖于任何图形子系统,但在很大程度上基于多线程和网络通信能力。”
4
As you can imagine, polling sacrifices many of the advantages of multithreading in return for control over the order that threads run. 您可以想像得到,通过轮询来实现对线程运行顺序的控制将牺牲多线程处理的许多优点。
5
By taking advantage of multithreading in the new VM the web container is able to dispatch multiple HTTP and HTTPS requests concurrently. 由于充分利用了新虚拟机中多线程的优势,该Web容器可以同时分发多个HTTP和HTTPS请求。
6
Such schemes can be considered a type of block multithreading among the user program thread and the interrupt threads. 这些计划可以被看作是一种类型的块多线程之间的用户程序线程和中断线程。
7
To see how applications can retrieve this value, see Multithreading: Terminating Threads. 有关应用程序如何检索此值的信息,请参见多线程处理:终止线程。
8
When you use multithreading of any sort, your code can be exposed to very serious and complex bugs. 使用任何一种多线程时,代码都容易产生非常严重而复杂的bug。
9
When using multithreading of any sort, you potentially expose yourself to very serious and complex bugs. 在使用任何种类的多线程时,可能会遇到非常严重和复杂的bug。
10
When you use multithreading of any sort, you potentially expose yourself to very serious and complex bugs. 当您使用任何一种多线程编程时,都有可能会遇到非常严重而复杂的Bug。
11
MDP is able to handle the complexities associated with and asynchronous messaging and multithreading. MDP能够处理与异步消息传送和多线程相关的复杂性。
12
Watch out for the language elements that will not work with multithreading. 小心那些无法用于多线程的语言元素。
13
What I stress studied are data cleaning, data type transforming, multithreading running model of data migration, etc. 其中重点研究了ETL的数据清洗、数据类型转换、多线程运行模型等问题。
14
They run close to the metal and can take advantage of performance boosters like GPU acceleration and multithreading. 它们几近是在硬件上运行,可利用诸如GPU加速和多线程这样的性能助推器。
15
Multithreading improves the performance and responsiveness of your applications. 多线程处理可提高应用程序的性能和响应能力。
16
It features communications acceleration, chip multiprocessing, and simultaneous multithreading (SMT). 它的特色是通信加速、芯片多进程和同步多线程(simultaneousmultithreading,SMT)。
17
Multithreading, or free threading, is the ability of an application to execute multiple threads of operation simultaneously. “多线程处理”或“自由线程处理”指的是一个程序同时执行多个操作线程的能力。
18
For descriptions of these restrictions and other tips about using threads, see Multithreading: Programming Tips. 有关这些限制的说明以及使用线程的其他提示,请参见多线程处理:编程提示。
19
This paper used multithreading technology to ensure the real-time of operation, display and input control of the simulation system. 本文使用多线程的技术手段保证了仿真系统的运行、显示、输入控制的实时性。
20
The singleton instance serves concurrent requests using multithreading, so it has to be thread-safe. singleton实例使用多线程服务并发请求,因此它必须是线程安全的(thread-safe)。
21
Multithreading: Programming Tips describes techniques that you can use to get around problems that might arise in these situations. 多执行绪:程式设计提示说明您可用来处理在这些情况中可能发生的问题的技术。
22
An example of a component that might make use of multithreading would be a component that calculates payroll information. 计算工资表信息的组件就是一个可能利用多线程处理的组件示例。
23
Multithreading is difficult, and a thorough design before you start to code will help avoid difficult-to-detect locking problems. 多线程是困难的,在开始编程之前详细设计系统能够帮助你避免难以发现死锁的问题。
24
Application of multithreading technology in the control system of a three freedoms picking robot of auto aerial stuff store is introduced. 介绍了多线程技术在自动化航材库三自由度拾取机器人控制系统中的应用。
25
Multithreading communications to use the global variable coupling causes the function to a greater degree. 多线程通信使用的全局变量导致函数耦合度较大。
26
A multithreading example is one of the best ways to show you how to use commands to compile, link, and execute a program. 多线程示例是展示如何使用命令编译、链接和执行程序的最佳方法之一。
27
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窗体应用程序中使用多线程,调用您的控件时一定注意要用一种线程安全的方式。
28
All programmers are fluent in these algorithms, including such things as recursion, hierarchical data structures, and multithreading. 所有的程序员都熟悉这些算法,包括递归、层次数据结构和多线程等。
29
Managed Threading Best Practices Multithreading requires careful programming. 多线程处理需要在编程时倍加注意。
30
Multithreading techniques of digital business card printing and membership card modes including heat transfer and laser ink-jet printing. 证卡的数字制卡和会员卡制息方法包罗冷不停印和激光喷不朱打印。