堆栈自动机英文解释翻译、堆栈自动机的近义词、反义词、例句
英语翻译:
【计】 stack automaton
分词翻译:
堆的英语翻译:
pile; heap; stack; crowd
【计】 heap
【医】 herd; pile
栈自动机的英语翻译:
【计】 stack automation
网络扩展解释
堆栈自动机
堆栈自动机(Stack machine),又称堆叠机,是一种基于堆栈数据结构的计算机。在堆栈自动机中,数据存储在堆栈中,而操作则通过出入栈来实现。以下是堆栈自动机的相关中英文翻译:
中文拼音:
duī zhàn zì dòng jī
英语解释翻译:
A stack machine is a type of computer that uses a stack data structure for storing and retrieving data. Operations are performed through pushing and popping elements of the stack.
英文读音:
stæk məˈʃiːn
英文的用法(中文解释):
Stack machines are commonly used in programming languages like Forth and PostScript. They are also used in some virtual machines, such as the Java Virtual Machine and the .NET Common Language Runtime.
英文例句(包含中文解释):
One advantage of stack machines is that they use less memory than other types of computers. (堆栈自动机的一个优点是它们使用的内存比其他类型的计算机少。)
英文近义词(包含中文解释):
Other types of computer architectures include register machines and accumulator machines. (其他类型的计算机结构包括寄存器机和累加器机。)
英文反义词(包含中文解释):
Non-stack-based architectures include random-access memory (RAM) machines and direct-threaded code machines. (非基于堆栈的架构包括随机访问内存(RAM)机器和直接线程代码机器。)
英文单词常用度:
Stack machine被广泛使用并为计算机科学专业学生所熟知,它在技术文献和讨论中经常出现。