0%

30-letter words containing cont

  • call-with-current-continuation — (programming)   (call/cc) A Lisp control function that implements the continuation passing style of programming. In continuation passing style (CPS), every function f takes an extra final argument k called the "continuation". The continuation is itself a function and represents the rest of the program. Instead of just returning a value in the normal way, f passes it as an argument to k and returns the result of that. call/cc takes a function f as its argument and calls f, passing it the current continuation k. It thus allows a CPS function to be called in a non-CPS (direct) context. For example, if the final result is to print the value returned by call/cc then anything passed to k will also be printed. E.g, in Scheme: (define (f k) (k 1) (k 2) 3) (display (call-with-current-continuation f)) Will display 1.
  • fitzgerald-lorentz contraction — the hypothesis that a moving body exhibits a contraction in the direction of motion when its velocity is close to the speed of light.
  • lorentz-fitzgerald contraction — FitzGerald contraction.
  • media gateway control protocol — (communications, protocol)   (MGCP) A protocol used within a Voice over IP system. MGCP is an IETF work in progress, it superseded SGCP. MGCP is an internal protocol used within a distributed system that appears to the outside world as a single VoIP gateway. This system is composed of a Call Agent, and a set of gateways, including at least one "media gateway" that performs the conversion of media signals between circuits and packets, and at least one "signalling gateway" when connected to an SS7 controlled network.
  • process automation and control — Process automation and control is an industrial system in which processes are controlled and monitored automatically so that only a few people are needed to carry them out.

On this page, we collect all 30-letter words with CONT. It’s easy to find right word with a certain length. It is the easiest way to find 30-letter word that contains CONT to use in Scrabble or Crossword puzzles.

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?