Variable condition的意思|示意

美 / / 英 / /

变工况


Variable condition的网络常见释义

变工况 09年第六期_中国制冷学会 - 学会书刊 Keywords Engineering thermophysics; Flow boiling; Helically-coiled tube; Refrigerants R134a [gap=325]关键词 热工学;制冷压缩机;变工况;热力性能

Variable condition相关短语

1、 Establish variable condition calculation model 建立变工况计算模型

2、 variable condition loop 可变条件循环

3、 variable condition property 变工况特性

Variable condition相关例句

The function primarily used for this is pthread_cond_wait . It takes two arguments; the first is a pointer to a condition variable, and the second is a locked mutex.

函数pthread_cond_wait主要就是用于阻塞线程的,它有两个参数;第一个是一个指向条件变量的指针,第二个是一个锁定了的互斥量。

Often, a condition is too complex for the select attribute, and you must define a variable as an RTF.

通常,条件对于select属性来说太复杂了,您必须将变量定义为rtf。

Use the single equal sign to assign a value to a variable, unlike the double equal sign (==), as in the previous condition, which compare the values.

使用单等于号来向变量赋值,而不是像在前一个条件中那样使用双等于号 (==) 来比较值。

We try to optimize the design variable condition calculation, heat pump unit heat transfer area of the parts and the parts heat load calculation.

进行优化设计、变工况计算、热泵机组各部件传热面积和各部件热负荷计算。

In some implementations, threads may occasionally wake up without a signal sent to their condition variable.

在有些实现中,线程可能偶尔在没有信号送到条件变量的情况下醒过来。

A condition variable enables developers to implement a condition in which a thread executes and then blocked.

条件变量让开发者能够实现一个条件,在这个条件下线程执行然后被阻塞。