What is the translation of " SHARED VARIABLES " in Chinese?

[ʃeəd 'veəriəblz]
[ʃeəd 'veəriəblz]
共享变量
shared variables

Examples of using Shared variables in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This is achieved by using shared variables as little as possible.
这是通过使用尽可能少的共享变量
We can use serialization to control access to shared variables.
我们可以借助串行化去控制对共享变量的访问。
This is achieved by using shared variables as rarely as possible.
这可以通过尽量不要使用共享变量来实现。
The Java programming language allows threads to access shared variables.
Java编程语言中允许线程访问共享变量
This is achieved by using shared variables as rarely as possible.
可以通过尽可能少地使用共享变量来实现。
Chapter 9 explains themore traditional aspects of concurrency based on shared variables.
第9章则讨论并发性中基于共享变量的一些传统话题。
This is achieved by using shared variables as little as possible.
这个目标通过尽可能少的使用共享变量来实现。
Chapter 9 explains themore traditional aspects of concurrency based on shared variables.
第9章则讨论并发性中较传统的基于共享变量的一些方面的话题。
Supporting general, read-write shared variables across tasks would be inefficient.
支持通用的、任务间的读写共享变量是很低效的。
Shared variables must be carefully protected with locks or other synchronization mechanisms to ensure the correctness of your code.
共享变量必须用锁或其他同步机制小心保护,以确保代码的正确性。
Supporting general, read-write shared variables across tasks would be inefficient.
对跨任务的通用的读写共享变量的支持是效率低下的。
Cross-threaded shared variables have only final consistency, unless volatile is modified.
跨线程共享的变量只具备最终一致性,除非被volatile修饰.
Mutually recursive subroutines must either use shared variables or pass state as parameters.
互递归子例程必须要么使用共享变量,要么把状态作为参数传递。
Although shared variables are fast and simple, they are also more fragile than direct messaging.
尽管共享变量快速而简单,但它们比直接消息更脆弱。
In effect, all the processes need to"wrap" their manipulation of the shared variables in acquire() and release() statements for that lock.
实际上,所有进程都需要在锁的acquire()和release()语句之间“包装”自己对共享变量的操作。
Supporting general, read-write shared variables across tasks would be inefficient.
在任务之间支持通用的,可读写的共享变量是效率是非常低的。
However, Spark does provide two limited types of shared variables for two common usage patterns: broadcast variables and accumulators.
然而,Spark提供两种有限的共享变量,供两种公用的使用模式:广播变量和累加器.
However, Spark does provide two limited types of shared variables for two common usage patterns: broadcast variables and accumulators.
但是,Spark确实为两种常见的使用模式提供了两种有限类型的共享变量:广播变量和累加器。
However, Spark does provide two limited types of shared variables for two common usage patterns: broadcast variables and accumulators.
然而,Spark为两种常见的使用模式提供了共享变量的两种限制类型:broadcast变量和accumulators。
Since condition variables are usually associated with shared variables that determine whether or not the condition is true, they are offer acquire() and release() methods.
由于条件变量通常和决定条件是否为真的共享变量相联系,它们也提供了acquire()和release()方法。
First, declare the shared variable to be volatile;
首先,声明共享变量为volatile;.
Sharing Variables in Tensorflow.
Tensorflow中的变量共享.
When you modify a shared variable, the change is not immediately reflected in all the sub-threads.
当你修改了某个共享变量的时候,变化并不是立刻体现到所有的子线程里的。
Consider the following code, where some_obj is a shared variable visible to multiple threads.
考虑下面的代码,some_obj是一个多个线程可见的共享变量.
How do I use extern to share variables between source files in C?"?
这个问题已经有一个答案在这里:gt;HowdoIuseexterntosharevariablesbetweensourcefilesinC?
Without those guarantees, lock-free programming would be impossible,since you could never let different threads manipulate a shared variable at the same time.
如果没有这些保证,无锁编程将不可能实现,因为你不能使不同的线程同时操作一个共享变量
(c) What partial internalsynchronization can still be required within the shared variable's implementation?
哪些内部同步是在共享变量的实现中需要做的?
Before an ordinary access to a shared variable is performed, all previous acquires done by the process must have completed successfully.
在对一个共享变量进行普通访问之前,进程在之前所有的获得锁而进行的操作必须成功的完成。
Results: 28, Time: 0.0327

Word-for-word translation

Top dictionary queries

English - Chinese