网站首页  词典首页

请输入您要查询的计算机术语:

 

术语 variable
释义 variable
变量;[变数]
1. A language object that may take different values, one at a time. Note: The values of a variable are usually restricted to a certain data type.
一种计算机语言实体,可取不同的值,但一次只可取一个值。 注: 一个变量的取值范围通常限定为某一种数据类型。
2. A quantity that can assume any of a given set of values.
一种量,可在由不同值组成的集中取任何一个值。
3. Any factor or condition which can be measured, altered, or controlled (e.g.,temperature, pressure, flow, liquid level, humidity, weight, chemical composition, color, etc.).
任意一种可以测量、更改或控制的因素或条件(例如温度、压力、流量、液位、温度、重量、 化学成分、颜色等)。
4. In programming, a character or group of characters that refers to a value and, in the execution of a computer program, corresponds to an address.
在程序设计中,表示某个值的一个字符或字符组,当程序在执行时它对应于一个地址。
5. A unit of storage with specified attributes that is declared for holding specific data or parameters that may change during execution of a program. A variable may be a word, a string, an array, or a stack. A variable of two or more dimensions is a structured variable. A local variable is one that can only be referenced within the block in which it is declared and a global variable is available throughout a program.
一种被指定属性的存储单元,用于存放特定的数据或参数,它们在程序执行时可改变。变量 可以是字、字符串、数组或栈。二维或多维变量是结构变量。局部变量只可在其被说明的模块 中引用,全局变量可在整个程序中引用。
6. In COBOL, a data item whose value may be changed during execution of the object program. COBOL 语言中的一种数据项,它的值可在目标程序执行时改变。
7. In FORTRAN, a data item that is not an array or array element, identified by a symbolic name.
在FORTRAN语言中,由符号名标识的非数组或非数组元素的一种数据项。
8. In PL/1, a named entity that is used to refer to data and to which values can be assigned. Its attributes remain constant, but it can refer to different values at different times. Variables fall into three categories, applicable to any data type: element, array, and structure. Variables may be subscripted, qualified, or both, or may be pointerqualified.
㏄L/1语言中一种命名的实体,用来表示数据,且可对其赋值。变量属性保持不变,但在 不同的时间,可表示不同的值。变量分三类:元素、数组和结构,能适用于任何数据类型。变量 可带下标、可被限定或两者兼有,也可用指针限定。
随便看

 

计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 10:28:05