语句英语怎么说

admin2024年11月12日中英词典3440

本文为您带来语句的英文翻译,包括语句用英语怎么说,语句用英语怎么说,语句的英语造句,语句的英文原声例

本文为您带来语句的英文翻译,包括语句用英语怎么说语句用英语怎么说语句的英语造句语句的英文原声例句语句的相关英语短语等内容。

语句的英文翻译,语句的英语怎么说?

  • n.statement

语句的英语网络释义

...语言来表示,但该语言具有自解析性)。 相关说明如下。 语句:整个代码由9条语句组成。在程序设计语言中,一条语句statement)就是一个指令,它可以引发一些动作,比如,定义或修改一个变量、改变控制流等。

...公众号查看。 2.7判断和条件控制 数学里有一些表示判断的算符,如表示数值之间的等于或不等于、大于、小于等。Python提供了一些用于描述条件判断的运算符以及一种特殊的语句(称为if语言,条件语句),它能利用条件判断的结果选择执行不同的语句语句序列。

Python语言用于该目的的语法构造为if语句带任意数量的else if语句(置于else子句之前): 如果elif的语句块仅包含一条语句,则该语句可书写在elif的同一行,以提高代码的简洁性和清晰度。

当在PL/SQL块中执行查询语句select)和数据操纵语句(DML)时,Oracle会为其分配一个上下文区(ContextArea),上下文区就是用来存放查询结果的。

语句的汉英大词典

语句[yǔ jù]

    • (成句的话) sentence
    • {自} statement
  • 短语:
    • 语句标识符 statement identifier;
    • 语句分隔符 statement separator;
    • 语句符号 symbol of statement;
    • 语句函数 statement function;
    • 语句函数定义 statement function definition;
    • 语句号 statement number;
    • 语句括号 statement bracket;
    • 语句库 {计} statement repertory;
    • 语句码 statement code;
    • 语句名 statement name;
    • 语句前缀 statement prefix;
    • 语句信息标号 correlative indexing

语句的英语短语

  • 循环语句while;FOR;while for in

  • 返回语句[计]return statement;RETLIRN;backspace statement

  • 条件语句conditional statement;if;if elif else;IFELSE

  • 复合语句compound statement;algol compound statement algol;compound statement,compound statement;Compound Statements

  • 赋值语句[计]assignment statement;LET;Enter equation;continuous assignment

  • 断言语句ASSERT;[计]assert statement;assertion operator;[计]assertion statement

  • 查询语句SELECT;LINQ;SQL;Public sqlfind As String

  • 选择语句switch;[计]case statement;[计]select statement;selection statement

语句的英文例句

在这篇文章中,你需要用具体的例子来支撑笼统的语句

In this article, you need to back up general statements with specific examples.

