• A method consists of a set of program statements that have been collected together and given a name.

    方法包含集中在一起程序语句集合给予它们一个名字

    youdao

  • This article has introduced three Python program statements: the if statement, the while loop, and the for loop.

    本文介绍三种Python程序语句if语句、while循环for循环。

    youdao

  • Notice how the program statements in Listing 3 that extend over more than one line are indented to improve readability.

    注意清单3扩展多个行的程序语句如何缩进改善可读性的。

    youdao

  • This means the program statements executed in the loop body must change the value of the expressionor else the loop will never end.

    意味着循环执行程序语句必须要改变表达式否则循环无法结束

    youdao

  • A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.

    复合语句包括一个控制指令后跟一个冒号(:),然后再是一个程序语句

    youdao

  • Sometimes, however, it's desirable to place multiple program statements on a single line -- when you're initializing variables, for example.

    然而有时候需要多个程序语句,例如初始变量

    youdao

  • The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.

    Python中的第二控制语句while循环,表达式计算为True时执行程序语句

    youdao

  • The if statement supports an optional else clause that indicates a block of program statements that should be processed if the Boolean expression evaluates False.

    if语句支持一个可选else子句指示尔表达式计算为False时应该处理程序语句

    youdao

  • The while loop, as was the case with the if statement, supports an optional else clause containing a block of program statements executed when the expression is False.

    while循环if语句一样,支持可选else子句,其中包含表达式计算为False时执行程序语句

    youdao

  • Up to this point, you've seen how the if statement can be used to execute one of two blocks of program statements, depending on the value of a particular Boolean expression.

    至此已经看到了if语句可以如何用于根据特定布尔表达式执行两个程序语句中的其中个。

    youdao

  • 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解释器最简单级别类似方式操作,即程序顶端开始,然后行一行地顺序执行程序语句

    youdao

  • If you take a holistic look of this program, I'm certain you could have told me what it did even before you knew what any of its statements really did.

    如果整体来看这个程序确定即便不了解每一条单独语句作用,你告诉这个程序是干什么的。

    youdao

  • Let's start by looking at a common technique in many PHP applications: placing certain kinds of information in variable assignment statements at the top of the program.

    我们首先查看许多PHP应用程序中的一项常用技术某些种类信息存入程序开头变量赋值语句中。

    youdao

  • A LISP program can read LISP statements from a text file and execute them as if they were part of the original program.

    LISP程序可以文本文件读取语句并且好像它们原始程序一部分一样执行它们

    youdao

  • When the program was okay, those statements were removed and the program was sent to be installed in production.

    程序一切正常时,删除这些语句并且发送程序以便在生产环境中安装。

    youdao

  • These three statements let you change the flow of a program by selecting which statements are executed or by executing a set of statements multiple times.

    三种语句通过选择执行哪些语句,或者通过多次执行语句,可以改变程序

    youdao

  • Each box contained about 2,000 CARDS, so his program had 4,000 CARDS or 4,000 statements; each card usually contained one COBOL statement line.

    每个箱子大约2,000张卡片所以程序4,000张卡片或者说有4,000个语句每张卡片一般包含一个cobol语句

    youdao

  • This program is composed of an arbitrary number of statements which are composed of an arbitrary number of expressions.

    这个程序任意数量语句构成,语句由任意数量的表达式构成。

    youdao

  • If your JDBC program USES prepared statements and parameter markers, queries are processed faster if they are found in the database statement cache.

    如果JDBC程序使用已经准备好的语句参数标志,并且如果数据库语句缓存中找到了它们的话,查询过程将处理地更快

    youdao

  • theorems which are statements about the program inferred from the axioms.

    定理(theorems)公理推论得到关于程序陈述

    youdao

  • The handler program will convert the intercepted IO operation to equivalent SQL statements.

    这个Handlder程序拦截IO操作转换为对等sql语句。

    youdao

  • When you type them into the Python interpreter (or if you save them in a file and execute them as a Python program), the statements are read starting on the left side and progressing to the right.

    它们键入Python解释器中(或者将它们保存文件中作为一个Python程序执行)时,读取语句顺序是从左

    youdao

  • Upon arrival, a customer-written program adds the records to a staging table then USES insert statements to add the records to the fact table.

    该文件到来时,用户编写的程序这些记录添加一个staging中,然后使用insert语句这些记录添加事实表中。

    youdao

  • The user would typically expect the statements in the program (if-then-else, repeat, and so on) highlighted differently from the data types (integer, byte) for better readability.

    用户通常希望程序中的语句(if - then - elserepeat)数据类型(integerbyte等)以不同的方式高亮显示,这样可读性更好

    youdao

  • A printout usually prepared by a language translator which lists the source language statements and contents of a program.

    通常语言翻译程序所准备打印输出列出语言语句程序内容

    youdao

  • Once the program is working, you might want to remove some of the scaffolding or consolidate multiple statements into compound expressions, but only if it does not make the program difficult to read.

    程序一旦工作了,应该一些发挥『脚手架作用』代码删掉,并且把重复的语句改写精简版本尽量程序变得难以阅读。

    youdao

  • Procedure and function statements define certain blocks of code as procedures or functions that can then be returned to later in the program.

    过程函数语句某些代码定义以后程序返回进程函数

    youdao

  • Creating a new function gives you an opportunity to name a group of statements, which makes your program easier to read and debug.

    创建新的函数可以把一语句用一个名字来命名,这样程序读起来就清晰多了,后期维护调试方便

    youdao

  • This led to several statements (none cleanly voted on) that automated testing can be dangerous because it can gives us a falsely warm and fuzzy feeling that the program is not broken.

    这种说法导出了一些论述(没有个被明确赞成),自动化测试危险因为我们一种很舒服错觉认为程序没有问题。

    youdao

  • In the execution of such a program, an input statement can be logically deduced from other statements in the program. Many artificial intelligence programs are written in such languages.

    这样程序执行过程中,输入语句可以按照逻辑程序中的其他语句推断出来许多人工智能程序使用这种语言编写

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定