89 resultados para Fragmented objects

em BORIS: Bern Open Repository and Information System - Berna - Suiça


Relevância:

30.00% 30.00%

Publicador:

Resumo:

The interiors of comets contain some of the most pristine material in the solar system. Comet 73P/Schwassmann–Wachmann 3, discovered in 1930, is a Jupiter-family comet with a 5.34-year period. This comet split into 5 fragments in 1995 and disintegrated into nearly 70 major pieces in 2006. In 2006 May and June, recently ionized cometary particles originating from fragments including and surrounding some of these major objects were collected with the ACE/SWICS and Wind/STICS sensors. Due to a combination of the instrument characteristics and the close proximity of the fragments passing between those spacecraft and the Sun, unique measurements regarding the charge state composition and the elemental abundances of both cometary and heliospheric plasma were made during that time. The cometary material released from some of these fragments can be identified by the concentrations of water-group pickup ions having a mass-per-charge ratio of 16–18 amu e−1, indicating that while these fragments are small, they are still actively sublimating. We present an analysis of cometary composition, spatial distribution, and heliospheric interactions, with a focus on helium, C+/O+, and water-group ions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

To study the effect of a nonlinear noise filter on the detection of simulated endoleaks in a phantom with 80- and 100-kVp multidetector computed tomographic (CT) angiography.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Software must be constantly adapted due to evolving domain knowledge and unanticipated requirements changes. To adapt a system at run-time we need to reflect on its structure and its behavior. Object-oriented languages introduced reflection to deal with this issue, however, no reflective approach up to now has tried to provide a unified solution to both structural and behavioral reflection. This paper describes Albedo, a unified approach to structural and behavioral reflection. Albedo is a model of fined-grained unanticipated dynamic structural and behavioral adaptation. Instead of providing reflective capabilities as an external mechanism we integrate them deeply in the environment. We show how explicit meta-objects allow us to provide a range of reflective features and thereby evolve both application models and environments at run-time.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Java Enterprise Applications (JEAs) are complex software systems written using multiple technologies. Moreover they are usually distributed systems and use a database to deal with persistence. A particular problem that appears in the design of these systems is the lack of a rich business model. In this paper we propose a technique to support the recovery of such rich business objects starting from anemic Data Transfer Objects (DTOs). Exposing the code duplications in the application's elements using the DTOs we suggest which business logic can be moved into the DTOs from the other classes.