0%

Words containing v-o-x-p-u-l

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • competitive exclusion — the dominance of one species over another when both are competing for the same resources, etc
  • purple foxglove — a medicinal plant, Digitalis purpurea, of western Europe, having finger-shaped, spotted, purple flowers and leaves from which digitalis is obtained.
  • textured vegetable protein — soya meat; a meat substitute that is made from soy flour
  • vox populi — the voice of the people; popular opinion. Abbreviation. vox pop.
  • exposure value — the quantity of light hitting a photographic film, as determined by aperture values and shutter speed
  • reflexive pronoun — A reflexive pronoun is a pronoun such as 'myself' which refers back to the subject of a sentence or clause. For example, in the sentence 'He made himself a cup of tea', the reflexive pronoun 'himself' refers back to 'he'.
  • the exception proves the rule — the exception tests the rule
  • the exception that proves the rule — If you are making a general statement and you say that something is the exception that proves the rule, you mean that although it seems to contradict your statement, in most other cases your statement will be true.
  • application executive — (language)   (AE) An embeddable language, written as a C interpreter by Brian Bliss at UIUC. AE is compiled with an application and thus exists in the same process and address space. It includes a dbx symbol table scanner to access compiled variables and routines, or you can enter them manually by providing a type/name declaration and the address. When the interpreter is invoked, source code fragments are read from the input stream (or a string), parsed, and evaluated immediately. The user can call compiled functions in addition to a few built-in intrinsics, declare new data types and data objects, etc. Different input streams can be evaluated in parallel on Alliant computers. AE has been ported to SunOS (cc or gcc), Alliant FX and Cray YMP (soon).
  • executive systems programming oriented language — (language)   An ALGOL superset with high level instructions for low level actions, e.g. interrupting another processor on a multiprocessor system. Its single pass compiler was very fast: over 250 lines/s on a 10MHz processor. ESPOL was used to write the MCP (Master Control Program) on the Burroughs 6700. It was superseded by NEWP.