Sciweavers

1283 search results - page 2 / 257
» Object Initialization in X10
Sort
View
OOPSLA
2010
Springer
13 years 4 months ago
A time-aware type system for data-race protection and guaranteed initialization
We introduce a type system based on intervals, objects representing the time in which a block of code will execute. The type system can verify time-based properties such as when a...
Nicholas D. Matsakis, Thomas R. Gross
JOS
2011
59views more  JOS 2011»
13 years 16 days ago
The problem of the initial transient (again), or why MSER works
In a comprehensive study of methods for dealing with the problem of the initial transient, Hoad et al. (2008) determined that the MSER (White, 1997) was an efficient and effective...
K. P. White Jr., S. Robinson
AAAI
2011
12 years 5 months ago
Dual Decomposition for Marginal Inference
We present a dual decomposition approach to the treereweighted belief propagation objective. Each tree in the tree-reweighted bound yields one subproblem, which can be solved with...
Justin Domke
FCT
2007
Springer
13 years 11 months ago
FJMIP: A Calculus for a Modular Object Initialization
In most mainstream object-oriented languages, the object initialization protocol is based on constructors, where different constructors of the same class are, in fact, overloaded ...
Viviana Bono, Jaroslaw D. M. Kusmierek
JOOP
1998
105views more  JOOP 1998»
13 years 5 months ago
Implementing Constructor Calls with Parameters in Ada 95
Ada ‘95 does not provide for a constructor mechanism with parameters for initializing newly created objects. The package Ada.Finalization provides an initialize procedure which ...
Zeki O. Bayram