Sciweavers

3708 search results - page 38 / 371
» Programming with C Exceptions
Sort
View
121 views 88 votes 15 years 6 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 112 votes 15 years 26 days 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 83 votes 14 years 11 months 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 149 votes 14 years 10 months 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 74 votes 15 years 4 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 98 votes 15 years 20 days 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 114 votes 15 years 26 days 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 85 votes 15 years 23 days 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 126 votes 15 years 7 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 85 votes 15 years 4 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...