push down - vertaling naar arabisch
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

push down - vertaling naar arabisch

ABSTRACT DATA TYPE
Stack (computer science); Stack (programming); Stack underflow; Push/pop; Bounded stack; LIFO (computing); Push and pop; Pushing and popping; Pushdown; Stack data structure; Pop (computer programming); Push (computer programming); Stack Depth Distribution; Stack organization; Stack depth distribution; Stack (data structure); Stack (C++); Last-come, first served; Stack pop; Stack push; Hardware stack; Stack (data type); Internal stack; Internal call stack; Hardware stacks; Nesting store; Push-down store; Recursive stack; Hardware push down; Link nest store; Nested store; Nest store; Push down; LIFO queue; Std::stack
  • Simple representation of a stack runtime with ''push'' and ''pop'' operations.
  • 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).
  • Similar to a stack of plates, adding or removing is only possible at the top.

push down         
أسقط, ضغط على
Push button         
  • Buttons on a handheld [[calculator]].
  • Button shaped as an octagon.
  • Push-button for a crosswalk in use in [[Japan]], 2022
SIMPLE MECHANISM WITH AN AREA THAT CAN BE TEMPORARILY PUSHED DOWN TO CONTROL A DEVICE
Debounced pushbutton; Button (control); Push button; Push Button; Push-Button; Button (device); Press button; Depress button; Press-button; Depress-button; Mash button; Mash-button; Punch button; Punch-button
صناعة الضغط على الزرار ، طريقة صناعة آلية
Push-button         
  • Buttons on a handheld [[calculator]].
  • Button shaped as an octagon.
  • Push-button for a crosswalk in use in [[Japan]], 2022
SIMPLE MECHANISM WITH AN AREA THAT CAN BE TEMPORARILY PUSHED DOWN TO CONTROL A DEVICE
Debounced pushbutton; Button (control); Push button; Push Button; Push-Button; Button (device); Press button; Depress button; Press-button; Depress-button; Mash button; Mash-button; Punch button; Punch-button
زر انضغاطي

Definitie

push down
v. (D; intr.) to push down on (to push down on a lid)

Wikipedia

Stack (abstract data type)

In computer science, a stack is an abstract data type that serves as a collection of elements, with two main operations:

  • Push, which adds an element to the collection, and
  • Pop, which removes the most recently added element that was not yet removed.

Additionally, a peek operation can, without modifying the stack, return the value of the last element added. Calling this structure a stack is by analogy to a set of physical items stacked one atop another, such as a stack of plates.

The order in which an element added to or removed from a stack is described as last in, first out, referred to by the acronym LIFO. As with a stack of physical objects, this structure makes it easy to take an item off the top of the stack, but accessing a datum deeper in the stack may require taking off multiple other items first.

Considered as a linear data structure, or more abstractly a sequential collection, the push and pop operations occur only at one end of the structure, referred to as the top of the stack. This data structure makes it possible to implement a stack as a singly linked list and as a pointer to the top element. A stack may be implemented to have a bounded capacity. If the stack is full and does not contain enough space to accept another element, the stack is in a state of stack overflow.

A stack is needed to implement depth-first search.

Voorbeelden uit tekstcorpus voor push down
1. The persistent fighting has helped to push down President George W.
2. Fears about the implications of the Murakami affair helped to push down many domestic stocks.
3. Evidence suggests that migrants are beginning to push down wages at the lower end of the income scale, he said.
4. "I could feel the surgeon leaning over me and push down on my body before pulling up.
5. They also said they could try to push down other long–term rates by buying long–term Treasury securities.