"变量名称" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (变量名称)

Low quality sentence examples

许多Python程序员从来都不使用这种私有变量名称
Many Python programmers never bother to use private variable names at all.
变量名称对大小写敏感(y和Y是不同的变量)。
Variable names are case sensitive(y and Y are two different variables..
创建有意义的变量名称;便于别人理解脚本。
Use meaningful variable names to help other people understand what the program does.
有时你会发现一个更好的变量名称隐藏在注释中。
Sometimes you will find a better name for a variable hiding in a comment.
通常,适用于变量名称的规则同样也适用于函数名称。
The rules governing variable names also apply to the names of functions.
确保你已经使用了空格,你的变量名称很简洁,但是信息.
Make sure you have used spaces and your variable names are concise, but informative.
PHP中的所有变量都以$符号开头,后跟变量名称
Variables in PHP are represented by a dollar sign followed by the name of the variable.
我们可以通过使用更确切的变量名称来使程序更加容易理解.
The program can be made easier to understand by using appropriately named variables.
变量名称是对大小写敏感的,myname和myName不是同一个变量。
Variable names are case sensitive: myVariable and MyVariable are not the same.
变量名称区分大小写(age、Age和AGE是三个不同的变量.
Variable names are case-sensitive(age, Age and AGE are three different variables..
您可以使用变量名称,但也可以使用返回对象引用的任何表达式。
You can use a variable name, but you also can use any expression that returns an object reference.
注:你可能会想知道为什么一些变量名称被大写,为什么别的没有。
Note: You may be wondering why some variable names are capitalized and why others aren't.
循环是完全独立的,因此重用元素(或迭代器)变量名称没有坏处。
The loops are completely independent, so there's no harm in reusing the element(or iterator) variable name.
此外,可以显示建议命令和变量名称的列表,其中包含您键入的子字符串。
In addition, it can display a list of suggested command and variable names that will contain your typed substring.
用户需要参考元数据,并根据所使用软件的要求创建他们自己的变量名称
Users will need to refer to the metadata and create their own variable names according to the requirements of the software they use.
变量名称根据常规分配变量名称规则,并在文章中描述了它们的用途。
Variable names are assigned according to the general variable name rules, and their use is described in the article.
备注:大家可能想了解为什么这些变量名称为何有些是大写,有些是小写。
Note: You may be wondering why some variable names are capitalized and why others aren't.
调用函数时,所有在函数内声明的变量名称都将被加入到作用域中。
When a function is called, all variable names declared within the function are added to the scope.
格式错误的变量名称和对不存在变量的引用保持不变。
Malformed variable names and references to non-existing variables are left unchanged.
在表达式中的任何非数字字符串键作为环境变量名称,这些环境变量名称的值已在使用前转换成数.
Any non-numeric strings in the expression are treated as environment variable names whose values are converted to numbers before using them.