Sciweavers

678 search results - page 40 / 136
» Visual instructional design languages
Sort
View
HICSS
2003
IEEE
105views Biometrics» more  HICSS 2003»
14 years 1 months ago
Synthesizing Evocative Imagery through Design Patterns
Automatically creating images that give a sense of content can be useful in a number of settings. Such images can summarize a larger collection of media in novel ways, giving an e...
Daniel M. Russell, Andreas Dieberger
SIGCSE
2006
ACM
162views Education» more  SIGCSE 2006»
14 years 2 months ago
Accessibility first!: a new approach to web design
This paper proposes an accessibility first pedogogy for web design, in which the course is organized around the requirement of implementing web pages accessible to visually impai...
Brian J. Rosmaita
SIGCSE
2012
ACM
310views Education» more  SIGCSE 2012»
12 years 4 months ago
CSTutor: a pen-based tutor for data structure visualization
We present CSTutor, a sketch-based interface designed to help students understand data structures. It currently supports Linked Lists, Binary Search Trees, AVL Trees, and Heaps, a...
Sarah Buchanan, Brandon Ochs, Joseph J. LaViola Jr...
ASPLOS
2009
ACM
14 years 9 months ago
Phantom-BTB: a virtualized branch target buffer design
Modern processors use branch target buffers (BTBs) to predict the target address of branches such that they can fetch ahead in the instruction stream increasing concurrency and pe...
Ioana Burcea, Andreas Moshovos
PLDI
1999
ACM
14 years 1 months ago
Load-Reuse Analysis: Design and Evaluation
Load-reuse analysis finds instructions that repeatedly access the same memory location. This location can be promoted to a register, eliminating redundant loads by reusing the re...
Rastislav Bodík, Rajiv Gupta, Mary Lou Soff...