INITIALIZED in Chinese translation

初始化
initialized
initialized
初始化变

Examples of using Initialized in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
C++When initializing class members, they are initialized in the order of declaration, rather than in the order in which they appear in the initialization list.
C++初始化类成员时,是按照声明的顺序初始化的,而不是按照出现在初始化列表中的顺序。
Once initialized, the program displays the ID and password you need to share with another user to grant him access and control over your workstation.
一旦初始化,程序显示ID和密码,你需要与其他用户共享给他你的工作站访问和控制。
Each NGINX worker process is initialized with the NGINX configuration and is provided with a set of listen sockets by the master process.
每一个NGINX的工作进程都是NGINX配置(NGINXconfiguration)初始化的,并被主进程设置了一组监听套接字(listensockets)。
Variables can be initialized(assigned an initial value) in their declaration.
变量可以被初始化在他们的声明中(分配一个初始值)。
Ref locals are initialized to a certain storage location, and cannot be mutated to point to another.
Reflocals被初始化为某一存储位置,并且不能突变到指向另一个。
The variable unsignedOverflow is initialized with the maximum value a UInt8 can hold(255, or 11111111 in binary).
UnsignedOverflow初始化为UInt8所能容纳的最大整数(255,二进制为11111111)。
The idea here is that the volatile variable initialized acts as a guard to indicate that a set of other operations have completed.
这里的思想是使用volatile变量initialized担任守卫来表明一套别的操作已经完成了。
If the same field is initialized multiple times, it will have value from the last initialization.
如同一个成员被初始化多次,它将从最后一次初始化中取值。
The variable will be declared and initialized within the method and the variable will be destroyed when the method has completed.
该变量将被声明和初始化的方法中,当该方法完成该变量将被销毁。
Here, the variable value is defined and initialized using let, but that statement is never executed because the previous line throws an error.
在这段代码中,变量value使用了let来定义和初始化,但该语句永远不会执行,因为上一行会抛出一个错误。
As a result of the investment Initialized's Alexis Ohanian, the co-founder of Reddit, is taking a seat on the company's board of directors.
由于投资了Initialized的AlexisOhanian,Reddit的联合创始人,在公司董事会中占有一席之地。
Calling down to parts of an object that have not yet been initialized is inherently dangerous, so C++ gives you no way to do it.
调用涉及到一个对象还没有被初始化的部分自然是危险的,所以C++告诉你此路不通。
Safer: Since references must be initialized, wild references like wild pointers are unlikely to exist.
更安全:由于引用必须被初始化,像野指针这样的野生引用不太可能存在。
A static object not explicitly initialized is initialized as if it(or its members) were assigned the constant 0.
未显式初始化的静态对象将被隐式初始化,其效果等同于它(或它的成员)被赋以常量0。
Now that source is a variable of type unique_ptr, it will be initialized by the move constructor;
现在source是一个类型的变量unique_ptr,它将由移动构造函数初始化;
Here, the variable value is defined and initialized using let, but that statement is never executed because the previous line throws an error.
这里我们使用let声明并初始化变量value,但是语句永远不会执行,因为前一行已经抛出错误。
(iii) Inside the function, a new array(with the array size of the first array, arr) is initialized.
(3)在函数内部,初始化一个新数组(第一个数组的数组大小为arr)。
The character read is initialized as an exclamation point so it won't be a space(which would stop the word reading immediately).
读取的字符被初始化为一个感叹号,所以它不是一个空格(这会立即停止单词读取)。
Initialized static variables are stored in the data segment of the C program whereas uninitialized ones are stored in the BSS segment.
初始化的静态变量存储在C程序的数据段中,而未初始化的静态变量存储在BSS段中。
Ohanian's firm Initialized Capital has more than $250 mln assets under management and has invested in major cryptocurrency exchange Coinbase.
Ohanian所在的InitializedCapital公司管理着超过2.5亿美元的资产,并投资了主要的加密货币交易所Coinbase。
Results: 173, Time: 0.0539

Top dictionary queries

English - Chinese