Sciweavers

3708 search results - page 41 / 371
» Programming with C Exceptions
Sort
View
119 views 98 votes 15 years 7 months ago  SPIN 2007»
This paper describes a set of verification components that open the way to perform on-the-fly software model checking with the Cadp toolbox, originally designed for verifying the...
205 views 127 votes 16 years 1 months ago  DAC 2003»
We present an algorithm that checks behavioral consistency between an ANSI-C program and a circuit given in Verilog using Bounded Model Checking. Both the circuit and the program ...
124 views 131 votes 16 years 1 months ago  SIGSOFT 2003»
Writes via unchecked pointer dereferences rank high among vulnerabilities most often exploited by malicious code. The most common attacks use an unchecked string copy to cause a b...
146 views 86 votes 15 years 6 months ago  SOFTVIS 2005»
In this paper we present an approach to modeling and visualizing the dynamic interactions among objects in a C++ application. We exploit UML diagrams to expressively visualize bot...
115 views 89 votes 15 years 4 months ago  ICECCS 2007»
A current trend in the software engineering community is to integrate different tools in a friendly and powerful development environment for use by final users. This is also the c...
112 views 118 votes 15 years 6 months ago  HIPC 2003»
Thread migration/checkpointing is becoming indispensable for load balancing and fault tolerance in high performance computing applications, and its success depends on the migration...
145 views 109 votes 15 years 5 months ago  ISPAN 2002»
Many applications written in C allocate memory blocks for their major data structures from the heap space at runtime. The analysis of heap-oriented pointers in such programs is cr...
106 views 88 votes 15 years 4 months ago  SC 1993»
131 views 101 votes 15 years 5 months ago  ICSE 2009»
Structural testing is widely used in industrial verification processes of critical software. This report presents PathCrawler, a structural test generation tool that may be used ...
188 views 130 votes 15 years 4 months ago  CF 2010»
The Message Passing Interface (MPI) is one of the most widely used programming models for parallel computing. However, the amount of memory available to an MPI process is limited ...