Sciweavers

1675 search results - page 77 / 335
» Some thoughts on teaching programming and programming langua...
Sort
View
PEPM
2004
ACM
15 years 9 months ago
Imperative program optimization by partial evaluation
We implement strength reduction and loop-invariant code motion by specializing instrumented interpreters; we define a novel program transformation that uses bisimulation to ident...
Søren Debois
VL
2003
IEEE
126views Visual Languages» more  VL 2003»
15 years 9 months ago
Ubiquitous web-based programming
Learning to program can be very hard. Without an existing background in the subject and without adequate resources, students, especially women, may find themselves experiencing m...
Anna Maria Luxton
ICCBR
1999
Springer
15 years 8 months ago
Automatic Conversion of VHDL Programs into Cases
Software programming is a complex task. To help the user with this task, we are developing a case-based reasoning tool capable of suggesting code to the programmer (software reuse...
Paulo Gomes, Carlos Bento
JMLR
2012
13 years 6 months ago
Message-Passing Algorithms for MAP Estimation Using DC Programming
We address the problem of finding the most likely assignment or MAP estimation in a Markov random field. We analyze the linear programming formulation of MAP through the lens of...
Akshat Kumar, Shlomo Zilberstein, Marc Toussaint
SIGCSE
1996
ACM
136views Education» more  SIGCSE 1996»
15 years 8 months ago
Thinking about binary trees in an object-oriented world
The Binary Search Tree serves as an important example when teaching data structures. We explore new approaches to understanding the implementation of a Binary Search Tree, using c...
A. Michael Berman, Robert C. Duvall