中英互译
pseudo code
基本释义
- 伪代码:一种类似于编程语言的描述方法,用于描述算法或程序的逻辑结构,而不关注具体的语法细节。
双语例句
- Consider the above procedure as pseudo code.我们可以将上面的过程看作是一段伪代码。
- This pseudo code is not only possible, but is exactly what happens on some JIT compilers.这段伪代码不仅是可能的,而且是一些JIT编译器上真实发生的。
- There are some who say that it is a form of pseudo-code.也有人说它是伪码的一种形式。
网络短语
- Pseudo-code伪码;虚代码;伪代码
- pseudo code synchronization伪码同步
- pseudo-code demodulator伪码解调器
- expanded pseudo code扩充伪码
- CPU-specific binary or pseudo-code运行原理
英英释义
- Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm.