MULTIPLE THREADS 中文是什么意思 - 中文翻译

['mʌltipl θredz]
['mʌltipl θredz]
多线程

在 英语 中使用 Multiple threads 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
People say"We want to have multiple threads inside Smalltalk.".
人们会说“我们想要在Smalltalk中拥有多线程
Multiple threads within the same process can communicate and share resources.
在同一个进程中的多个线程是共享内存与资源的。
To take advantage of multi-core systems,Python must support multiple threads of execution.
想要利用多核系统,Python必须支持多线程
The class isn't thread-safe, because if multiple threads try to modify the data member n, the result is undefined.
这个类不是线程安全的,因为假如多个线程都试图修改数据成员n,结果未定义。
To take advantage of multi-core systems,Python must support multiple threads of execution.
要想利用多核系统,Python必须支持多线程运行。
When you have multiple threads executing the same program, it is like having multiple CPUs execute within the same program.
当你有多个线程执行同一个程序时,就好比多个CPU在同一个程序中执行。
To take advantage of multi-core systems,Python must support multiple threads of execution.
为了利用多核系统,Python必须支持多线程运行。
Code that executes correctly under multiple threads, but slower than the same code running on a single thread, is hardly an improvement.
代码在多个线程下面正确执行,但比相同代码在一个单独线程中执行慢,这是难以改善的。
The problem with signals is not what they do,but their behavior when your application has multiple threads.
使用信号量的问题并不是你要做什么,而是当你程序是多线程的时候它们的行为。
Due to the design of the Python interpreter, using multiple threads to increase performance is at best a difficult task.
由于Python解释器的设计,使用多线程以提高性能可以算是一个困难的任务。
There are also enhancements to the concurrency framework,which lets you manage and accumulate values in multiple threads.
并行框架也得到了加强,允许你在多线程里管理和累积值。
WebKit's Riptide GC already mostly supports multiple threads because our JIT threads can access the heap.
Webkit的RiptideGC已经在大多数情况下上支持了多线程,因为我们的JIT线程是可以访问堆的。
Immutable data cannot be changed andthus reading immutable data does not call for locks, even if multiple threads are reading.
不可变数据是不能更改的,因此读取不可变数据无需用到锁,即使有多个线程读取时也是如此。
By allowing the computer to download the data in multiple threads, we were able to speed up the I/O process from hours to minutes.”.
通过让计算机在多个线程中下载数据,我们能够将I/O进程从几小时加快到几分钟。
With the the auto-parallelizer,a loop is reorganized so that it can be executed on multiple threads at the same time.
使用自动并行化,循环能够被重组织以便它能同时在多线程中执行。
This guide shows you how to set up and use multiple threads in an Android app, using a thread pool object.
这个章节会向你展示如何在一个Android应用中创建和使用多线程,以及如何使用线程池对象(threadpoolobject)。
Listing 16-15: Using an Arc<T> to wrap the Mutex<T>to be able to share ownership across multiple threads.
示例16-15:使用Arc<T>包装一个Mutex<T>能够实现在多线程之间共享所有权.
If multiple threads access a set concurrently, and at least one of the threads modifies the set, it must be synchronized externally.
如果多个线程同时访问一个哈希set,而其中至少一个线程修改了该set,那么它必须保持外部同步。
There are also many problems that cannot easily be tested at all-for example those that are nondeterministic or involve multiple threads.
也有些问题是根本不能简单地检测出来的--例如具不确定性的或牵扯到多线程的问题。
If multiple threads access a list concurrently, and at least one of the threads modifies the list structurally, it must be synchronized externally.
如果多个线程同时访问一个集合,而其中至少一个线程修改了该集合,那么它必须保持外部同步。
There are just 27 lines of code in Figure 1, providing an elegant andconcise way to ensure that objects are synchronized across multiple threads.
图1中只有27行代码,但却精妙简洁地确保对象跨多个线程进行同步。
Likewise, although multiple threads can run within the Python interpreter, only one thread is being executed by the interpreter at any given time.
同理,尽管Python解释器中可以运行多个线程,但是在任意给定时刻只有一个线程会被解释器执行。
He started talking with fellow students so see if theycould borrow ideas from parallel processing and multiple threads and apply them to cluster management.
他与同学们讨论能否借鉴并行处理和多线程的思想,并将它们应用到集群管理上。
If you want to use collections in multiple threads, have a look at synchronized wrappers and particularly concurrent collections.
如果你想在多线程中使用集合,可以看一看synchronizedwrappers(同步包装)尤其是concurrentcollections(并发集合).
In Chapter 16, we will walk through different models of concurrent programming andtalk about how Rust helps you to program in multiple threads fearlessly.
第十六章会学习不同的并发编程模型,并讨论Rust如何助你无畏的编写多线程程序。
Therefore, a mechanism is needed to enable multiple threads to read only when there is no conflict between threads, and can be done through Lock.
因此就需要一种机制来使得多个线程都只是进行读操作时,线程之间不会发生冲突,通过Lock就可以办到。
You can think of the operating system as a container that holds multiple processes,where each process is a container that holds multiple threads.
你可以把你的操作系统看做一个持有多个进程的容器,每个进程又是一个持有多个线程的容器。
The Java language supports simultaneous execution of multiple threads and provides a synchronization mechanism between multiple threads(keyword is synchronized).
Java语言支持线程的同时执行,并提供多线程之间的同步机制(关键字为synchronized)。
While VB6 supports multiple single-threaded apartments, it does not support a freethreading model,which allows multiple threads to run against the same set of data.
虽然VB支持多个单线程的单元,但并不支持允许多个线程在同一个数据集上运行的自由线程模型。
结果: 29, 时间: 0.0313

单词翻译

顶级字典查询

英语 - 中文