Sciweavers

2477 search results - page 372 / 496
» Parallelizing Functional Programs by Generalization
Sort
View
ENTCS
2006
89views more  ENTCS 2006»
15 years 4 months ago
A Type-theoretic Reconstruction of the Visitor Pattern
In object-oriented languages, the Visitor pattern can be used to traverse tree-like data structures: a visitor object contains some operations, and the data structure objects allo...
Peter Buchlovsky, Hayo Thielecke
CORR
2007
Springer
80views Education» more  CORR 2007»
15 years 4 months ago
Polygraphs for termination of left-linear term rewriting systems
– We present a methodology for proving termination of left-linear term rewriting systems (TRSs) by using Albert Burroni’s polygraphs, a kind of rewriting systems on algebraic c...
Yves Guiraud
ARTMED
2002
121views more  ARTMED 2002»
15 years 4 months ago
An evolutionary artificial neural networks approach for breast cancer diagnosis
This paper presents an evolutionary artificial neural network approach based on the pareto differential evolution algorithm augmented with local search for the prediction of breas...
Hussein A. Abbass
SIGSOFT
2010
ACM
15 years 2 months ago
Separation of concerns for dependable software design
For `mixed-criticality' systems that have both critical and non-critical functions, the greatest leverage on dependability may be at the design level. By designing so that ea...
Daniel Jackson, Eunsuk Kang
ENTCS
2010
101views more  ENTCS 2010»
15 years 2 months ago
Strengthening the Zipper
The zipper is a well known design pattern for providing a cursor-like interface to a data structure. However, the classic treatise by Huet only scratches the surface of some of it...
Tristan O. R. Allwood, Susan Eisenbach