Sciweavers

3713 search results - page 423 / 743
» Constructing a Calculus of Programs
Sort
View
ISLPED
2005
ACM
63views Hardware» more  ISLPED 2005»
15 years 10 months ago
Inter-program optimizations for conserving disk energy
Previous work has shown that intra-program optimizations, i.e., optimizations performed on individual programs in isolation, can be very effective in reducing disk energy in stre...
Jerry Hom, Ulrich Kremer
XSYM
2005
Springer
84views Database» more  XSYM 2005»
15 years 10 months ago
Patterns and Types for Querying XML Documents
Among various proposals for primitives for deconstructing XML data two approaches seem to clearly stem from practise: path expressions, widely adopted by the database community, an...
Giuseppe Castagna
ITICSE
2004
ACM
15 years 10 months ago
Experiences with teaching design patterns
In this paper, we present an assignment for a course on Design patterns at the masters level, where students have to adapt an existing program to meet additional requirements. We ...
Sylvia Stuurman, Gert Florijn
SAC
2004
ACM
15 years 10 months ago
Type-safe covariance in C++
We present a programming technique for implementing type safe covariance in C++. In a sense, we implement most of Bruce’s matching approach to the covariance dilemma in C++. The...
Vitaly Surazhsky, Joseph Gil
ESOP
2004
Springer
15 years 10 months ago
Adaptive Pattern Matching on Binary Data
Pattern matching is an important operation in functional programs. So far, pattern matching has been investigated in the context of structured terms. This paper presents an approac...
Per Gustafsson, Konstantinos F. Sagonas