要将注释添加到这些文件中的语句中,请在撇号(')后面键入注释。

To add a comment to a statement in these files, type a comment after an apostrophe (').

《牛津英语词典》将LOL定义为一个叹词,“主要用于电子通信……以引起对笑话和幽默语句的注意,或表示可笑”。

The OED defines LOL as an interjection "used chiefly in electronic communications… to draw attention to a joke or humorous statement, or to express amusement".

他本来也可以删掉很多重复的语句,省去很多页数。

He could also have cut out much of the repetition and thus saved many pages.

如果语句有两个不同的含义,这是意义含糊。

If the statement has two different meanings, this is amphiboly.

只有这样才可以执行这条语句

Only then can you execute this statement.

这是一条重要的语句

It is an import statement.

执行这条sql语句

Execute the SQL statement.

外部表也可以用作静态语句

External table statements can also be used as static statements.

这里没有返回语句

There's no return statement.

对于动态sql语句,授权针对每个语句进行。

For dynamic SQL statements, authorization takes place on a per statement basis.

所以,前一个语句和下面的语句等价。

So, the previous statement is equivalent to the following statement.

语句显示已完成事务中执行的语句数。

Statements shows the number of statements executed in completed transactions.

执行映射的语句

Execute the mapped statement.

组织类导入语句

Organize the class import statements.

语句将成功。

This statement will succeed.

复合语句是被包含在(大括号)的语句序列。

Compound statements are statements that contain lists of statements enclosed in (curly braces).

执行语句

Execute the statement.

选择语句

The select statement.

后面是不同类型的ddl语句,然后是表的ddl语句

This is followed by the DDL statements for distinct types and then tables.

当然应该类似,因为流控制语句就是复合语句

It should because flow control statements are compound statements.

选择一个语句可在底部显示该语句的执行细节。

Selecting a statement shows in the lower section the execution details of this statement.

语句块由一个或多个简单语句和复合语句组成。

The block of statements is made up of one or more simple and compound statements.

语句错误率显示执行后会产生异常的语句的比例。

Statement failure rate shows the rate of statement executions resulting in an exception.

数据定义语言(DDL)语句是不能回滚的语句

Data definition language (DDL) statements are not statements that can be rolled back.

在编译语句时,语句的访问计划被存储在包缓存中。

When the statement is compiled, its access plan is stored in the package cache.

保持简短的语句,把长的语句分解成多个小的语句

Keep sentences short. Break up long sentences into smaller ones.

提交语句会将会话数据恢复为之前的提交或回滚语句

The commit statement restores the session data to the previous commit or rollback statement.

低级跟踪捕捉语句统计数据、语句文本和语句迭代器。

Low-level tracing captures statement statistics, statement text and statement iterators.

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

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

语句的原声例句

I've written a little for loop, which is going to iterate over all of the elements in the list.

让我们先看看这儿的代码,我已经写了一个循环语句,用来迭代处理数组中所有的元素。

So notice the nesting, I can flow my way through how those tests are actually going to take place.

请注意嵌套,我可以跳过,其中不执行一些语句

You can say if this is true, then go and do the following pieces of code or puzzle pieces that are inside this part of the block, else go ahead and do these that are down here.

你可以说如果条件成立,执行下面的代码段,或板块中的拼图,否则跳过去执行这下面的语句

You've read the short article he has in the Jewish Study Bible, but he's also written about this at great length in other places.

你们已经读到过他在《犹太读经》里的短文,在其他的地方他也写过这些伟大的语句

His language is a sort of mishmash of poorly used academic locutions: "worklife plans." It sounds almost like corporate speak, in a way.

他的语言是一种用得很不好的学术语句的混杂:,职业生涯计划,听起来就像是电脑在说话一样不自然。

So far, we have the following in our language. Right, we have assignment.

至今为止,我们已经学习了,该语言的以下内容,我们学习了赋值语句

It didn't really crash, it found an assert statement. So if you look at the bottom of the function, you'll see that, in fact, I checked for that.

其实程序并没崩溃,它只是碰到一个断言语句然后停了下来,如果你看看函数的顶部,你会看到,实际上我断定计数器。

You've got a loop, you've got a condition and a boolean to check if he's touching the edge, and some statements to tell him to shout or to actually turn around.

我们有一个循环,通过一个条件和一个布尔值来判断,是否触到了边缘,还有一些语句,让它回头并咆哮。

Right. So similarly, if you've got one line of code with a semicolon at the end saying, this is the end of the statement, it doesn't really make sense to continue that conversation to try to continue conceptually that puzzle piece with curly braces.

对的,类似的,如果你得到了一行代码,后面有一个分号,标志语句的结尾,这就没有意义来继续,那个会话来尝试对那段代码,使用花括号。

When God began to create heaven and earth," And there's a parenthetical clause: "God said, 'Let there be light' and there was light."

起初,上帝创造天地“,这里有一个插入语句:,“上帝说,要有光,就有了光“

Well, the beauty is in this simple stupid little statement of the obvious.

关键的一点就是这个看似,有点愚蠢的语句

So what we've seen is I've run it twice here.

我们现在看到的就是,我执行了这条打印语句两次。

First one, when I write a piece of code, especially code that has branches in it, when I design test cases for that piece of code, I should try and have a specific test case for each possible path through the code.

第一点,当我们写代码的时候,尤其是一些含有分支语句的代码的时候,当我为这些代码,设计测试用例的时候,我应该为每一个可能的程序路径,都设计一个特别的用例。

So you might have chosen a different sentence or whatnot, but that's fine.

所以你们可能选择了一个不同的语句,或其它的东西,但是那挺好的。

It's a capability that just tells the computer what to do.

语句能告诉计算机做什么。

But notice the previous line, where I am computing volatility.

但是请注意前面这个语句,我用这个语句计算了浮动值。

We decrement so to speak the variable and then where will we go next in terms of the flow control, the flow of this program.

可以这么说,我们递减这个变量,然后按照控制流,即程序流进入到下一语句

But the string, the sentence or the words that we're displaying on the screen, previously you clicked on a little white text field and typed it in, well now you're gonna do the same thing at the keyboard but you're gonna have to sandwich it in between double quotation marks.

这些你想输出到屏幕上的字符串啊,语句啊,单词啊,或者你事先,在白色输入框中敲进去的内容,现在你们需要用键盘做同样的事情,但是你们要写在,双引号之间。

Step 5, now this is an example of what we'll henceforth call a condition or a branch because it's sort of a fork in the road.

步骤五,这是一个关于我们调用一个条件,或者分支语句的例子,因为这是一个岔路口。

Computers generally have things called--computer languages generally have things called "statements".

计算机语言,有一种叫做,“语句“的东西。

This is the first of the conditionals that we're going to see.

这是我们会学到的,第一个条件语句

I'd last time talked about the two assert statements.

上节课我们已经探讨了,这两个断言语句

Since I'm not sure I won't need to go back to it.

我注释掉了之前的调试语句

The semicolon just separates this from the rest.

其中的分号只是用来间隔两条语句

I get the int and store it in n. The switch statement takes inside its parenthesis an int or a char or some primitive type.

我得到一个整数并把它存储,到n中,switch语句的圆括号里可以是一个整数,或者一个字符或其他的基本类型。

This would be called a statement.

这就是一条语句

But it's just a different statement.

但这是另外一条语句

We have conditionals.

我们学习了条件语句

A statement is an action.

一条语句是个动作。

语句的网络释义

语句 一个语法上自成体系的单位,它由一个词或句法上有关连的一组词构成,表达一种主张、疑问、命令、愿望或感叹。

以上关于语句的英语翻译来自英汉大词典,希望对您学习语句的英语有帮助。