网站首页  英汉词典

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

 

单词 pushdown
释义

pushdown /'puʃdaun/

英汉-汉英词典
下推存储器
词组 | 习惯用语
您要查找的是不是:
  • splashdown n. 在海中降落
  • push down 向下按, 推倒, 压倒 迫使(某人)接受某种观点
  • push-down n. 下推
  • pushbutton n. 按钮
pushdown n. 后进先出存储器; adj. 可按下的;可推下的;后进先出存储的;
pushdown storage 下推存储器
time pushdown 时间下降

网络短语:
Straight bar triceps triceps pushdown 滑轮三头肌下压
pushdown automaton 下推自动机;后进先出自动机
pushdown automata 下推自动机;下推自念头;后进先出自动机
pushdown machine 下推机
pushdown tape 下推带
pushdown transducer 下推转换器
deterministic pushdown 确定性下推
pushdown wheel 退圈轮
英语例句库
  1. A relationship between the accepting powers of sub logarithmic space bounded two way alternating pushdown automata with and without 1 inkdot is investigated.
    对具有1个墨水点的和没有墨水点的亚对数空间限定交替式下推自动机之间的关系进行研究。

声明:以上例句、词性分类均由互联网资源自动生成,未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。

原声例句
健身知识科普

These single-joint isolation exercises, like curls, side raises, and triceps pushdowns, only tend to focus on one muscle group at a time.

像弯举,侧平举还有三头肌下推都是单关节局部训练,它们只专注于锻炼一个肌肉群。

中文百科

堆栈 Stack (abstract data type)

(重定向自Pushdown)
堆叠的简单示意图
 Representación simplificada de una pila
Pilas para niños
Simple representation of a stack runtime with push and pop operations.

堆栈英语:stack),也可直接称堆叠(,在计算机科学中,是一种特殊的串列形式的数据结构,它的特殊之处在于只能允许在链结串列或数组的一端(称为堆叠顶端指标,英语:top)进行加入数据(英语:push)和输出数据(英语:pop)的运算。另外堆叠也可以用一维数组或链表的形式来完成。堆叠的另外一个相对的操作方式称为队列。

由于堆叠数据结构只允许在一端进行操作,因而按照后进先出(LIFO, Last In First Out)的原理运作。

堆叠数据结构使用两种基本操作:推入(push)和弹出(pop):

英语百科

Stack (abstract data type) 堆栈

(重定向自Pushdown)
Simple representation of a stack runtime with push and pop operations.
A typical stack, storing local data and call information for nested procedure calls (not necessarily nested procedures!). This stack grows downward from its origin. The stack pointer points to the current topmost datum on the stack. A push operation decrements the pointer and copies the data to the stack; a pop operation copies data from the stack and then increments the pointer. Each procedure called in the program stores procedure return information (in yellow) and local data (in other colors) by pushing them onto the stack. This type of stack implementation is extremely common, but it is vulnerable to buffer overflow attacks (see the text).
堆叠的简单示意图
 Representación simplificada de una pila

In computer science, a stack is an abstract data type that serves as a collection of elements, with two principal operations: push, which adds an element to the collection, and pop, which removes the most recently added element that was not yet removed. The order in which elements come off a stack gives rise to its alternative name, LIFO (for last in, first out). Additionally, a peek operation may give access to the top without modifying the stack.

随便看

 

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

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/21 13:09:12