assignment statement
赋值语句
assignment statement
来自翻译宝典
- 英语>简体中文, 计算机词典
assignment statement
指派叙述
在高阶语言中,用於给变数赋值的一种叙述。
在COBOL语言中,一种将设备的符号同档案建立联系的叙述。
在FORTRAN语言中,一个在数值变数、逻辑变数或阵列元素变数後面的“=”(等号)之後跟有算术运算式或逻辑运算式的叙述。
指派叙述
在高阶语言中,用於给变数赋值的一种叙述。
在COBOL语言中,一种将设备的符号同档案建立联系的叙述。
在FORTRAN语言中,一个在数值变数、逻辑变数或阵列元素变数後面的“=”(等号)之後跟有算术运算式或逻辑运算式的叙述。
- 英语>简体中文, 计算机词典
assignment statement
赋值语句
赋值语句
- 英语>简体中文, 英汉计算机词汇
assignment statement
赋值语句;[指派叙述]
An instruction used to express a sequence of operations, or used to assign operands to specified variables, or symbols, or both.
用于表达一系列操作,或用于把操作数赋给指定变量,或符号,或变量和符号两者的一种指令。
赋值语句;[指派叙述]
An instruction used to express a sequence of operations, or used to assign operands to specified variables, or symbols, or both.
用于表达一系列操作,或用于把操作数赋给指定变量,或符号,或变量和符号两者的一种指令。
- 英语>简体中文, 计算机英汉双解词典
assignment statement
n. 赋值语句
n. 赋值语句
- 英语>简体中文, 英汉机械大词典
assignment statement
指定陈述
指定陈述
- 英语>简体中文, 简明英汉词典
assignment statement
賦值語句
賦值語句
- 英语>繁体中文(香港), 资讯及通讯科技术语
assignment statement
大陆名称:指派叙述;指派陈述
台湾名称:指定敘述
大陆名称:指派叙述;指派陈述
台湾名称:指定敘述
- 英语>简体/繁体中文, 两岸学术名词
assignment statement
指定陳述
指定陳述
- 英语>繁体中文(台湾), 电机工程名词
assignment statement
指定陳述
指定陳述
- 英语>繁体中文(台湾), 电力工程名词
assignment statement
指定陳述
指定陳述
- 英语>繁体中文(台湾), 电子工程名词
assignment statement
指定敘述
指定敘述
- 英语>繁体中文(台湾), 电子计算机名词
assignment statement
取代陳述
取代陳述
- 英语>繁体中文(台湾), 机械工程名词
assignment statement
賦值語句
賦值語句
- 英语>繁体中文(台湾), 数学名词
assignment statement
赋值语句
A programming language statement used to assign a value to a variable. It usually consists of three elements: an expression to be assigned, an assignment operator (typically a symbol such as = or :=), and a destination variable. On execution of the assignment statement, the expression is evaluated and the resulting value is stored in the specified destination.
赋值语句
A programming language statement used to assign a value to a variable. It usually consists of three elements: an expression to be assigned, an assignment operator (typically a symbol such as = or :=), and a destination variable. On execution of the assignment statement, the expression is evaluated and the resulting value is stored in the specified destination.
- 英语>简体中文, IT术语集