Sciweavers

31 search results - page 5 / 7
» sigcse 2000
Sort
View
SIGCSE
2000
ACM
193views Education» more  SIGCSE 2000»
15 years 1 months ago
Experimentation with bounded buffer synchronization
Undergraduates are usually introduced to synchronization in operating systems through a discussion of classical problems such as reader-writer or producers-consumers. The traditio...
Steven Robbins
SIGCSE
2000
ACM
91views Education» more  SIGCSE 2000»
15 years 1 months ago
Machine learning in the liberal arts curriculum
Machine learning is typically considered a graduate-level course with an artificial intelligence course as a prerequisite. However, it does not need to be positioned this way, and...
Clare Bates Congdon
SIGCSE
2000
ACM
181views Education» more  SIGCSE 2000»
15 years 1 months ago
Evaluating individuals in team projects
In 1999, most computer science students participate in at least one group project in some class prior to graduation. However, assessing individual student contributions to a group...
Dawn Wilkins, Pamela B. Lawhead
SIGCSE
2000
ACM
120views Education» more  SIGCSE 2000»
15 years 1 months ago
Object-orientation in Java for scientific programmers
Scientific programmers have traditionally programmed in entirely sequential languages such as Fortran, C or Pascal and it could be argued that object-orientation is not a concept ...
Judith Bishop, Nigel Bishop
SIGCSE
2000
ACM
155views Education» more  SIGCSE 2000»
15 years 1 months ago
A study of common pitfalls in simple multi-threaded programs
It is generally acknowledged that developing correct multithreaded codes is difficult, because threads may interact with each other in unpredictable ways. The goal of this work i...
Sung-Eun Choi, E. Christopher Lewis