Sciweavers

3708 search results - page 38 / 371
» Programming with C Exceptions
Sort
View
121 views 104 votes 15 years 7 months ago  TACAS 2005»
Abstract. We present the FocusCheck model-checking tool for the verification and easy debugging of assertion violations in sequential C programs. The main functionalities of the t...
132 views 126 votes 15 years 2 months ago  ENTCS 2008»
Verification of multi-threaded C++ programs poses three major challenges: the large number of states, states with huge sizes, and time intensive expansions of states. This paper p...
76 views 95 votes 15 years 22 days ago  JOT 2010»
Aspect-oriented programming (AOP) provides assistance in modularizing concerns that crosscut the boundaries of system decomposition. Aspects have the potential to interact with ma...
170 views 162 votes 15 years 1 days ago  ICST 2009»
Euclide is a new Constraint-Based Testing tool for verifying safety-critical C programs. By using a mixture of symbolic and numerical analyses (namely static single assignment for...
115 views 87 votes 15 years 6 months ago  ASPDAC 2007»
- A noble model-based programming environment of embedded software for MPSoC is proposed. By defining a common intermediate code (CIC), it separates modeling of the software and im...
99 views 111 votes 15 years 2 months ago  ACTAC 2002»
A method for recognizing design patterns from C++ programs is presented. The method consists of two separate phases, analysis and reverse engineering of the C++ code, and architec...
171 views 129 votes 15 years 2 months ago  ECEASST 2008»
Abstract: Templates are a language feature of C++ and can be used for metaprogramming. The metaprogram is executed by the compiler and outputs source code which is then compiled. T...
182 views 107 votes 15 years 2 months ago  ENTCS 2007»
If a program does not fulfill a given specification, a model checker delivers a counterexample, a run which demonstrates the wrong behavior. Even with a counterexample, locating...
164 views 140 votes 15 years 8 months ago  MICRO 2007»
The emergence of multicore processors has heightened the need for effective parallel programming practices. In addition to writing new parallel programs, the next generation of pr...
100 views 96 votes 15 years 6 months ago  VLDB 1990»
Jasmine/C is a C-based database proqramninq language that allows the handling of persistent objects in Jasmine databases. The language is used to write methods for objects and app...