Sciweavers

11394 search results - page 62 / 2279
» Self-Organizing Data Structures
Sort
View
ICSE
2008
IEEE-ACM
16 years 2 months ago
Juzi: a tool for repairing complex data structures
This paper describes Juzi, a tool for automatic repair of complex data structures. Juzi takes a Java class representing the data structure as well as a predicate method that speci...
Bassem Elkarablieh, Sarfraz Khurshid
CVPR
2012
IEEE
13 years 4 months ago
Filling large holes in LiDAR data by inpainting depth gradients
We introduce a technique to fill large holes in LiDAR data sets. We combine concepts from patch-based image inpainting and gradient-domain image editing to simultaneously fill b...
David Doria, Richard J. Radke
ACL
2012
13 years 4 months ago
Automatic Event Extraction with Structured Preference Modeling
This paper presents a novel sequence labeling model based on the latent-variable semiMarkov conditional random fields for jointly extracting argument roles of events from texts. ...
Wei Lu, Dan Roth
DCC
2010
IEEE
15 years 8 months ago
Advantages of Shared Data Structures for Sequences of Balanced Parentheses
We propose new data structures for navigation in sequences of balanced parentheses, a standard tool for representing compressed trees. The most striking property of our approach is...
Simon Gog, Johannes Fischer
SIGCSE
1999
ACM
93views Education» more  SIGCSE 1999»
15 years 5 months ago
Patterns for decoupling data structures and algorithms
In order to build a data structure that is extensible and reusable, it is necessary to decouple the intrinsic and primitive behavior of the structure from the application specific...
Dung Zung Nguyen, Stephen B. Wong