Sciweavers

632 search results - page 38 / 127
» Proving Invariants of Functional Programs
Sort
View
146
Voted
ESOP
2000
Springer
15 years 4 months ago
Compile-Time Debugging of C Programs Working on Trees
We exhibit a technique for automatically verifying the safety of simple C programs working on tree-shaped data structures. We do not consider the complete behavior of programs, but...
Jacob Elgaard, Anders Møller, Michael I. Sc...
80
Voted
IJCV
2008
105views more  IJCV 2008»
15 years 17 days ago
Detecting and Handling Unreliable Points for Camera Parameter Estimation
The popularly used DLT method sometimes fails to give reliable camera parameter estimation. It is therefore important to detect the unreliability and provide the corresponding solu...
Yihong Wu, Youfu Li, Zhanyi Hu
FLOPS
2006
Springer
15 years 4 months ago
Contracts as Pairs of Projections
Abstract. Assertion-based contracts provide a powerful mechanism for stating invariants at module boundaries and for enforcing them uniformly. In 2002, Findler and Felleisen showed...
Robert Bruce Findler, Matthias Blume
COLT
1992
Springer
15 years 4 months ago
On Learning Limiting Programs
Machine learning of limit programs (i.e., programs allowed finitely many mind changes about their legitimate outputs) for computable functions is studied. Learning of iterated lim...
John Case, Sanjay Jain, Arun Sharma
AADEBUG
1997
Springer
15 years 4 months ago
Debugging Optimised Code Using Function Interpretation
Previously the debugging of optimised code has not been possible without recompiling the executable code and preventing the use of code optimisation techniques. Although current r...
Kim Elms