Sciweavers

5022 search results - page 47 / 1005
» Data structures and problem solving using Java
Sort
View
CVPR
2010
IEEE
15 years 5 months ago
Efficient Piecewise Learning for Conditional Random Fields
Conditional Random Field models have proved effective for several low-level computer vision problems. Inference in these models involves solving a combinatorial optimization probl...
Karteek Alahari, Phil Torr
CPAIOR
2004
Springer
15 years 3 months ago
Making Choices Using Structure at the Instance Level within a Case Based Reasoning Framework
We describe using Case Based Reasoning to explore structure at the instance level as a means to distinguish whether to use CP or IP to solve instances of the Bid Evaluation Problem...
Cormac Gebruers, Alessio Guerri, Brahim Hnich, Mic...
FUZZIEEE
2007
IEEE
15 years 4 months ago
On Using Fuzzy Contact Maps for Protein Structure Comparison
The comparison of protein structures is an important problem in Bioinformatics, and Soft Computing techniques were recently introduced for achieving a better representation and po...
Juan Ramón González, David A. Pelta
ITICSE
2000
ACM
15 years 2 months ago
Pedagogical power tools for teaching Java
We describe a Java toolkit that is designed to support the creation of powerful and extensible GUI interfaces during the first year computer science course. The goals of this tool...
Jeff Raab, Richard Rasala, Viera K. Proulx
ENTCS
2006
89views more  ENTCS 2006»
14 years 9 months ago
A Type-theoretic Reconstruction of the Visitor Pattern
In object-oriented languages, the Visitor pattern can be used to traverse tree-like data structures: a visitor object contains some operations, and the data structure objects allo...
Peter Buchlovsky, Hayo Thielecke