Sciweavers

2296 search results - page 102 / 460
» The Expressive Power of Synchronizations
Sort
View
BMCBI
2008
160views more  BMCBI 2008»
15 years 4 months ago
Cross-species and cross-platform gene expression studies with the Bioconductor-compliant R package 'annotationTools'
Background: The variety of DNA microarray formats and datasets presently available offers an unprecedented opportunity to perform insightful comparisons of heterogeneous data. Cro...
Alexandre Kuhn, Ruth Luthi-Carter, Mauro Delorenzi
BMCBI
2005
126views more  BMCBI 2005»
15 years 4 months ago
Integrative analysis of multiple gene expression profiles with quality-adjusted effect size models
Background: With the explosion of microarray studies, an enormous amount of data is being produced. Systematic integration of gene expression data from different sources increases...
Pingzhao Hu, Celia M. T. Greenwood, Joseph Beyene
ICCAD
2005
IEEE
127views Hardware» more  ICCAD 2005»
16 years 1 months ago
Flip-flop insertion with shifted-phase clocks for FPGA power reduction
— Although the LUT (look-up table) size of FPGAs has been optimized for general applications, complicated designs may contain a large number of cascaded LUTs between flip-flops...
Hyeonmin Lim, Kyungsoo Lee, Youngjin Cho, Naehyuck...
SAC
2010
ACM
15 years 11 months ago
General constant expressions for system programming languages
Most mainstream system programming languages provide support for builtin types, and extension mechanisms through userdefined types. They also come with a notion of constant expre...
Gabriel Dos Reis, Bjarne Stroustrup
FSTTCS
1993
Springer
15 years 8 months ago
Induce-Statements and Induce-Expressions: Constructs for Inductive Programming
A for-loop is somewhat similar to an inductive argument. Just as the truth of a proposition P(n + 1) depends on the truth of P(n), the correctness of iteration n+1 of a for-loop de...
Theodore S. Norvell