Sciweavers

3477 search results - page 146 / 696
» From Tables to Frames
Sort
View
IPPS
2008
IEEE
14 years 3 months ago
Measuring power and temperature from real processors
The modeling of power and thermal behavior of modern processors requires challenging validation approaches, which may be complex and in some cases unreliable. In order to address ...
Francisco J. Mesa-Martinez, Michael Brown, Joseph ...
OOPSLA
2007
Springer
14 years 3 months ago
From developer's head to developer tests: characterization, theories, and preventing one more bug
Unit testing frameworks like JUnit are a popular and effective way to prevent developer bugs. We are investigating two ways of building on these frameworks to prevent more bugs wi...
David Saff
IROS
2006
IEEE
112views Robotics» more  IROS 2006»
14 years 3 months ago
Pose and Motion from Omnidirectional Optical Flow and a Digital Terrain Map
— An algorithm for pose and motion estimation using corresponding features in omnidirectional images and a digital terrain map is proposed. In previous paper, such algorithm for ...
Ronen Lerner, Oleg Kupervasser, Ehud Rivlin
WACV
2005
IEEE
14 years 2 months ago
Using Co-Occurrence and Segmentation to Learn Feature-Based Object Models from Video
A number of recent systems for unsupervised featurebased learning of object models take advantage of cooccurrence: broadly, they search for clusters of discriminative features tha...
Thomas S. Stepleton, Tai Sing Lee
PEPM
2000
ACM
14 years 22 days ago
From Recursion to Iteration: What are the Optimizations?
Transforming recursion into iteration eliminates the use of stack frames during program execution. It has been studied extensively. This paper describes a powerful and systematic ...
Yanhong A. Liu, Scott D. Stoller