Sciweavers

129 search results - page 15 / 26
» cost 1994
Sort
View
CIKM
1994
Springer
13 years 11 months ago
Intelligent Caching: Selecting, Representing, and Reusing Data in an Information Server
Accessing information sources to retrieve data requested by a user can be expensive, especially when dealing with distributed information sources. One way to reduce this cost is t...
Yigal Arens, Craig A. Knoblock
CIKM
1994
Springer
13 years 11 months ago
Using Path Information for Query Processing in Object-Oriented Database Systems
This paper argues that most queries in object-oriented databases require traversing from one object to another in the aggregation hierarchy. Thus, the connections between objects ...
Dik Lun Lee, Wang-Chien Lee
CRYPTO
1994
Springer
104views Cryptology» more  CRYPTO 1994»
13 years 11 months ago
Cryptographic Randomness from Air Turbulence in Disk Drives
Abstract. A computer disk drive's motor speed varies slightly but irregularly, principally because of air turbulence inside the disk's enclosure. The unpredictability of ...
Don Davis, Ross Ihaka, Philip Fenstermacher
HPCN
1994
Springer
13 years 11 months ago
Experiments with HPF Compilation for a Network of Workstations
Abstract. High Performance Fortran (hpf) is a data-parallel Fortran for Distributed Memory Multiprocessors. Hpf provides an interesting programming model but compilers are yet to c...
Fabien Coelho
PEPM
1994
ACM
13 years 11 months ago
Dictionary-Free Overloading by Partial Evaluation
One of the most novel features in the functional programming language Haskell is the system of type classes used to support a combination of overloading and polymorphism. Current ...
Mark P. Jones