pseudocode

美 [ˈsjuːdəʊˌkəʊd]英 ['sju:dəʊˌkəʊd]
  • n.【计】伪码
  • 网络伪代码;虚拟码;虚拟代码

复数:pseudocodes

pseudocodepseudocode

pseudocode

伪代码

伪代码pseudocode),又称为虚拟代码,是高层次描述算法的一种方法。它不是一种现实存在的编程语言(已经出现了类似 …

伪码

  书中的算法采用了——种伪码(pseudocode)风格来展示,凡是学习过计算机学科基本算法的同学都应当会比较熟悉这种风格。 …

虚拟码

使用虚拟码(Pseudocode)协助厘清程式的细节。配合文字及演算公式,使计算步骤清楚显现。

虚拟代码

异常运行 ... pseudo-marshalling 虚拟封送处理 pseudocode 虚拟代码 pseudorandom number 虚拟乱数 ...

伪函数

伪函数(Pseudocode)是一种算法描述语言的函数。它不是一种现实存在的编程语言。

1
After production of a flowchart, pseudocode, or both, the programmer actually writes the code in a language specific for the project. 在完成流程图、伪代码、或两者都完成之后,程序员真正开始用语言为特定的项目编写代码。
2
In general, a run through a directory looks something like the pseudocode in Listing 1. 通常,对目录进行浏览类似于清单1中所示的伪代码。
3
The following pseudocode shows the components of a simple recursive CTE that contains a single anchor member and single recursive member. 以下伪代码显示了包含一个定位点成员和一个递归成员的简单递归CTE的组件。
4
The simplest flow control statement is the if statement, whose basic syntax is demonstrated in the pseudocode shown in Listing 4. 最简单的流控制语句是if语句,它的基本语法在清单4中的伪代码中演示了。
5
Consider the following pseudocode example that illustrates the order in which filter statements and finally statements run. 请看下面的伪代码示例,其中演示了筛选语句和finally语句的运行顺序。
6
Listing 14 demonstrates this situation with pseudocode for the definition of two rules. 清单14用两个规则的定义的伪代码演示了这种情况。
7
The Groovy script that you just wrote is almost like executable pseudocode. 您刚刚编写的Groovy脚本几乎和可执行的伪代码一样。
8
Figure 2 contains pseudocode that would run when a user visiting the site updates her profile. 图2包含访问站点的用户更新其配置文件时,将运行的伪代码。
9
We use a simplified pseudocode to reduce programming language "clutter" . 我们使用简化的伪代码来减少编程语言“簇”。
10
At last, combined to the strategy offered above we give some flow chart and some pseudocode to explain the mechanism more clearly. 最后,结合本文提供的关于资源发现与监控的思路给出了部分相关伪代码实现。
11
Listing 15 contains pseudocode for the definition of two rules. 清单15包含两个规则的定义的伪代码。
12
We could implement the maximum bipartite matching just like in the pseudocode given earlier. 我们可以像执行最大流的伪代码一样来执行最大二分匹配。
13
The article describes that filling displaying algorithm between curves were implemented byapplying the C# Pseudocode. 文中用c!伪代码描述了一种填充显示算法的实现。
14
Algorithms are described in English and in a "pseudocode" designed to be readable by anyone who has done a little programming. 算法都是用英语来描述的,同时会有一段能读懂的伪代码来描述设计,只要你曾经做过一点编程。
15
Listing 1 presents a simple, pseudocode outline of how you can write a method in Python. 清单1给出了一段简单的伪代码,为您展示如何在Python中编写方法。
16
The hypothetical sample (pseudocode) in Listing 1 and Listing 2 below make it clearer. 清单1中假定的示例(伪代码)和下面的清单2更清楚地说明了这一点。
17
A simple pseudocode example is provided in Listing 2. 清单2中提供了一个简单的伪代码例子。
18
The pseudocode for this process is described in Listing 8 below. 下面的程序列表8说明了此进程的伪代码。
19
The for loop is demonstrated in pseudocode format in Listing 10. 清单10中的伪代码格式演示了for循环。
20
Before building a real function, let's review several points about the pseudocode that are important, but easy to overlook 在真正着手构建函数之前,让我们先来看看关于伪代码的一些简单却重要的要点