Sciweavers

1991 search results - page 194 / 399
» Using a Coding Standard to Improve Program Quality
Sort
View
136
Voted
KBSE
1998
IEEE
15 years 6 months ago
Automated Software Test Data Generation for Complex Programs
We report on GADGET, a new software test generation system that uses combinatorial optimization to obtain condition/decision coverage of C/C++ programs. The GADGET system is fully...
Christoph C. Michael, Gary McGraw
132
Voted
ISCAPDCS
2001
15 years 3 months ago
End-user Tools for Application Performance Analysis Using Hardware Counters
One purpose of the end-user tools described in this paper is to give users a graphical representation of performance information that has been gathered by instrumenting an applica...
Kevin S. London, Jack Dongarra, Shirley Moore, Phi...
124
Voted
SPAA
2003
ACM
15 years 7 months ago
Performance comparison of MPI and three openMP programming styles on shared memory multiprocessors
When using a shared memory multiprocessor, the programmer faces the selection of the portable programming model which will deliver the best performance. Even if he restricts his c...
Géraud Krawezik
ICMCS
2006
IEEE
98views Multimedia» more  ICMCS 2006»
15 years 8 months ago
Video Object Segmentation Based on Object Enhancement and Region Merging
This paper proposes a number of improvements to existing work in off line video object segmentation. Object color and motion variance, and histogram-based merging are used to impr...
Ken Ryan, Aishy Amer, Langis Gagnon
246
Voted
POPL
2006
ACM
16 years 2 months ago
Autolocker: synchronization inference for atomic sections
The movement to multi-core processors increases the need for simpler, more robust parallel programming models. Atomic sections have been widely recognized for their ease of use. T...
Bill McCloskey, Feng Zhou, David Gay, Eric A. Brew...