网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Pseudo code
释义

Pseudo code

原声例句
弗里德曼播客集

So, some kind of pseudo code that is more relaxed than Python.

所以,某种比Python更轻松的伪代码。

DEFCON Collection

Or using hex arrays, you get some pseudo code back when you have a decompiler license, which I gladly had because I have a license at work.

或者使用十六进制数组,当您拥有反编译器许可证时,您会得到一些伪代码,我很高兴拥有它,因为我有工作许可证。

科技 Crash Course

The pseudo code of a production rule for this step would say if there is a constant on the same side as the variable, then subtract that constant from both sides.

这一步的产生式规则的伪代码会说如果在变量的同一侧有一个常量,则从两边减去该常量。

中文百科

伪代码 Pseudocode

(重定向自Pseudo code)

伪代码英语:pseudocode),又称为虚拟代码,是高层次描述算法的一种方法。它不是一种现实存在的编程语言(已经出现了类似伪代码的语言,参见Nuva);它可能综合使用多种编程语言的语法、保留字,甚至会用到自然语言。

它以编程语言的书写形式指明算法的职能。相比于进程语言(例如Java、C++、C、Delphi 等等)它更类似自然语言。它是半角式化、不标准的语言。我们可以将整个算法运行过程的结构用接近自然语言的形式(这里可以使用任何一种作者熟悉的文本,例如中文、英文,重点是将进程的意思表达出来)描述出来。使用伪代码,可以帮助我们更好的表述算法,不用拘泥于具体的实现。

英语百科

Pseudocode 伪代码

(重定向自Pseudo code)

Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm.

It uses the structural conventions of a normal programming language, but is intended for human reading rather than machine reading. Pseudocode typically omits details that are essential for machine understanding of the algorithm, such as variable declarations, system-specific code and some subroutines. The programming language is augmented with natural language description details, where convenient, or with compact mathematical notation. The purpose of using pseudocode is that it is easier for people to understand than conventional programming language code, and that it is an efficient and environment-independent description of the key principles of an algorithm. It is commonly used in textbooks and scientific publications that are documenting various algorithms, and also in planning of computer program development, for sketching out the structure of the program before the actual coding takes place.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/22 9:17:12