Sciweavers

549 search results - page 64 / 110
» Constraint Programming in Structural Bioinformatics
Sort
View
122
Voted
ICCV
2011
IEEE
14 years 17 days ago
3D Reconstruction of a Smooth Articulated Trajectory from a Monocular Image Sequence
An articulated trajectory is defined as a trajectory that remains at a fixed distance with respect to a parent trajectory. In this paper, we present a method to reconstruct an a...
Hyun Soo Park, Yaser Sheikh
BMCBI
2008
158views more  BMCBI 2008»
15 years 19 days ago
Real value prediction of protein solvent accessibility using enhanced PSSM features
Background: Prediction of protein solvent accessibility, also called accessible surface area (ASA) prediction, is an important step for tertiary structure prediction directly from...
Darby Tien-Hao Chang, Hsuan-Yu Huang, Yu-Tang Syu,...
LOPSTR
2005
Springer
15 years 6 months ago
Declarative Programming with Function Patterns
We propose an extension of functional logic languages that allows the definition of operations with patterns containing other defined operation symbols. Such “function patterns...
Sergio Antoy, Michael Hanus
AAAI
2008
15 years 1 months ago
Querying Sequential and Concurrent Horn Transaction Logic Programs Using Tabling Techniques
In this poster we describe the tabling techniques for Sequential and Concurrent Horn Transaction Logic. Horn Transaction Logic is an extension of classical logic programming with ...
Paul Fodor
ICFP
2010
ACM
15 years 1 months ago
Instance chains: type class programming without overlapping instances
Type classes have found a wide variety of uses in Haskell programs, from simple overloading of operators (such as equality or ordering) to complex invariants used to implement typ...
J. Garrett Morris, Mark P. Jones