清单10提供汇编语言伪代码。
From an assembly language perspective, Listing 10 provides the pseudo-code.
下面是这个函数的伪代码和实际代码。
经过简化的生成器伪代码如下
清单15包含两个规则的定义的伪代码。
Listing 15 contains pseudocode for the definition of two rules.
清单2中提供了一个简单的伪代码例子。
那我现在在伪代码的哪一行呢?
我们放大这行伪代码。
清单10中的伪代码格式演示了for循环。
The for loop is demonstrated in pseudocode format in Listing 10.
清单1.for循环的伪代码。
清单10.for循环的伪代码。
因此,对于您的定制语言,使用清单2中的伪代码。
So, for your custom language, use the pseudo-code in Listing 2.
清单7.while循环的伪代码。
清单14用两个规则的定义的伪代码演示了这种情况。
Listing 14 demonstrates this situation with pseudocode for the definition of two rules.
我们可以将上面的过程看作是一段伪代码。
上周我们写了一个socks程序,但那只是伪代码。
Last week we did the socks thing and that was in pseudocode.
有些程序员在他们开始编写程序之前会编写一些伪代码。
Some programmers write pseudo-code before they begin writing their program.
这个程序的伪代码几乎与其scheme实现完全相同。
The pseudo-code for this program almost identically matches its Scheme implementation.
清单3 . sum_list程序的伪代码。
然后是养成用伪代码,来帮助你定义控制流的习惯。
And get into the habit of using it to help you define what is the flow of control.
您刚刚编写的groovy脚本几乎和可执行的伪代码一样。
The Groovy script that you just wrote is almost like executable pseudocode.
下面是一个调用事务定时器的范例伪代码,以显示正确的用法。
Here is some example pseudo-code for calling a transaction timer that shows correct usage.
继续上课,刚才我们只写了一个伪代码,或者说简单地过了一下。
Alright, we are back so we just wrote a programming pseudocode or walk through a programming pseudocode.
逻辑的其他部分是伪代码,读者可以推导出功能所需的标准代码。
The rest of the logic is pseudo-coded with the assumption that the reader can extrapolate the standard code expected for that functionality.
代码引用被有意解释为伪代码(pseudo - code)。
The code references are intended to be interpreted as pseudo-code.
清单1中假定的示例(伪代码)和下面的清单2更清楚地说明了这一点。
The hypothetical sample (pseudocode) in Listing 1 and Listing 2 below make it clearer.
这段伪代码不仅是可能的,而且是一些JIT编译器上真实发生的。
This pseudo code is not only possible, but is exactly what happens on some JIT compilers.
清单1给出了一段简单的伪代码,为您展示如何在Python中编写方法。
Listing 1 presents a simple, pseudocode outline of how you can write a method in Python.
在真正着手构建函数之前,让我们先来看看关于伪代码的一些简单却重要的要点。
Before building a real function, let's review several points about the pseudocode that are important, but easy to overlook.
这里的叙述帮助解释图2所示的已编号的步骤(应用程序伪代码在清单1中给出)。
Here is narration to help explain the numbered steps shown in Figure 2 (the application pseudo code is shown in Listing 1).
在下面的伪代码中,这个内核线程应该在设备驱动程序的close函数中进行销毁。
This kernel thread should be destroyed in the close of the device driver in this pseudo code.
应用推荐