Перевод: с английского на арабский

с арабского на английский

stack+pointer

  • 1 stack

    I
    [stæk] n գղտ. դեզ, շեղջ. գրադ. գրապահոց. ծխնելույզ. a stack of straw/logs ծղոտի դեզ, փայտի դարակույտ. (կույտ, կուտակ) a stack of books/plates գրքերի/ափսեների կույտ. stacks of money/time փխբ., խսկց. փողի մեծ գումար. հսկայական ժամանակ. հմկրգ. ստեկ, հիշողության տիրույթ. stack pointer ստեկի գագաթի ցուցիչ. stack underflow դատարկ ցուցիչով ստեկին դիմելը. stacking of parameters պարամետրերի մտցնելը ստեկ
    II
    [stæk] v դիզել, դարսել, կուտակել. stack books/wood գրքերը/փայտը կանոնավոր դար սել. stack hay խոտը դիզել

    English-Armenian dictionary > stack

  • 2 top

    I
    [tɔp] n գագաթ, կատար. the top of the head գլխի գագաթ. from top to toe ոտքից գլուխ. snow covered top ձյունածածկ գագաթ. (վերին մաս) the tops of the tree/vegetables տերևուք. փրեր. go on top վերև գնալ. from top to bottom վե րից վար. the top of the page էջի սկիզբը/վե րևը. at the top of the list/table ցու ցակի սկզբում, սեղանի գլխին. (ամե նաբարձր) be at the top of the form դասարանում առաջին աշակերտը լինել. at the top of one’s voice ամբողջ ձայնով. on top of the cupboard պա հարանի գլխին. (կափարիչ) top of pen/car գրիչի գլխադիր, մե քենայի թափք. table top սեղանի կափարիչ. (հա գուստի վերին մասը) a skirt with top փեշ վերնահագուստով (վերնաշապի կ, բլուզ). reach the top of one’s profession մասնա գի տական վարպետության գա գաթնա կե տին հասնել. on top of all that ի լրումն ամենի. talk off the top of one’s head խոսել առանց գրա ռումների/հիշողությամբ. feel on top of the world խսկց. երջանկության գագաթնա կետին լինել. The work is getting on top of me (him, her…) Աշխատանքը իմ (նրա…) նյար դե րի վրա է ազդում. top of form էջի սկիզբ. top of stack ստե կի գագաթ. top of stack pointer ստեկի գագաթի ցուցիչ
    II
    [tɔp] n հոլ (խաղալիք)
    [tɔp] a վերին, վերևի, առավելագույն. top storey/notes վերին հարկ, վերևի նոտաներ. top level conference/talks բարձր մակարդակի համաժողով, բարձր մակարդակով բա նա կցու թյուններ. top grade փխբ. բարձրագույն տեսակ. the top men խսկց. վերնախավը. top ten առա ջին տասնյակ. top footballers լավագույն ֆուտբոլիստները. top player բարձր վարկանիշով խաղացող. top marks գերազանց գնահա տականներ. top speed առավելագույն ա րագու թյուն. top hat ցիլինդր. հմկրգ. վեր, վերև. top -down design վե րից վար նախա գծում/ դիզայն. top - down development վերից վար մշակում. top - down parsing վերից վար վեր լու ծություն. top - level goal ամենավերջին մա կարդակի նպատակ. top -level specification ամե նավերջին մակարդակի սպեցիֆի կացիա
    IV
    [tɔp] v ծածկել (վերևից). վեր բարձ րանալ/խոյանալ. top with snow ձյունով ծածկել. (կտրել կատարները) top bushes (նաև top and tail) թփերի կատարները կտրել. (գլխա վորել) The team topped the league Թիմը գլխա վորում էր աղյուսակը. top the bill թատր., խսկց. ծրա գրի մեխը լինել, ամենահաջող համարը լինել. top up բաժակը լցնել, լիքը լցնել. top up with petrol մեքենան բենզինով լիցքավորել

    English-Armenian dictionary > top

См. также в других словарях:

  • Stack Pointer —   [dt. »Stapelzeiger«] (Stack Zeiger), Stapelspeicher …   Universal-Lexikon

  • Stack Pointer — Vereinfachte Darstellung eines Stacks mit den Funktionen Push (drauflegen) und Pop (runternehmen) In der Informatik bezeichnet ein Stapelspeicher oder Kellerspeicher (kurz Stapel oder Keller, häufig auch mit dem englischen Wort Stack bezeichnet)… …   Deutsch Wikipedia

  • Stack (data structure) — In computer science, a stack is an abstract data type and data structure based on the principle of Last In First Out (LIFO) . Stacks are used extensively at every level of a modern computer system. For example, a modern PC uses stacks at the… …   Wikipedia

  • Stack buffer overflow — In software, a stack buffer overflow occurs when a program writes to a memory address on the program s call stack outside of the intended data structure; usually a fixed length buffer.cite web last = Fithen first = William L coauthors = Seacord,… …   Wikipedia

  • Pointer overflow — Pufferüberläufe (engl. buffer overflow) gehören zu den häufigsten Sicherheitslücken in aktueller Software, die sich u. a. über das Internet ausnutzen lassen können. Im Wesentlichen werden bei einem Pufferüberlauf durch Fehler im Programm zu große …   Deutsch Wikipedia

  • Stack Overflow — Pufferüberläufe (engl. buffer overflow) gehören zu den häufigsten Sicherheitslücken in aktueller Software, die sich u. a. über das Internet ausnutzen lassen können. Im Wesentlichen werden bei einem Pufferüberlauf durch Fehler im Programm zu große …   Deutsch Wikipedia

  • Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing …   Wikipedia

  • Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… …   Wikipedia

  • Extended Instruction Pointer — Als Register bezeichnet man in der Digital oder Computertechnik Speicherbereiche, die innerhalb eines Prozessors direkt mit der eigentlichen Recheneinheit verbunden sind und die unmittelbaren Operanden und Ergebnisse aller Berechnungen aufnehmen …   Deutsch Wikipedia

  • Instruction Pointer — Als Register bezeichnet man in der Digital oder Computertechnik Speicherbereiche, die innerhalb eines Prozessors direkt mit der eigentlichen Recheneinheit verbunden sind und die unmittelbaren Operanden und Ergebnisse aller Berechnungen aufnehmen …   Deutsch Wikipedia

  • Register Stack Engine — Die Register Stack Engine (RSE) ist ein programmiertechnischer Mechanismus zur effizienten Handhabung des Stapelspeichers (Stack) bei der IA 64, der Intel Architektur für 64 Bit Prozessoren. Die Parameter einer Funktion werden in Registern… …   Deutsch Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»