variables

美 [ˈveriəb(ə)l]英 [ˈveəriəb(ə)l]
  • adj.变量;可以调节的;可变的;形式多变的
  • n.因素;变数;变元;变动
  • 网络变项;变量声明;变量窗口

单数:variable

variablesvariables
variable rate,variable transmission,variable analysis,boolean variable,continuous variable

variables

变量

...,数据编辑窗口标题栏上出现文件名。数据保存时可单击变量Variables)按钮打开保存变量(SAVE AS VARIABLES)对 …

变数

变数(VARIABLES)格式及其管理 格式及其管理 变数 ? 每一个变数都有其特定的属性或规格,查看与 编辑变数的格式有两种方 …

变项

1. 实验会有甚麽变项 (variables),例如长度、距离及速度等。 2. 用甚麽方法 (如用甚麽仪器) 测量这些变数。

变量声明

MySQL存储过程详解 -... ... > BEGIN /* start of block 语句块头*/ ;/* variables 变量声明*/ > END IF;/* end of IF IF 结束*/ ...

变量窗口

(2)变量窗口Variables)用于观察断点处或其附近的变量的当前值。Variables有3个标签,Auto标签显示变量和函数返回值…

变量框

其中,变量框Variables)显示的是变量的总数。它也显示非线性变量和整数变量的个数。

变量名

3. 在系统变量(System Variables)类中找到变量名(Variables)为windir的变量,其值(Value)就是你的系统文件夹路径2. 在注册表编 …

变量集

1.变量集variables)中,只有变量定义,没有变量值,这时候的变量值全部为“undefined”2.作用域(scope),根据词法作用 …

1
For a customized system, this is usually done using SQL strings with PHP variables injected and passed to it through function parameters. 对于自定义系统,通常需要使用SQL字符串,插入PHP变量并通过函数参数传递。
2
"So there are a whole number of variables associated with the western or intermountain states where these suicide rates are high, " he said. “所以有一系列的变量与西方或山间沉积的国家里,在这些自杀率很高,”他说。
3
Screen tension and business card printing and membership card making speed is often neglected two variables. 丝网张力和制卡和会员卡制作速度是常被忽视的两个变量。
4
It also gives access to environment variables, allows you to easily write to the local application log or to a custom log, and so on. 它还可以访问环境变量,允许您方便地编写本地应用程序日志或自定义日志,等等。
5
Consider the transient context to be a bit like a set of local variables in a programming language. 这个transient上下文多少有点像某种编程语言中的一组本地变量。
6
As you define more test variables for a test, you can add sub-containers to help organize them. 在您为测试定义更多的测试变量时,您可以添加子容器以帮助您组织它们。
7
That continued to be so when the other variables, from beauty to race to obesity, were controlled for statistically. 当其他的变量,从美貌到种族再到肥胖程度都在数值上得到控制,结果亦是如此。
8
PHP must interpret the entire contents of anything inside double quotes to see if it has any variables that need to be evaluated. PHP必须解释双引号中的整个内容以确认其中是否有任何需要评估的变量。
9
We won't discuss specifics like how many CPUs or how much memory, as these issues depend on far too many variables to enumerate. 我们将不讨论像多少CPU或多大内存这样的具体细节,因为影响这些问题的因素太多了,以致难以胜数。
10
The new thread has access only to its own static TLS variables and cannot access the TLS variables belonging to any other thread. 新线程只拥有对它自己的静态TLS变量的访问权,不能访问属于其他线程的TLS变量。
11
When writing a script, it is often easier to define a set of variables at the beginning of the script. 当编写脚本时,在脚本开头定义一组变量通常会更简便。
12
The collection of session variables is indexed by the name of the variable or by an integer index. 会话变量集合按变量名称或整数索引来进行索引。
13
The configuration record allows you to identify a collection of variables that make up a unique instance of a given test environment. 配置记录允许您识别构成给定测试环境下的唯一实例的变量的集合。
14
Evaluated variables are treated the same as templates. They follow the same escapement and security features just as if they were templates. 待求值处理的变量被当作模板来处理。它们和模板一样遵循同样的结构和安全特性。
15
The best way to make sure this doesn't happen is to initialize variables where you declare them instead of in the body of every constructor. 确保这些不会发生的最好的方法是在声明变量的时候就初始化,而不是在每个构造函数中进行初始化。
16
You can easily change the name of any methods, variables, and classes in your Java projects without giving it a second thought. 您可以轻松地更改Java项目中的任何方法、变量和类的名称,而不用再去管它。
17
On many systems, the linker is only able to align variables up to a certain maximum alignment. 在许多系统中,连接器只能够以某个最大的对齐方式对变量进行对齐。
18
We have learned how to think of functions of two or three variables in terms of plotting them. 我们已经知道,怎样通过图像去了解二元和三元函数。
19
And if the timing is elastic, how much might these variables alter the ultimate date of passage: by years, or only by days? 如果时间是弹性的,这些变数会多大程度上改变行星X最终过境的日期?是以年计,还是月计?。
20
with a bit of work, you can often determine the values of local variables and function parameters from the stack listing. 稍加分析,你就能从中辨别出局部变量以及函数参数。
21
You can create as many of these variables as you need, varying only the filetype at the end of the variable name. 你可以建立很多这样你所需要的变量,所不同的只是变量名称末尾的文件类型。
22
There is a close relationship between the control law and the state variables. The control law is often a function of some state variables. 在控制系统中,控制律与状态变量有着密切的关系,控制律往往是某些状态变量的函数。
23
When those variables are used in an expression, the value of the variable is retrieved and used for the expression. 在表达式中使用这些变量时,变量值检索后将用于表达式中。
24
The variables you have seen up to this point have all been declared inside the body of a method. 到目前为止你所看到的变量声明都在方法主体内。
25
To avoid unexpected results in such a case, it is wise to initialize block variables at the beginning of the block. 若要避免在这种情况下出现意外结果,最好在块的开头对块变量进行初始化。
26
Within the body of a method, the variables that act as placeholders for the argument values are called formal parameters. 在方法主体用来给参数值作为占位符中的变量叫做形参。
27
Variables are created just as other variables: by first declaring the variable and assigning it a value, as shown below. 变量的创建方法与其他变量一样:首先声明变量,然后为其赋值,如下所示。
28
At this point, all the necessary variables have been set and you can begin with the main part of the program. 此时,所有必要变量都已设置好,可以开始程序的主要部分了。
29
But as he admitted later, in penitent memoirs and interviews, he had not understood the variables of war itself. 但是此后充满忏悔的回忆录和访问中,他也承认,自己就没有搞清楚战争的变量。
30
We usually think of forecast in terms of predicting important variables for an individual company or perhaps foe one component of a company. 我们通常根据为一家个别的公司预测重要的变数想到预测或也许仇敌一家公司的一个成份。