Sciweavers

927 search results - page 39 / 186
» A Data Abstraction Alternative to Data Structure Algorithm M...
Sort
View
121
Voted
NFM
2011
223views Formal Methods» more  NFM 2011»
14 years 7 months ago
Generating Data Race Witnesses by an SMT-Based Analysis
Abstract. Data race is one of the most dangerous errors in multithreaded programming, and despite intensive studies, it remains a notorious cause of failures in concurrent systems....
Mahmoud Said, Chao Wang, Zijiang Yang, Karem Sakal...
SIGMOD
2006
ACM
116views Database» more  SIGMOD 2006»
16 years 21 days ago
Approximately detecting duplicates for streaming data using stable bloom filters
Traditional duplicate elimination techniques are not applicable to many data stream applications. In general, precisely eliminating duplicates in an unbounded data stream is not f...
Fan Deng, Davood Rafiei
123
Voted
ICFP
2005
ACM
16 years 15 days ago
Associated type synonyms
ML modules and Haskell type classes have proven to be highly effective tools for program structuring. Modules emphasize explicit configuration of program components and the use of...
Manuel M. T. Chakravarty, Gabriele Keller, Simon L...
BIBE
2007
IEEE
153views Bioinformatics» more  BIBE 2007»
15 years 2 months ago
Combined expression data with missing values and gene interaction network analysis: a Markovian integrated approach
—DNA microarray technologies provide means for monitoring in the order of tens of thousands of gene expression levels quantitatively and simultaneously. However data generated in...
Juliette Blanchet, Matthieu Vignes
ICFP
2009
ACM
16 years 1 months ago
Complete and decidable type inference for GADTs
GADTs have proven to be an invaluable language extension, a.o. for ensuring data invariants and program correctness. Unfortunately, they pose a tough problem for type inference: w...
Tom Schrijvers, Simon L. Peyton Jones, Martin Sulz...