Sciweavers

3708 search results - page 327 / 371
» Programming with C Exceptions
Sort
View
82 views 86 votes 15 years 6 months ago  AOSD 2005»
Even when working on a well-modularized software system, programmers tend to spend more time navigating the code than working with it. This phenomenon arises because it is impossi...
105 views 96 votes 15 years 6 months ago  SC 2004»
Improving program locality has become increasingly important on modern computer systems. An effective strategy is to group computations on the same data so that once the data are ...
98 views 102 votes 15 years 6 months ago  CP 2004»
Constraint programming is rapidly becoming the technology of choice for modeling and solving complex combinatorial problems. However, users of constraint programming technology nee...
211 views 116 votes 15 years 6 months ago  ITNG 2010»
—There are several institutions that accredit educational programs and require documentation to ensure that an educational program regularly meets certain criteria. This paper fo...
176 views 89 votes 15 years 6 months ago  TRUST 2010»
All practical software hardening schemes, as well as practical encryption schemes, e.g., AES, were not proven to be secure. One technique to enhance security is robust combiners. A...
141 views 108 votes 15 years 5 months ago  COMPSAC 1998»
Abstract. For object-oriented programming, the Visitor pattern enables the definition of a new operation on an object structure without changing the classes of the objects. The pri...
84 views 112 votes 15 years 4 months ago  EMSOFT 2006»
We designed and implemented a new programming language called Hierarchical Timing Language (HTL) for hard realtime systems. Critical timing constraints are specified within the la...
94 views 94 votes 15 years 2 months ago  CAINE 2004»
- Automated tools for error prevention and error detection exist for many high-level languages, but have been nonexistent for assembly-language programs, embedded programs in parti...
173 views 105 votes 15 years 1 months ago  CORR 2010»
c Modular Abstractions for Template Numerical Constraints David Monniaux May 26, 2010 We propose a method for automatically generating abstract transformstatic analysis by abstrac...
284 views 117 votes 13 years 8 months ago  PPOPP 2012»
In program debugging, reproducibility of bugs is a key requirement. Unfortunately, bugs in concurrent programs are notoriously difficult to reproduce because bugs due to concurre...