Sciweavers

12453 search results - page 126 / 2491
» Concurrent Data Structures
Sort
View
105
Voted
STACS
2009
Springer
15 years 9 months ago
Error-Correcting Data Structures
We study data structures in the presence of adversarial noise. We want to encode a given object in a succinct data structure that enables us to efficiently answer specific queries...
Ronald de Wolf
107
Voted
IWPC
2006
IEEE
15 years 8 months ago
Dynamic Data Structure Analysis for Java Programs
Analysis of dynamic data structure usage is useful for both program understanding and for improving the accuracy of other program analyses. Static analysis techniques, however, su...
Sokhom Pheng, Clark Verbrugge
113
Voted
ISCIS
2005
Springer
15 years 8 months ago
Recursive Lists of Clusters: A Dynamic Data Structure for Range Queries in Metric Spaces
We introduce a novel data structure for solving the range query problem in generic metric spaces. It can be seen as a dynamic version of the List of Clusters data structure of Ch´...
Margarida Mamede
123
Voted
TASLP
2008
98views more  TASLP 2008»
15 years 2 months ago
Unsupervised Single-Channel Music Source Separation by Average Harmonic Structure Modeling
Source separation of musical signals is an appealing but difficult problem, especially in the single-channel case. In this paper, an unsupervised single-channel music source separa...
Zhiyao Duan, Yungang Zhang, Changshui Zhang, Zhenw...

Lecture Notes
633views
17 years 14 days ago
Data Structures
"The study of data structures and the algorithms that manipulate them is among the most fundamental topics in computer science. Most of what computer systems spend their time ...
Dave Mount