検索結果- 英語 - 多言語
検索内容:
continued on one's merry way
business continuity planning
(business) An interdisciplinary concept used to create and validate a practiced logistical plan for how an organisation will recover and restore interrupted critical functions within a predetermined time after a disaster or extended disruption.
upper semi-continuous
(of a real-valued function on a topological space) Such that, for each fixed number, the subspace of points whose images are at least that number is closed.
lower semi-continuous
(of a real-valued function on a topological space) Such that, for each fixed number, the subspace of points whose images are at most that number is closed.
continuation passing styles
continuation-passing styles
continuously variable transmissions
continuous bag of words
(computational linguistics) A bag of words comprised of the words in the vicinity of a specific target.
continuation passing style
Alternative form of continuation-passing style.
continuation-passing style
(programming) A style of programming in which every user function f takes an extra argument c known as a continuation. Whenever f would normally return a result r to its caller, it instead returns the result of applying the continuation to r.