検索結果- 英語 - 多言語
検索内容:
single dispatches
plural of single dispatch
happy dispatches
plural of happy dispatch
hatches, matches, and dispatches
plural of hatch, match, and dispatch
hatches, matches, and dispatches
Third-person singular simple present indicative form of hatch, match, and dispatch
dispatch table
(programming) A table of pointers to functions or methods, commonly used to implement dynamic binding.
dispatch tables
plural of dispatch table
dispatch box
A box or case with a lock that is used for carrying dispatches (“important official messages”) and other documents.
static dispatch
(computing) A dispatch method where the implementation of a function or method is assigned during compile time.
double dispatch
(computing) A mechanism that dispatches a function call to different concrete functions depending on the runtime types of two objects involved.
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.