検索結果- 英語 - 多言語
検索内容:
dynamic binding
(programming) A form of binding that occurs at runtime, such as the resolution of a virtual method call to a specific subclass's implementation.
social dynamics
dynamic memories
plural of dynamic memory
group dynamics
Dynamic Duo
A nickname for the fictional superheroes Batman and Robin as a team.
dynamic programming
(mathematics, computer science) An optimization method by which a problem having optimal substructure is recursively broken into simpler subproblems which are solved to produce the globally optimal solution.
dynamic proxies
plural of dynamic proxy
dynamic dispatches
plural of dynamic dispatch
dynamic proxy
(Internet) A proxy that creates the actual proxy class at runtime.
dynamic dispatch
(computing) A dispatch method where the implementation of a function or method is assigned during runtime, as it cannot be assigned during compile time.