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

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

    youdao

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

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

    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

  • You can imbed the following statement in an application program or issue it interactively.

    可以应用程序中嵌入下列语句或者交互发出该语句。

    youdao

  • Even though the program runs on the application server, it will use the database clock in the SQL statement.

    尽管程序应用服务器运行但是它使用sql语句中的数据库时钟

    youdao

  • The GOBACK statement specifies the logical end of a called program or invoked method.

    goback语句指定了所调用程序方法的逻辑结束部分。

    youdao

  • It's used as a placeholder when a statement is required, but the program logic doesn't require an action.

    用作占位符,即在需要一个语句但是程序逻辑需要操作时使用。

    youdao

  • This program executes a dynamically prepared DB2 SQL statement to retrieve CURRENT DATE from the database.

    这个程序执行一条动态生成的DB2SQL语句数据库中获取CURRENTDATE

    youdao

  • You create a Statement to execute commands to drop and recreate the table, which allows you to reset the database from this program if it becomes corrupted.

    创建一个Statement执行删除重新创建命令允许数据库受损通过程序重置数据库。

    youdao

  • Run from the current statement until a breakpoint (or the end of the program) is reached.

    您可以当前语句开始运行直至到达一个断点程序尾部)。

    youdao

  • In a statement from Boeing, 787 program manager Scott Fancher provides some carefully chosen words to explain the most recent schedule.

    波音声明中,波音787计划的负责人斯科特范彻(Scott Fancher)字斟句酌,说明了本次公布的日程。

    youdao

  • Section 1 of the compositePieIndicators.pl program covers the usage statement and reading in the base pie image, as well as the triangle.vertices

    pl程序的第 1部分将涉及用法声明读入基本饼图图像以及 triangle.vertices 文件。

    youdao

  • The last if statement is never executed and is used to demonstrate how the pass statement is coded in a program.

    最后一个if语句永远不会执行只是用于演示如何在程序中编写pass语句。

    youdao

  • The aircraft will be delivered during 2012 to L-3, Finmeccanica's partner on the program, Finmeccanica said in a statement.

    Finmeccanica声明,这飞机在2012年交付给Finmeccanica在此项目的合作伙伴L - 3。

    youdao

  • By simply adding a header file to your code and defining MEMWATCH in your GCC statement, you can track memory leaks and corruptions in your program.

    只要代码中添加一个文件gcc语句中定义了MEMWATCH之后,就可以跟踪程序中的内存泄漏错误了。

    youdao

  • Since the STAFF and TE01W01 records are defined in another file, named SAMPLE.egldef, the IMPORT statement will link those definitions to our program.

    由于staffte01 W 01记录定义另一个名为SAMPLE .egldef文件中,import语句那些定义链接我们的程序中。

    youdao

  • The die statement halts program execution and displays text to the Web browser.

    die语句会中止程序执行Web浏览器上显示文本

    youdao

  • Replace poor performing SQL with a more optimal SQL statement without modifying the program source code.

    无需修改程序源代码即可使用经过优化的sql语句替换表现不佳的SQL。

    youdao

  • This example includes only one elif statement, but in practice you can include as many as the program needs.

    包含一个elif语句实际根据程序需要包含任意多个。

    youdao

  • In the following example, we have moved the formerly raw HTML into a function of its own named print_html , which is called as the only executed statement within the PHP program.

    在下面的例子前面原始html移入自己命名print_html函数中,这个函数php程序中惟一调用执行语句

    youdao

  • In order for a PERL program to transform a dynamic SQL statement into executable form, you need to first use the prepare method, and then bind parameters using the bind_param method.

    为了Perl程序动态sql语句转换成可执行格式需要首先使用prepare方法然后使用bind _ param方法来绑定参数

    youdao

  • One method is to register the external program as a stored procedure and then use the SQL Call statement to run the program with a call to the stored procedure.

    一种方法外部程序注册存储过程然后使用SQLCall语句调用存储过程运行程序。

    youdao

  • We wrap everything we do in an eval statement, since we don't want our program to die when an error occurs during execution.

    因为希望程序出现执行错误终止,所以将所有操作放在 eval语句中

    youdao

  • You retrieve the questionable comments from the Atom feed with the following XPath statement in the XQuery program.

    XQuery程序使用以下xpath语句atom提要检索可疑评论

    youdao

  • At this point, the break statement causes program execution to break out of the while loop, skipping the else clause.

    此时break语句导致程序执行中断while循环,跳转到else子句。

    youdao

  • Under the old analysis, the program in Listing 2 is legal because the throw statement at *** is presumed to throw Foo, and so it is conceivable for the nested catch clause to catch a SonOfFoo.

    分析清单2中的程序合法因为 *** 处的throw语句假定抛出Foo因此嵌套catch 子句可以捕获 SonOfFoo。

    youdao

  • If you find the GO to statement is missing a reference to a procedure, the program does not compile correctly.

    如果发现GOTO语句缺少对某个程序引用,那么程序无法正确进行编译

    youdao

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

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

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