Listing 3. Pseudo-code for the sum_list program.
清单3 . sum_list程序的伪代码。
The simplified pseudo-code for the generator is as follows
经过简化的生成器伪代码如下
The code references are intended to be interpreted as pseudo-code.
代码引用被有意解释为伪代码(pseudo - code)。
The third iteration might define the intra-module pseudo-code.
第三个迭代则定义模块内部的伪代码。
Listing 1. Pseudo-code for generic divide-and-conquer parallel algorithms.
清单1.通用divide - and - conquer并行算法的伪代码。
Some programmers write pseudo-code before they begin writing their program.
有些程序员在他们开始编写程序之前会编写一些伪代码。
From an assembly language perspective, Listing 10 provides the pseudo-code.
清单10提供汇编语言伪代码。
This approach to MDD is analogous to the pseudo-code design practices of the 1980s.
MDD的这个方法类似于80年代的伪码设计实践。
The pseudo-code for this program almost identically matches its Scheme implementation.
这个程序的伪代码几乎与其scheme实现完全相同。
The following pseudo-code demonstrates how single values can be retrieved from a database.
下面的伪码展示了如何从数据库中检索单个值?
Here is some example pseudo-code for calling a transaction timer that shows correct usage.
下面是一个调用事务定时器的范例伪代码,以显示正确的用法。
The service layer does have one method involving data changes on both databases. Here is the pseudo-code.
服务层上有一个方法设计在两个数据库上执行数据变更。
To illustrate how to use dacscheck, let's revisit the pseudo-code that builds a menu, presented in Listing 2, this time in Perl.
为了演示如何使用dacscheck,让我们回顾一下清单2中提供的用于构建菜单的伪代码,这次是使用Perl。
And then, combined with the adaptive memory procedure, the pseudo-code description of rs algorithm and an example are presented.
最后结合适应性记忆过程给出了TS算法的伪代码描述和一个算法。
The rest of the logic is pseudo-coded with the assumption that the reader can extrapolate the standard code expected for that functionality.
逻辑的其他部分是伪代码,读者可以推导出功能所需的标准代码。
There's a middle ground as well, in which human-readable language is translated into pseudo-code (sometimes called P-code or byte code).
还有一个中间点,人类可读的语言被翻译成伪代码(有时称为P代码或字节代码)。
To better understand the solution, let's see an example using pseudo-code, first with conventional approaches, followed by the centralized solution.
为了更好地理解这个解决方案,让我们考察一个使用伪代码的例子,该例子首先使用传统方法,然后使用集中的解决方案。
To continue with the hypothetical DBMS, you could write a more general procedural query in something like the (Python-like) pseudo-code in Listing 2.
继续基于这个假设的DBMS进行讨论,可以编写更一般的、类似于清单2中(类似python)伪代码的过程化查询。
In order to solve the difficulties encountered by underwater remote control, the pseudo-code modulation technology have been introduced into the field of underwater remote control.
为了解决在水下遥控中遇到的困难,把伪码调制技术引入了水下遥控领域。
Some programs might never halt when run on themselves, though -- so let's use DOES-HALT to write pseudo-code for a program that checks to see what happens when a program is given itself as input.
有些程序在把它们自己当作输入运行时,可能永远不会停下来,既然这样——那么让我们用DOES-HALT编写一端伪代码,用它来测试当一个程序把它自己作为输入参数时会发生什么好了。
This pseudo code is not only possible, but is exactly what happens on some JIT compilers.
这段伪代码不仅是可能的,而且是一些JIT编译器上真实发生的。
Although the design is done at a higher abstraction level, specifying more "what" than "how," the real implementation still has to be manually translated from the pseudo code.
虽然设计是在较高的抽象层次上完成的,并且比“怎样做”指定了更多“做什么”,但是真正的实现仍不得不手工地由伪码进行翻译。
The notations included data flow diagrams, structure charts, HIPO diagrams, 5 procedure templates, pseudo code, structured flowcharts, structured English, and decision tables.
记号包括了数据流图,结构图,hipo图,5过程模板,伪代码,结构化流程图,结构化英语和判定表。
Right, so the things we want you to take away from this are, get into the habit of using pseudo code when you sit down to start a problem, write out what are the steps.
好,这儿我想大家明白的就是,养成解决问题时先写伪代码的好习惯,把步骤都写出来,我想要告诉你们的是一个好的程序员。
The pseudo code in Listing 1 shows a simplified SQL query that retrieves employee names for all active employees and lists them with the English names of their organizations.
清单1中的伪代码是一个简化的SQL查询,它获取所有活跃职员的姓名并列出他们及英语的组织名称。
And in particular, if I think about that problem - actually I want to do this - if I think about that problem, I'm going to write a little piece of pseudo code.
关于这个问题尤其要注意的是,实际上当我考虑这个-,问题的时候我想这么做,我会去写一点伪代码。
In order to keep the code clear, only the code that accesses and manipulates CM user groups is provided, and some parts are replaced by pseudo code.
为了使代码清晰,这里只给出了访问和操纵CM用户组的代码,并且有些地方用伪代码替代。
That's followed by an abstract data buffer scheme, illustrated by a pseudo implementation, that solves many of those problems, followed by code snippets demonstrating the solution's benefits.
后面跟着要介绍的是抽象数据缓冲区方案,并通过伪代码实现来进行说明,这种方案解决了许多问题;最后要介绍的是一些代码片断,用以演示该解决方案的好处。
Use the kernel API kernel_thread to register this kernel thread in this pseudo code.
在下面的伪代码中,使用了内核api kernel _ thread来注册这个内核线程。
Python is a good vehicle for exposition, though, because it reads like streamlined pseudo code, and is widely available.
但Python Python是一种很值得展示的工具,因为它读起来像流线型的伪代码,并且广泛可用。
应用推荐