Sciweavers

1991 search results - page 143 / 399
» Using a Coding Standard to Improve Program Quality
Sort
View
123
Voted
PLDI
1994
ACM
15 years 6 months ago
Memory Access Coalescing: A technique for Eliminating Redundant memory Accesses
As microprocessor speeds increase, memory bandwidth is increasing y the performance bottleneck for microprocessors. This has occurred because innovation and technological improvem...
Jack W. Davidson, Sanjay Jinturkar
FECS
2009
164views Education» more  FECS 2009»
14 years 11 months ago
Development of a System for Teaching C/C++ Using Robots and Open Source Software in a CS1 Course
- This paper describes the development of a system for teaching C/C++ using LegoTM RCX Robots in a CS1 college course on introductory programming. The system has been implemented u...
Amy Delman, Lawrence Goetz, Yedidyah Langsam, Theo...
ICIP
1999
IEEE
16 years 3 months ago
Generalized Multiple Description Coding Through Unequal Loss Protection
We use unequal amounts of explicit channel coding for generalized multiple description coding. Our solution can use any progressive source coder and it disperses information equal...
Alexander E. Mohr, Richard E. Ladner, Eve A. Riski...
CGO
2006
IEEE
15 years 8 months ago
A Cross-Architectural Interface for Code Cache Manipulation
Software code caches help amortize the overhead of dynamic binary transformation by enabling reuse of transformed code. Since code caches contain a potentiallyaltered copy of ever...
Kim M. Hazelwood, Robert S. Cohn
ISSTA
2010
ACM
15 years 5 months ago
On test repair using symbolic execution
When developers change a program, regression tests can fail not only due to faults in the program but also due to outof-date test code that does not reflect the desired behavior ...
Brett Daniel, Tihomir Gvero, Darko Marinov