Sciweavers

1830 search results - page 39 / 366
» Functional Programs as Linked Data
Sort
View
CASES
2007
ACM
15 years 6 months ago
Recursive function data allocation to scratch-pad memory
This paper presents the first automatic scheme to allocate local (stack) data in recursive functions to scratch-pad memory (SPM) in embedded systems. A scratch-pad is a fast direct...
Angel Dominguez, Nghi Nguyen, Rajeev Barua
118
Voted
BMCBI
2008
124views more  BMCBI 2008»
15 years 2 months ago
Inferring modules of functionally interacting proteins using the Bond Energy Algorithm
Background: Non-homology based methods such as phylogenetic profiles are effective for predicting functional relationships between proteins with no considerable sequence or struct...
Ryosuke Watanabe, Enrique Morett, Edgar E. Vallejo
126
Voted
BMCBI
2006
98views more  BMCBI 2006»
15 years 2 months ago
In search of functional association from time-series microarray data based on the change trend and level of gene expression
Background: The increasing availability of time-series expression data opens up new possibilities to study functional linkages of genes. Present methods used to infer functional l...
Feng He, An-Ping Zeng
BMCBI
2007
167views more  BMCBI 2007»
15 years 2 months ago
MindSeer: a portable and extensible tool for visualization of structural and functional neuroimaging data
Background: Three-dimensional (3-D) visualization of multimodality neuroimaging data provides a powerful technique for viewing the relationship between structure and function. A n...
Eider B. Moore, Andrew V. Poliakov, Peter Lincoln,...
ICFP
2005
ACM
16 years 2 months ago
Scrap your boilerplate with class: extensible generic functions
The `Scrap your boilerplate' approach to generic programming allows the programmer to write generic functions that can traverse arbitrary data structures, and yet have type-s...
Ralf Lämmel, Simon L. Peyton Jones