upload
National Institute of Standards and Technology
المجال: 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. ...
The vertex which an edge of a directed graph enters.
Industry:Computer science
The worst case of the ratio between the cost incurred by an on-line algorithm and the best-case cost.
Industry:Computer science
This describes a "long hand" or manual method of calculating or extracting cube roots. Calculation of a cube root by hand is similar to long-hand division or manual square root.
Industry:Computer science
This describes a "long hand" or manual method of calculating or extracting square roots. Calculation of a square root by hand is a little like long-hand division.
Industry:Computer science
To alter a problem, typically restricting it to a less complex feasible region or objective function, so that the resulting problem can be efficiently solved, usually by dynamic programming.
Industry:Computer science
To arrange items when some pairs of items have no comparison, that is, according to a partial order.
Industry:Computer science
To combine multiple sorted data streams into a single sorted stream using external storage.
Industry:Computer science
To differentiate parts of a structure, such as a graph, which locally look the same to all vertices. Usually implemented with randomization.
Industry:Computer science
To interpret a solution to a poisson model in the original model after poissonization.
Industry:Computer science
To look for a value or item in a data structure. There are dozens of algorithms, data structures, and approaches.
Industry:Computer science