Sciweavers

182 search results - page 5 / 37
» Automatic patch generation by learning correct code
Sort
View
EMSOFT
2005
Springer
15 years 3 months ago
HAIL: a language for easy and correct device access
It is difficult to write device drivers. One factor is that writing low-level code for accessing devices and manipulating their registers is tedious and error-prone. For many syst...
Jun Sun 0002, Wanghong Yuan, Mahesh Kallahalla, Na...
SP
2006
IEEE
193views Security Privacy» more  SP 2006»
15 years 4 months ago
Analysis of the Linux Random Number Generator
Linux is the most popular open source project. The Linux random number generator is part of the kernel of all Linux distributions and is based on generating randomness from entrop...
Zvi Gutterman, Benny Pinkas, Tzachy Reinman
CVPR
2009
IEEE
1599views Computer Vision» more  CVPR 2009»
16 years 5 months ago
Multi-Label Sparse Coding for Automatic Image Annotation
In this paper, we present a multi-label sparse coding framework for feature extraction and classification within the context of automatic image annotation. First, each image is ...
Changhu Wang (University of Science and Technology...
ICCSA
2007
Springer
15 years 4 months ago
An Automatic Correction Tool for Relational Algebra Queries
Abstract. Relational algebra is one of the main topics covered in undergraduate computer science database courses. In this paper, we present a web-based tool designed to automatica...
Josep Soler, Imma Boada, Ferran Prados, Jordi Poch...
PASTE
2005
ACM
15 years 3 months ago
Automatically generating refactorings to support API evolution
When library APIs change, client code should change in response, in order to avoid erroneous behavior, compilation failures, or warnings. Previous research has introduced techniqu...
Jeff H. Perkins