0%

Words that end in e802

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • domain-specific language — (language)   A machine-processable language whose terms are derived from a domain model and that is used for the definition of components or software architectures supporting that domain. A domain-specific language is often used as input to an application generator.
  • distributed database — A collection of several different databases that looks like a single database to the user. An example is the Internet Domain Name System (DNS).
  • distributive lattice — (theory)   A lattice for which the least upper bound (lub) and greatest lower bound (glb) operators distribute over one another so that a lub (b glb c) == (a lub c) glb (a lub b) and vice versa. ("lub" and "glb" are written in LateX as \sqcup and \sqcap).
  • dmake — Required by uC++.
  • domain architecture — (systems analysis)   A generic, organisational structure or design for software systems in a domain. The domain architecture contains the designs that are intended to satisfy requirements specified in the domain model. A domain architecture can be adapted to create designs for software systems within a domain and also provides a framework for configuring assets within individual software systems.
  • domain handle — (networking)   Information held by a domain name registrar about a registrant (the person or organisation that owns the name). Typically the registrar stores one copy of this information and refers to that copy for each additional domain registered by the same person. The information would include basic contact details: name, e-mail address, etc. and billing information. Some of this information would be used to populate the whois database entry for a domain.
  • double quote — (character)   '"' ASCII character 34. Often used in programming languages to delimit strings. In Unix shells and Perl it delimits a string inside which variable substitution may occur. Common names: quote. Rare: literal mark; double-glitch; ITU-T: quotation marks; ITU-T: dieresis; dirk; INTERCAL: rabbit-ears; double prime.
  • down-time — (jargon)   A period of time during which a (computer) system is not operational, due to a malfunction or maintenance.
  • double-ended queue — (algorithm)   /dek/ (deque) A queue which can have items added or removed from either end[?]. The Knuth reference below reports that the name was coined by E. J. Schweppe.
  • distributed data warehouse — (database)   (DDW) Data shared across multiple data repositories, for the purpose of OLAP. Each data warehouse may belong to one or many organisations. The sharing im;plies a common format or definition of data elements (e.g. using XML).