Zobrazeno 1 - 10
of 56
pro vyhledávání: '"Double dispatch"'
Publikováno v:
Transportation Science. 52:402-415
We study same-day delivery systems by formulating the dynamic dispatch waves problem (DDWP), which models a depot where delivery requests arrive dynamically throughout a service day. At any dispatch epoch (wave), the information available to the deci
Publikováno v:
IEEE Transactions on Computers. 64:1416-1428
Given a set of events and a set of robots, the dispatch problem is to allocate one robot for each event to visit it. In a single round, each robot may be allowed to visit only one event (matching dispatch), or several events in a sequence (sequence d
Autor:
Alexandre Donzé, Yannick Le Goc
Publikováno v:
Science of Computer Programming. 98:531-550
Multi-methods are functions whose calls at runtime are resolved depending on the dynamic types of more than one argument. They are useful for common programming problems. However, while many languages provide different mechanisms to implement them in
Autor:
Petrič, Julija
Diplomska naloga predstavlja mehanizme razpošiljanja. Objektno orientirane programske jezike lahko v grobem delimo na jezike, ki omogočajo enojno razpošiljanje in na jezike, ki zagotavljajo večkratno razpošiljanje. Pri enojnem razpošiljanju se
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=od______3505::b4d90d9ab7f93076212c6e876af32dcd
https://hdl.handle.net/20.500.12556/RUL-95919
https://hdl.handle.net/20.500.12556/RUL-95919
Publikováno v:
Electronic Notes in Theoretical Computer Science. 138:59-78
Goals of flexibility and re-usability in typed object-oriented languages suggest the requirement of double dispatch, i.e., the mechanism of dynamically selecting a method not only according to the run-time type of the receiver (single dispatch), but
Autor:
S. Harikrishnan, Rajeev Kumar
Publikováno v:
ACM SIGSOFT Software Engineering Notes. 37:1-6
Multi-method dispatch in object oriented programs provides additional expressibility, readability and elegance over single dispatch languages. Optimizing multi-method dispatch is a central issue in compilers that support multi-methods. Existing const
Publikováno v:
ACM Transactions on Programming Languages and Systems. 31:1-54
Predicate dispatch is an object-oriented (OO) language mechanism for determining the method implementation to be invoked upon a message send. With predicate dispatch, each method implementation includes a predicate guard specifying the conditions und
Autor:
Lillian Pentecost, John A. Stratton
Publikováno v:
Co-HPC@SC
Dynamically typed languages are increasingly important to programmers of all levels because they allow for extended class hierarchies with shared interfaces and inheritance. Virtual functions are a key element in implementing these interesting and us
Autor:
Todd Millstein
Publikováno v:
OOPSLA
Predicate dispatch is an object-oriented (OO) language mechanism for determining the method implementation to be invoked upon a message send. With predicate dispatch, each method implementation includes a predicate guard specifying the conditions und
Autor:
Robert Strandh
Publikováno v:
ILC
We describe a technique for generic dispatch that is adapted to modern computers where accessing memory is potentially quite expensive. Instead of the traditional hashing scheme used by PCL [6], we assign a unique number to each class, and the dispat