Sciweavers

3708 search results - page 318 / 371
» Programming with C Exceptions
Sort
View
77 views 105 votes 15 years 5 months ago  ICDCS 1997»
Clusters of networked, off-the-shelf workstations are currently used for computationintensive, parallel applications. However, it is hardly possible to predict the timing behaviou...
172 views 116 votes 15 years 2 months ago  SAC 2010»
The control flow of common processors does not match the specific needs of reactive systems. Key issues for these systems are preemption and concurrency, combined with timing pred...
120 views 111 votes 15 years 2 months ago  FLOPS 2008»
Abstract. The paper introduces a collection of knowledge representation languages, V(C), parametrised over a class C of constraints. V(C) is an extension of both CR-Prolog and CASP...
131 views 123 votes 15 years 2 months ago  IFIPPACT 1994»
: We describe an approach to parallel compilation that seeks to harness the vast amount of ne-grain parallelism that is exposed through partial evaluation of numerically-intensive ...
208 views 142 votes 13 years 3 months ago  ISSTA 2012»
We introduce a static detector, Saber, for detecting memory leaks in C programs. Leveraging recent advances on sparse pointer analysis, Saber is the first to use a full-sparse va...
130 views 116 votes 15 years 7 months ago  DATE 2008»
—Increasing integrated circuit (IC) power densities and temperatures may hamper multiprocessor system-on-chip (MPSoC) use in hard real-time systems. This article formalizes the t...
135 views 104 votes 15 years 3 months ago  ASM 2008»
A Virtual Machine (VM) is a program running on a conventional microprocessor that emulates the binary instruction set, registers, and memory space of an idealized computing machine...
125 views 83 votes 15 years 7 months ago  IFIP 2009»
Abstract. We analyse the C anonymity protocol under the novel assumption that the attacker has independent knowledge on behavioural patterns of individual users. Und...
172 views 122 votes 15 years 6 months ago  C5 2003»
A machine cycle CPU simulator is developed on the Squeak environment for educational use. The developed simulator is able to show hardware behavior in CPU at each system clock. An...
136 views 106 votes 15 years 5 months ago  SIGCSE 1996»
The Binary Search Tree serves as an important example when teaching data structures. We explore new approaches to understanding the implementation of a Binary Search Tree, using c...