Zobrazeno 1 - 10
of 36
pro vyhledávání: '"Time-driven programming"'
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:
Chi Yan Wang Donghong
Publikováno v:
International Journal of Digital Content Technology and its Applications. 6:172-181
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
Autor:
Jean-Luc Gaudiot, Won Woo Ro
Publikováno v:
Parallel Computing. 35:255-268
Continuing demands for high degrees of Instruction Level Parallelism (ILP) require large dispatch queues (or centralized reservation stations) in modern superscalar microprocessors. However, such large dispatch queues are inevitably accompanied by hi
Autor:
Mutaz Tuffaha, Jan Tommy Gravdahl
Publikováno v:
ICIT
Economic Dispatch (ED) is the problem of scheduling the output power levels of the committed generating units in a power system, over some time horizon to meet the demand (assuming known) at minimum cost. Optimal Control Dynamic Dispatch (OCDD) uses
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
Publikováno v:
Production Planning & Control. 13:253-261
Wafer fabrication industries encounter challenging tasks to justify their performance among conflicting measures when making dispatch policy decisions. A state-dependent dispatch rule is developed to improve overall system performance, which consists
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
Publikováno v:
ACM Transactions on Programming Languages and Systems. 20:116-165
The efficiency of dynamic dispatch is a major impediment to the adoption of multimethods in object-oriented languages. In this article, we propose a simple multimethod dispatch scheme based on compressed dispatch tables. This scheme is applicable to