Or, in this case, let's call it pseudocode.
或者,在这种情况下,我们称之为伪代码。
单词 | pseudocode |
释义 |
pseudocode
英汉-汉英词典
伪代码
词组 | 习惯用语
您要查找的是不是:
pseudocode n. 伪代码;假码;虚拟程序代码 网络短语:Pseudocode 伪代码; 虚拟程序代码; 伪码; 虚拟代码; pseudocode ranging 伪码测距 pseudocode dev-c 伪代码 pseudocode language 伪码语言 Implementation of pseudocode 伪代码实现 the compiler of pseudocode 伪码编译器 differential equation pseudocode interpreter 微分方程伪码解释器
英语例句库
声明:以上例句、词性分类均由互联网资源自动生成,未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。
原声例句
CS50 Or, in this case, let's call it pseudocode. 或者,在这种情况下,我们称之为伪代码。 CS50 And so from here, we transition from pseudocode to actual code. 从这里开始,我们从伪代码过渡到实际代码。 科技 Crash Course Even if you aren’t a programmer, write pseudocode on paper, and maybe even give coding a try. 即使您不是程序员,也可以在纸上编写伪代码,甚至可以尝试编码。
中文百科
伪代码伪代码(英语:pseudocode),又称为虚拟代码,是高层次描述算法的一种方法。它不是一种现实存在的编程语言(已经出现了类似伪代码的语言,参见Nuva);它可能综合使用多种编程语言的语法、保留字,甚至会用到自然语言。 它以编程语言的书写形式指明算法的职能。相比于进程语言(例如Java、C++、C、Delphi 等等)它更类似自然语言。它是半角式化、不标准的语言。我们可以将整个算法运行过程的结构用接近自然语言的形式(这里可以使用任何一种作者熟悉的文本,例如中文、英文,重点是将进程的意思表达出来)描述出来。使用伪代码,可以帮助我们更好的表述算法,不用拘泥于具体的实现。
英语百科
Pseudocode 伪代码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条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。