What is the translation of " 不同的线程 " in English?

Examples of using 不同的线程 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
很多不同的线程导致这一点。
Different paths lead to this.
Memoryconsistencyerrors:它指的是不同的线程对于相同的数据产生了inconsistentviews。
Memory consistency errors:Memory consistency errors occur when different threads have inconsistent views of the same data.
所以类似于cv::Mat可以使用在不同的线程之中,因为因为引用技术操作使用的是原子操作。
The same cv::Mat can be used in different threads because the reference-counting operations use the architecture-specific atomic instructions.
允许或拒绝不同的线程在句柄上等待文件或文件夹,并与另一个可能向它发信号的线程同步。
Allows or denies different threads to wait on the handle for the file or folder and synchronize with another thread that may signal it.
Memoryconsistencyerrors:它指的是不同的线程对于相同的数据产生了inconsistentviews。
Memory inconsistency errors occur when different threads have inconsistent views of the same data.
Combinations with other parts of speech
代码和数据共享的优点是它允许一个应用程序在同一地址空间有多个不同的活动线程
The advantage of sharing codeis that it allows any application to have multiple different threads of activity inside the same address space.
代码和数据共享的优点是它允许一个应用程序在同一地址空间有多个不同的活动线程
The benefit of sharing code anddata is that it allows an application to have several different threads of activity within the same address space.
为了测试,我安装了该应用程序,并打开了几个不同的线程
To test, I installed the app and started a few different threads.
现在我们将看到两个例子,我们将使用两个不同的线程打印一个计数器。
Now we are going to see two examples,where we will print a counter using two different threads.
程中,操作系统实际上知道每个线程,并且可以随时中断它以开始运行不同的线程
In threading, the operating system actually knows about each thread andcan interrupt it at any time to start running a different thread.
解决上面的问题,许多人会简单的把它移动到不同的线程中。
To solve this problem, many people simple move this code into a different thread.
与WhatsAppBusiness类似,Messenger提供了许多工具来帮助企业所有者控制不同的线程
Similarly to WhatsApp Business, Messenger offers a number oftools to help business owners keep their different threads under control.
当然,这个方法也有个潜在的问题:如果timeToWords()方法同时被不同的线程调用,使用同一个StringBuilder会出现问题。
There is one potential problem with this approach: If timeToWords()is called by different threads simultaneously, the use of a single StringBuilder will cause problems<
如果不得不执行无法立即完成的工作,就必须确保它们处于不同的线程之中(“后台”或“工作”线程)。
If you have operations to perform that are not instantaneous,you should make sure to do them in separate threads("background" or"worker" threads)..
不同的线程可以同时安全地处理不同的文档。
Different threads can safely work on different documents at the same time.
内存一致性错误发生在当不同的线程本对相同数据有不一致的视角。
Memory inconsistency errors occur when different threads have inconsistent views of the same data.
内存一致性错误发生在当不同的线程本对相同数据有不一致的视角。
Memory consistency errors occur when different threads have inconsistent views of what should be the same data.
他们共同的问题是主要的时间操作系统全部利用了完全不同的线程编程方法。
Their common problem was that the primaryoperating systems of the time all imposed drastically different ways of programming for threads.
相反,对于异步处理程序,可以将不同的线程分配给同一请求(在不同的时间)。
With asynchronous handlers, in contrast, different threads may be assigned to the same request(at different times).
这允许两个不同的线程并行地在单个对象上执行两个不同的方法:.
This allows two different threads to execute two different methods on a single object in parallel:.
如果没有这些保证,无锁编程将不可能实现,因为你不能使不同的线程同时操作一个共享变量。
Without those guarantees, lock-free programming would be impossible,since you could never let different threads manipulate a shared variable at the same time.
让我们假定在您的应用程序中,有多个子计算可以在不同的线程中潜在地被执行。
Let us assume that in your application,there are several subcomputations that can potentially be executed in separate threads.
在函数式程序中,没有任何数据会被同一个线程修改两次,更不用说被两个不同的线程修改了。
No piece of data in a functional program is modified twice by the same thread,let alone by two different threads.
美国不同地区有不同的线程最终会聚合,尼维斯说。
There are different threads in different parts of the U.S.” that eventually converge, Nevins says.
美国不同地区有不同的线程最终会聚合,尼维斯说。
There are different threads in different parts of the US" that eventually converge, Nevins said.
解释器要留意的是避免在不同的线程操作内部共享的数据。
The interpreter must be mindful not to operate on internally shared data from different threads.
每个worker(TaskManager)都是一个JVM进程,并且可以在不同的线程中执行一个或多个subtasks。
Each worker(TaskManager) is a JVM process,and may execute one or more subtasks in separate threads.
算子子任务之间相互独立,并且在不同的线程中执行,甚至有可能在不同的机器或容器上执行。
The operator subtasks are independent of one another, and execute in different threads and possibly on different machines or containers.
原因很简单:因为transient是可变的,在不同的线程中使用它将会非常危险的,所以需要同步。
The reason is simple: since the transient is mutable,using it from different threads would be dangerous and require synchronization.
同时,相同的cv::Mat也可以在不同的线程中使用,因为这里有引用计数来实现特定架构的原子操作。
Also, the same cv::Mat can be used in different threads because the reference-counting operations use the architecture-specific atomic instructions.
Results: 135, Time: 0.02

Word-for-word translation

Top dictionary queries

Chinese - English