Sciweavers

3796 search results - page 273 / 760
» Presentations by Programmers for Programmers
Sort
View
124
Voted
HPCA
1997
IEEE
15 years 7 months ago
ATM and Fast Ethernet Network Interfaces for User-Level Communication
Fast Ethernet and ATM are two attractive network technologies for interconnecting workstation clusters for parallel and distributed computing. This paper compares network interfac...
Matt Welsh, Anindya Basu, Thorsten von Eicken
127
Voted
HOTOS
2007
IEEE
15 years 7 months ago
Automatic Mutual Exclusion
We propose a new concurrent programming model, Automatic Mutual Exclusion (AME). In contrast to lock-based programming, and to other programming models built over software transac...
Michael Isard, Andrew Birrell
112
Voted
EH
2004
IEEE
105views Hardware» more  EH 2004»
15 years 7 months ago
Robust Sensor Systems using Evolvable Hardware
This paper describes a system that is robust with respect to sensor failure. The system utilizes multiple sensor inputs (three in this case) connected to a programmable device (FP...
James Hereford, Charles Pruitt
140
Voted
FPGA
2006
ACM
141views FPGA» more  FPGA 2006»
15 years 7 months ago
A reconfigurable architecture for hybrid CMOS/Nanodevice circuits
This report describes a preliminary evaluation of possible performance of an FPGA-like architecture for future hybrid "CMOL" circuits which combine a semiconductor-trans...
Dmitri B. Strukov, Konstantin Likharev
113
Voted
ESOP
2000
Springer
15 years 7 months ago
Type Classes with Functional Dependencies
Abstract. Type classes in Haskell allow programmers to define functions that can be used on a set of different types, with a potentially different implementation in each case. For ...
Mark P. Jones