upload
National Institute of Standards and Technology
Sektör: 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. ...
Compute the nth hexadecimal digit of π efficiently, without having to compute preceding digits.
Industry:Computer science
Compute the similarity of two strings as the number of matching characters divided by the total number of characters in the two strings. Matching characters are those in the longest common subsequence plus, recursively, matching characters in the unmatched region on either side of the longest common subsequence.
Industry:Computer science
A simple and efficient algorithm to calculate hyperbolic and trigonometric functions by iterative complex rotations. Its advantage is that all computations can be achieved with addition, subtraction, and binary shifts. It is commonly used when no hardware multiplier is available (e.g., simple microcontrollers and FPGAs) as the only operations it requires are addition, subtraction, bitshift and table lookup.
Industry:Computer science
A simple and efficient algorithm to calculate hyperbolic and trigonometric functions by iterative complex rotations. Its advantage is that all computations can be achieved with addition, subtraction, and binary shifts. It is commonly used when no hardware multiplier is available (e.g., simple microcontrollers and FPGAs) as the only operations it requires are addition, subtraction, bitshift and table lookup.
Industry:Computer science
A simple and efficient algorithm to calculate hyperbolic and trigonometric functions by iterative complex rotations. Its advantage is that all computations can be achieved with addition, subtraction, and binary shifts. It is commonly used when no hardware multiplier is available (e.g., simple microcontrollers and FPGAs) as the only operations it requires are addition, subtraction, bitshift and table lookup.
Industry:Computer science
and
Conjunction: 0 AND 0 = 0, 0 AND 1 = 0, 1 AND 0 = 0, 1 AND 1 = 1.
Industry:Computer science
Consider the function: if N is odd, 3 × N + 1; else N/2. Does beginning with any positive integer and repeatedly applying the function always yields 1?
Industry:Computer science
Contracting a graph by removing a subset of the vertices.
Industry:Computer science
Contracting a list by removing some of the items.
Industry:Computer science
Contracting a tree by removing some of the nodes.
Industry:Computer science