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
没有初始化的变量声明
Variable declarations without initializers.
典型的变量声明具有以下形式:.
A variable declaration has the following form:.
在上面展示的变量声明的例子中,等号=表示赋值。
In the above variable declarations, the sign= means assignment.
Let和const是JavaScript里相对较新的变量声明方式。
Let and const are two relatively new types of variable declarations in JavaScript.
Catch代码块(或任何其他类型的变量声明).
Catch formals(or any other kind of variable declaration).
这样做是在当时的变量声明
This is done at the time of variable declaration.
Python与大多数其它语言一样有局部变量和全局变量之分,但是它没有明显的变量声明
Python has global and local variables like many other languages,however it has no specific variable declarations.
Go有一种方便简洁的变量声明操作符::=,go可以推断变量的类型:.
Go has a handy short variable declaration operator,:=, which can infer the type:.
我们声明一个类的对象的排序完全相同的声明,我们基本类型的变量声明
We declare the object of the class in the same manner as that variable declaration of basic type.
Python与大多数其它语言一样有局部变量和全局变量之分,但是它没有明显的变量声明
Python has local global variables like most other languages butit has no explicit variable declarations.
我们可以把一个参数和结果声明看作是一个省略了var关键字标准变量声明
We can view parameter and result declarations as standard variable declarations without the var keywords.
一条简单声明,典型的是带初始化器的变量声明,但它可以声明任意多变量,或是一条分解声明.
A simple declaration, typically a declaration of a variable with initializer, but it may declare arbitrary many variables or be a structured binding declaration..
我们声明一个类的对象的排序完全相同的声明,我们基本类型的变量声明
We declare objects of aclass with exactly the same sort of declaration that we declare variables of basic types.
我们声明一个类的对象的排序完全相同的声明,我们基本类型的变量声明
The objects of a class aredeclared exactly with the same sort of declaration that we declare the variables of basic types.
它(将)不用于方法形式、构造函数形式、方法返回类型、字段、捕获形式,或任何其他类型的变量声明
It[will] not be available for method formals, constructor formals, method return types, fields, catch formals,or any other kind of variable declaration.
Let-现代的变量声明方式。
Let- is a modern variable declaration.
该规则检查所有的变量声明块,并验证所有的变量都是按字母顺序排序的。
This rule checks all variable declaration blocks and verifies that all variables are sorted alphabetically.
通过使用ES6,我们能提取出age,name,和company,而不需要任何其他的变量声明
Using ES6 we can extract the age, name and company without extra variable declaration.
属性声明是由关键字public,protected或者private开头,然后跟一个普通的变量声明来组成。
They are defined by using one of the keywords public, protected, or private,followed by a normal variable declaration.
简单声明,典型地为带初始化器的变量声明,但它可以声明任意多个变量,或为结构化绑定声明.
A simple declaration, typically a declaration of a variable with initializer, but it may declare arbitrary many variables or be a structured binding declaration..
Lambda演算中并没有变量声明的概念。
There is no concept in lambda calculus of variable declaration.
所有的变量声明在方法的顶部。
Declare any variables at the top of the procedure.
一个普通的变量通过声明来设置,例如:.
A normal variable is set with a statement such as:.
所有的变量声明在方法的顶部。
Declare all variables at the top.
这里,只有变量createdBy是新声明的变量
Only createdBy is a new declared variable.
声明了多个变量的局部变量声明等效于多个同一类型的单个变量的声明
A local variable declaration that declares multiple variables is equivalent to multiple declarations of single variables with the same type.
下面就是一些变量声明的例子:.
Below are some example variable declarations:.
在一个域或变量声明中,数组的类型就是域或者变量被声明为的类型。
In a field or variable declaration, the array type is the type of the field or variable being declared.
Results: 28, Time: 0.018

Word-for-word translation

Top dictionary queries

Chinese - English