术语 | pseudocode |
释义 | pseudocode 伪代码;[虚拟码] 1. An artificial language that is used to describe computer program algorithms without using the syntax of any particular programming language. 一种不使用任何特定的程序设计语言的语法而描述计算机程序算法的 人工语言。同structured English。 2. A code that requires translation prior to execution. 执行前需要翻译的一种代码。 3. An instruction that is not meant to be followed directly by a computer. Instead, it initiates the linking of a subroutine into the main program. 一种其含义不能被计算机直接理解的指令。相反地,它使某个子例行程序连接到相应的主程序上。 4. Various codes that express programs in source language; i.e., by referring to storage locations and machine operations by symbolic names and addresses that are independent of their hardwaredetermined names and addresses. 用源语言表示程序的各种代码,也就是通过用符号名和符号地址代替存储地址和机器操作, 而这些符号名和符号地址是与它们的硬件所决定的名字与地址无关的。对照machinelanguage code。 5. An arbitrary code, independent of the hardware of a ocmputer and designed for convenience in programming, which must be translated into computer code if it is to direct the computer. 任意一种码,它与计算机硬件无关,是为程序设计的方便而设计的,如果它被用在计算机上 运行,则必须先翻译成机器代码。 6. In computer programming, an arbitrary set of symbols to represent components of a program, i.e. registers, operands, etc. 在计算机程序设计中,表示程序一组成部分(如寄存器、操作数等)的随意一组记号。 |
随便看 |
|
计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。