Sciweavers

1614 search results - page 22 / 323
» Polymorphism and Genetic Programming
Sort
View
JCSS
2002
114views more  JCSS 2002»
13 years 9 months ago
Polymorphic Type Inference for the Relational Algebra
A database programming language is a programming language extended with database operations. In this paper we extend a core functional language with explicitly labeled tuples and ...
Jan Van den Bussche, Emmanuel Waller
ISBI
2011
IEEE
13 years 1 months ago
Hierarchical clustering of the genetic connectivity matrix reveals the network topology of gene action on brain microstructure:
Genetic correlation (rg) analysis determines how much of the correlation between two measures is due to common genetic influences. In an analysis of 4 Tesla diffusion tensor image...
Ming-Chang Chiang, Marina Barysheva, Katie McMahon...
ICFP
2002
ACM
14 years 9 months ago
Type classes with more higher-order polymorphism
We propose an extension of Haskell's type class system with bstractions in the type language. Type inference for our extension relies on a novel constrained unification proce...
Matthias Neubauer, Peter Thiemann
DIMVA
2009
13 years 11 months ago
Polymorphing Software by Randomizing Data Structure Layout
Abstract. This paper introduces a new software polymorphism technique that randomizes program data structure layout. This technique will generate different data structure layouts f...
Zhiqiang Lin, Ryan Riley, Dongyan Xu
JOT
2010
76views more  JOT 2010»
13 years 8 months ago
A Program Transformation Technique to Support AOP within C++ Template
Aspect-oriented programming (AOP) provides assistance in modularizing concerns that crosscut the boundaries of system decomposition. Aspects have the potential to interact with ma...
Suman Roychoudhury, Jeff Gray, Jing Zhang, Purusho...