statement n. 1.陈述,声明,声明书。 2.【法律】供述;交待。 3.【商业】贷借对照表;(财务)报告书。 Statements should be based on facts. 说话要有根据。 prepare an official statement 准备一项正式说明。 make a detailed statement of profit and loss 出具详细的损益计算书。 issue a statement 发表一个声明。 a random statement 胡乱的供词。 a bank statement 银行报告单[结单]。
Notice how the program statements in listing 3 that extend over more than one line are indented to improve readability 注意清单3中扩展到多个行的程序语句是如何缩进以改善可读性的。
Sometimes , however , it s desirable to place multiple program statements on a single line - when you re initializing variables , for example 然而,有时候需要在一行放多个程序语句,例如初始化变量时。
Statement can be used to execute one of two blocks of program statements , depending on the value of a particular boolean expression 语句可以如何用于根据一个特定布尔表达式的值,来执行两个程序语句块中的其中一个。
This means the program statements executed in the loop body must change the value of the expression - or else the loop will never end 这意味着循环体中执行的程序语句必须要改变表达式的值,否则循环将无法结束。如清单8所示。
A multi - branch conditional statement that allows for selective execution of bounded groups of program statements depending upon the value of a control expression 能根据控制表达式的值对有限个程序语句进行选择性执行的一种多分支条件语句。
Stored procedures are a precompiled collection of programming statements that perform operations in the database , and are stored under a name and processed as a unit 存储过程是一个执行数据库操作的编程语句的预编译集合,它们以某个名称保存并作为一个单元来处理。
We will add 3 breakpoints , 2 in the egl pagehandlers before and after calling the egl server and other at the egl server in the first program statement 我们将添加3个断点,两个位于调用egl server之前和之后的egl页面处理器中,另一个位于egl server的第一个程序语句。
In computer programming , to resolve a string of characters , representing for example a program statement , into its elemental parts as defined by ( say ) the programming language 在计算机程序设计中,从字符串(例如代表程序的语句)中分辨出程序设计语言中所定义的基本语法成分。
The python interpreter , at its simplest level , operates in a similar manner , starting at the top of a program and sequentially executing program statements in a linear fashion Python解释器在其最简单的级别,以类似的方式操作,即从程序的顶端开始,然后一行一行地顺序执行程序语句。
In computer programming , to resolve a string of characters , representing for example a program statement , into its elemental parts as defined by ( say ) the programming language 在计算机程序设计中,从字符串(例如代表程序的语句)中分辨出程序设计语言中所定义的基本语法成分。参阅compiler 。