jiujieayiyua
变量来源于数学,是计算机语言中能储存计算结果或能表示值抽象概念。变量可以通过变量名访问。在指令式语言中,变量通常是可变的;但在纯函数式语言(如Haskell)中,变量可能是不可变(immutable)的。那么你知道变量用英语怎么说吗?下面来学习一下吧。
变量英语说法1:
variable
变量英语说法2:
variate
变量英语例句:
为变量或符号确定一个值,或者确定此变量代表的内容。
Establishing a value for a variable or symbol or establishing what the variable represents.
应变量,函数一个与他量有关联的变量,这一量中的任何一值都能在他量中找到对应的固定值
A variable so related to another that for each value assumed by one there is a value determined for the other.
同时,我们还能对“哪些变量为外生变量”这样的问题,有更好的把握。
It is also possible to get a better idea of which variables are exogenous.
本质上,变量的操作性定义是如何或用什么办法测量变量的描述。
There may be more than one operational definition of a variable.
访问会话变量就和 其它 变量一样。
Session variables are accessible like any other variables.
您可以像输入普通变量那样输入伪变量。
You can enter a pseudovariable the same way you would enter a normal variable.
声明游标变量的名称,该变量接收游标输出。
Is the name of a declared cursor variable to receive the cursor output.
可以在脚本使用的变量称为脚本变量。
Variables that are used in scripts are called scripting variables.
为变量指定异常与为变量指定条件一样。
You assign exceptions to a variable just as you assign conditions to a variable.
用图表表示系统各个变量的变化情况
Diagramming the movement of a system's variables
长期以来,科学 方法 一直认为,要想得到不同的结果,就要调整实验变量。
The scientific method has long held that to obtain a different outcome, one should change the experimental variables.
修改此变量对于确定在匹配单击时间签名时可以接受的可变性非常关键。
Modification of this variable is key to determining what amount of variability is acceptable during a click-time signature match.
使用db2set-g命令设置全局注册表变量。
Set the global registry variables using the db2set-g command.
对象有两个方面:成员变量和方法。
Objects have two aspects: member variables and methods.
您可以选择调用栈中的条目,这样可以显示变量被调用时的值。
Entries on the call stack can be selected, causing variables at the time of invocation to be displayed.
Scala没有静态的变量和方法,因此不能将它们直接关联到User类。
Scala does not have static variables and methods, so these cannot be associated directly to the User class.
可以将库添加到项目中,以提供特定于用户目标运行时环境的对象和变量集。
Libraries can be added to a project to provide object and variable sets specific to the users'target runtime environment.
持续性变量的字符串值。
aVariableValue, the string value of the persisted variable.
非阻塞算法简介:介绍如何使用原子变量而不是锁实现并发算法。
An introduction to nonblocking algorithms: Describes how concurrent algorithms can be implemented without locks, using atomic variables.
然后,JSP将会取得匹配变量名的值并显示在UI中。
After that, a JSP will get the values of matching variable names and display them on the UI.
小小mini罗
答:variable.
变量(数学名词),指值可以变的量。变量以非数字的符号来表达,一般用拉丁字母。变量的用处在于能一般化描述指令的方式。结果只能使用真实的值,指令只能应用于某些情况下。变量能够作为某特定种类的值中任何一个的保留器。
做(n)时:variablen.变量;可变情况;可变因素 variable quantity变量(数) 例句:如果摈弃了种族的概念,那么能使用其他什么变量呢?So what other variables could be used if the racial concept is thrown out?
papapaopao
常见的~~[code]auto :声明自动变量 一般不使用 double :声明双精度变量或函数 int: 声明整型变量或函数 struct:声明结构体变量或函数 break:跳出当前循环 else :条件语句否定分支(与 if 连用) long :声明长整型变量或函数 switch :用于开关语句 case:开关语句分支 enum :声明枚举类型 register:声明积存器变量 typedef:用以给数据类型取别名(当然还有其他作用) char :声明字符型变量或函数 extern:声明变量是在其他文件正声明(也可以看做是引用变量) return :子程序返回语句(可以带参数,也看不带参数) union:声明联合数据类型 const :声明只读变量 float:声明浮点型变量或函数 short :声明短整型变量或函数 unsigned:声明无符号类型变量或函数 continue:结束当前循环,开始下一轮循环 for:一种循环语句(可意会不可言传) signed:生命有符号类型变量或函数 void :声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用) default:开关语句中的“其他”分支 goto:无条件跳转语句 sizeof:计算数据类型长度 volatile:说明变量在程序执行中可被隐含地改变 do :循环语句的循环体 while :循环语句的循环条件 static :声明静态变量 if:条件语句 [/code]
优质英语培训问答知识库