upload
National Institute of Standards and Technology
Domeniu: Technology
Number of terms: 2742
Number of blossaries: 0
Company Profile:
The National Institute of Standards and Technology (NIST) — known between 1901 and 1988 as the National Bureau of Standards (NBS) — is a measurement standards laboratory and a non-regulatory agency of the United States Department of Commerce. The institute's official mission is to promote U.S. ...
A permutation algorithm, or shuffle, that has exactly the same chance of producing any permutation.
Industry:Computer science
A permutation of elements, where no element is in its original position.
Industry:Computer science
A persistent data structure that allows updates to all versions, previous and latest.
Industry:Computer science
A persistent data structure that allows updates to the latest version only.
Industry:Computer science
A planar subdivision that encodes the visibility information, that is, which points are mutually visible.
Industry:Computer science
A point access method using a dynamic multidimensional array.
Industry:Computer science
A point access method which is two levels of grid files. The first level addresses second level grid files.
Industry:Computer science
A point access method which is two simultaneous grid files. Points are shuffled between the primary and secondary file to minimize the total size.
Industry:Computer science
A point access method which splits multidimensional space in different dimensions at each level. It also keeps a minimum bounding box of points accessible by each node.
Industry:Computer science
A point access method which splits space into a nonperiodic grid. Each spatial dimension is divided by a linear hash. Small sets of points are referred to by one or more cells of the grid.
Industry:Computer science