Sciweavers

3708 search results - page 25 / 371
» Programming with C Exceptions
Sort
View
95 views 107 votes 15 years 1 months ago  IJCAI 1989»
We present a methodology for using analogy to derive programs based on a derivational transformation method. The derived programs are deductively closed under the rules in the kno...
103 views 113 votes 15 years 6 months ago  LOPSTR 2005»
Partial evaluation of logic programs which contain impure predicates poses non-trivial challenges. Impure predicates include those which produce side-effects, raise errors (or exc...
118 views 73 votes 15 years 7 months ago  CAV 2007»
C32SAT is a tool for checking C expressions. It can check whether a given C expression can be satisfied, is tautological, or always defined according to the ISO C99 standard. C32...
131 views 98 votes 15 years 7 months ago  ICTAI 2008»
We elaborate upon the usage of action language C for representing and reasoning about biological models. First, we provide a simple extension of C allowing for variables and show ...
146 views 95 votes 15 years 5 months ago  DATE 2002»
To enable fast and accurate evaluation of HW/SW implementation choices of on-chip communication, we present a method to automatically generate timed OS simulation models. The meth...
129 views 93 votes 15 years 6 months ago  PLDI 2005»
Faults that occur in production systems are the most important faults to fix, but most production systems lack the debugging facilities present in development environments. TraceB...
176 views 149 votes 15 years 4 months ago  POPL 1989»
raction that a programming language provides influences the structure and algorithmic complexity of the resulting programs: just imagine creating an artificial intelligence engine ...
141 views 104 votes 16 years 1 months ago  DAC 2000»
This paper presents a novel compiler for Esterel, a concurrent synchronous imperative language. It generates fast, small object code by compiling away concurrency, producing a sin...
143 views 87 votes 15 years 4 months ago  SIGCSE 1996»
We identify the principles involved in designing effective programming assignments for CS1/CS2. Through a case study of a particularly successful recursion assignment, we establis...
91 views 94 votes 15 years 4 months ago  HOPL 1993»
The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. Derived from the typeless language BCPL, it ev...