What is the translation of " BOOL " in Chinese?

一个bool

Examples of using Bool in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Bool(to some extent).
Pico(某种程度上).
Type of True is<class'bool'>
D的类型是:<class'bool'>
Bool is one of the simplest data types.
布尔型是最简单的数据类型。
It's the namesake of the mathematician George Bool.
这是一位名叫GeorgeBoole的数学家。
Culaba National Vocational School Bool National High School.
国立库拉巴职业学校布尔国立高中.
The bool is set to false so as to terminate the above while loop.
将布尔值设置为false是为了结束以上的while循环。
No standard conversions exist between bool and other types.
在bool和其他类型之间不存在标准转换。
Culaba Community Hospital Bool Health Center Bacolod Health Center Pinamihagan Health Center.
库拉巴社区医院布尔卫生服务中心巴科洛德健康中心彼得哈根卫生服务中心.
No standard conversions exist between bool and other types.
在bool和其它类型间不存在标准的转换。
Similarly, the vector< bool>::iterator does not yield a bool& when dereferenced.
类似地,vector<bool>::iterator在解除引用时不产生一个bool&。
The error indicates that Rust expected a bool but got an integer.
这个错误表明Rust期望一个bool却得到了一个整数。
It's also worthnoting that the condition in this code must be a bool.
另外值得注意的是代码中的条件必须是bool值
Each of the comparison operators returns a Bool value to indicate whether or not the statement is true.
每个比较运算符都会返回一个Bool值来表示语句是否为真:.
In both cases, it is written as(s1: String, s2:String)-> Bool.
在这两种方式中,都写成了(s1:String,s2:String)->Bool类型
Then, if x is true,y is evaluated and converted to type bool, and this becomes the result of the operation.
然后,如果x为true,y求值,并转换为bool类型,这就是操作的结果。
Stack memory- the memory space in which we typically allocate value types like int,double, bool,….
栈内存--我们通常分配的值类型的内存空间,比如int,double,bool,…….
Once you have the count information indexed,you can construct a bool filter that enforces the appropriate number of terms.
一旦你索引了标签个数,你可以构造一个bool过滤器来限制短语个数:.
Avoid using the default keyword for the known types(primitive types) like int,decimal, bool, etcetera.
避免对已知类型(原始类型)使用默认关键字,比如int,decimal,bool等。
In the following contexts, the type bool is expected and the implicit conversion is performed if the declaration bool t(e);
下列语境中,期待类型bool,而若声明boolt(e);
If either M or N is not an integer type,or if either is(possibly cv-qualified) bool, the program is ill-formed.
若M或N不是整数类型,或其中有(可为cv限定的)bool,则程序为病态。
Like the filter equivalent, the bool query accepts multiple query clauses under the must, must_not, and should parameters.
与filter对应,bool查询接受多个查询语句,must,must_not,和should参数。
A tuple is a product type, so we are dealing with products of 256 Booleans: bool× bool× bool×…× bool.
元组是积类型,因此我们要处理的是256个Bool值的积:bool×bool×bool×…×bool。
Furthermore, we can compose bool queries inside any of these bool clauses to mimic any complex multi-level boolean logic.
此外,我们可以在任何一个bool语句内部构建bool查询,从而模拟出任何复杂的多级别的boolean逻辑。
Here we have chosen to define the Regiontype as a simple type alias for(Position)-> Bool functions.
我们选择了将Region类型定义为简单类型,并作为(Position)->Bool函数的别名。
Types bool, char, char16_t, char32_t, wchar_t, and the signed and unsigned integer types are collectively called integral types.
类型为BOOL,CHAR,char16_t,char32_t,wchar_t的,和有符号、无符号整型统称为整型。
To give an example,the two following snippets of code only compile because the i32 and bool types implement the Copy trait.
作为一个例子,如下两段代码能够编译是因为i32和bool类型实现了Copytrait。
The delegate can be instantiated as Func<int, bool> myFunc where int is an input parameter and bool is the return value.
可以将委托实例化为Func<int,bool>myFunc,其中int是输入参数,bool是返回值。
To fully understand how the match query handles multiword queries,we need to look at how to combine multiple queries with the bool query.
要全面理解match查询是怎样处理多词查询,我们需要了解怎样用bool查询合并多个查询。
Yet another disadvantage of this form is that it uses the c99 bool type, which is only available on modern compilers and not backwards compatible.
这种形式的另一个缺点是它使用C99bool类型,该类型仅在现代编译器上可用,而不能向后兼容。
Here, the function type of the sort(_:)method's second argument makes it clear that a Bool value must be returned by the closure.
这里,sort(_:)方法的第二个实际参数的函数类型已经明确必须通过闭包返回一个Bool值。
Results: 107, Time: 0.0286

Top dictionary queries

English - Chinese