Stack may refer to:

Places

edit

People

edit

Arts, entertainment, and media

edit

Computing

edit
  • Stack (abstract data type), abstract data type and data structure based on the principle of last in first out
  • Stack (Haskell), a tool to build Haskell projects and manage their dependencies
  • Stack in Macintosh, one of a collection of documents created with HyperCard (as in a stack of virtual cards)
  • Stack in LiveCode, one of a collection of program scripts created with LiveCode's Transcript programming language
  • Call stack, stack data structure that stores information about the active subroutines of a computer program
  • Stack machine, an architecture centered around a pushdown stack
  • Protocol stack, a particular software implementation of a computer networking protocol suite
  • Solution stack, a group of software systems, increasing in abstraction from bottom to top
  • Stack-based memory allocation, a memory allocation scheme based on the principle of "last in, first out"
  • Stacks (Mac OS), a folder view on the Dock of macOS
  • Stacks blockchain, a Bitcoin smart contract platform

Science and technology

edit

Transportation

edit
  • Operation Stack, parking lorries on the M20 in Kent, England, when Channel crossings are disrupted
  • Stack interchange, a free-flowing grade-separated junction between two roads
  • The Stack, the interchange of I-10 and I-17 in Phoenix, Arizona

Other uses

edit

See also

edit

📚 Artikel Terkait di Wikipedia

Stack (abstract data type)

stack, return the value of the last element added (the item at the top of the stack). The name stack is an analogy to a set of physical items stacked

Robert Stack

Robert Stack (born Charles Langford Modini Stack; January 13, 1919 – May 14, 2003) was an American actor and television host. Known for his deep voice

Reverse Polish notation

effects and implications depending on the actual implementation involving a stack. The description "Polish" refers to the nationality of logician Jan Łukasiewicz

Higher stack

higher stack is a higher category generalization of a stack (a category-valued sheaf). The notion goes back to Grothendieck’s Pursuing Stacks. Toën suggests

Quotient stack

quotient stacks (e.g., a Deligne–Mumford stack). A quotient stack is also used to construct other stacks like classifying stacks. A quotient stack is defined

Call stack

known as an execution stack, program stack, control stack, run-time stack, or machine stack, and is often shortened to simply the "stack". Although maintenance

Stack Overflow

Stack Overflow is a question-and-answer website for computer programmers. Created in 2008 by Jeff Atwood and Joel Spolsky, it is the flagship site of

Stack register

A stack register, also known as a stack pointer, is a computer central processor register whose purpose is to keep track of a call stack. On an accumulator-based