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. ...
or
Disjunction: 0 OR 0 = 0, 0 OR 1 = 1, 1 OR 0 = 1, 1 OR 1 = 1.
Industry:Computer science
Disjunction: 0 OR 0 = 0, 0 OR 1 = 1, 1 OR 0 = 1, 1 OR 1 = 1.
Industry:Computer science
Distance, paths, lines, etc. which are always parallel to axes at right angles. For example, a path along the streets of Salt Lake City or the moves of a rook in chess.
Industry:Computer science
Distribute each of n elements to one of m locations in an array (m>n) based on an interpolation of the element's key. In case of collisions, put the element in the next empty location. The array has extra space at the end for overflow. The second pass packs the elements back into an array of size n.
Industry:Computer science
Division into many distinct classifications.
Industry:Computer science
Each node in a tree has a key which is greater than or equal to the key of its parent.
Industry:Computer science
Each node in a tree has a key which is less than or equal to the key of its parent.
Industry:Computer science
Each node in a tree has a key which is more extreme (greater or less) than or equal to the key of its parent.
Industry:Computer science
Efficiently deciding whether a temporal logic formula is satisfied in a finite state machine model.
Industry:Computer science
Establishing properties of hardware or software designs using logic, rather than (just) testing or informal arguments. This involves formal specification of the requirement, formal modeling of the implementation, and precise rules of inference to prove, say, that the implementation satisfies the specification.
Industry:Computer science