pseudocode
英音[ ˈsju:dəʊˌkəʊd ] 美音[ ˈsuːdoʊˌkoʊd ]

伪代码

常用释义

词性释义

n.

伪代码;假码;虚拟程序代码
例句
  • 全部
  • 伪代码
在完成流程图、伪代码、或两者都完成之后,程序员真正开始用语言为特定的项目编写代码。
In general, a run through a directory looks something like the pseudocode in Listing 1.
通常,对目录进行浏览类似于清单1中所示的伪代码。
以下伪代码显示了包含一个定位点成员和一个递归成员的简单递归CTE的组件。
最简单的流控制语句是if语句,它的基本语法在清单4中的伪代码中演示了。
请看下面的伪代码示例,其中演示了筛选语句和finally语句的运行顺序。
清单14用两个规则的定义的伪代码演示了这种情况。
您刚刚编写的Groovy脚本几乎和可执行的伪代码一样。
图2包含访问站点的用户更新其配置文件时,将运行的伪代码。
We use a simplified pseudocode to reduce programming language "clutter" .
我们使用简化的伪代码来减少编程语言“簇”。
At last, combined to the strategy offered above we give some flow chart and some pseudocode to explain the mechanism more clearly.
最后,结合本文提供的关于资源发现与监控的思路给出了部分相关伪代码实现。
清单15包含两个规则的定义的伪代码。
We could implement the maximum bipartite matching just like in the pseudocode given earlier.
我们可以像执行最大流的伪代码一样来执行最大二分匹配。
The article describes that filling displaying algorithm between curves were implemented byapplying the C# Pseudocode.
文中用c!伪代码描述了一种填充显示算法的实现。
算法都是用英语来描述的,同时会有一段能读懂的伪代码来描述设计,只要你曾经做过一点编程。
清单1给出了一段简单的伪代码,为您展示如何在Python中编写方法。
清单1中假定的示例(伪代码)和下面的清单2更清楚地说明了这一点。
清单2中提供了一个简单的伪代码例子。
下面的程序列表8说明了此进程的伪代码。
清单10中的伪代码格式演示了for循环。
Before building a real function, let's review several points about the pseudocode that are important, but easy to overlook
在真正着手构建函数之前,让我们先来看看关于伪代码的一些简单却重要的要点
1·Listing 14 demonstrates this situation with pseudocode for the definition of two rules.
清单14用两个规则的定义的伪代码演示了这种情况。
2·A simple pseudocode example is provided in Listing 2.
清单2中提供了一个简单的伪代码例子。
3·The hypothetical sample (pseudocode) in Listing 1 and Listing 2 below make it clearer.
清单1中假定的示例(伪代码)和下面的清单2更清楚地说明了这一点。
4·The for loop is demonstrated in pseudocode format in Listing 10.
清单10中的伪代码格式演示了for循环。
5·Listing 7. Pseudocode for the while loop.
清单7 . while循环的伪代码。