In computer science, a lookup table (LUT) is an array that replaces runtime computation of a mathematical function with a simpler array indexing operation...
22 KB (3,068 words) - 00:18, 20 June 2025
In the film and graphics industries, 3D lookup tables (3D LUTs) are used for color grading and for mapping one color space to another. They are commonly...
3 KB (317 words) - 13:35, 31 July 2025
Wavetable synthesis (redirect from Table-lookup synthesis)
Table-lookup synthesis (or Wavetable-lookup synthesis) (Roads 1996) is a class of sound synthesis methods using the waveform tables by table-lookup,...
28 KB (2,689 words) - 21:00, 27 July 2025
standard table-based approach would require an inconveniently large 65536-entry table. As mentioned in § Generating the lookup table, CRC tables have the...
58 KB (5,703 words) - 16:54, 20 June 2025
well-dimensioned hash table, the average time complexity for each lookup is independent of the number of elements stored in the table. Many hash table designs also...
54 KB (6,112 words) - 03:09, 2 August 2025
Palette (computing) (redirect from Color lookup table)
others it is dynamic, typically implemented via a color lookup table (CLUT), a correspondence table in which selected colors from a certain color space's...
14 KB (1,821 words) - 18:21, 19 March 2025
Bagua (section Hexagram lookup table)
The bagua (Chinese: 八卦; pinyin: bāguà; lit. 'eight trigrams') is a set of symbols from China intended to illustrate the nature of reality as being composed...
62 KB (2,706 words) - 14:46, 31 July 2025
Halftone (section Lookup table)
halftone image. The lookup table provides a continuous-tone value for a given pixel and its distribution. The corresponding lookup table is obtained before...
26 KB (3,180 words) - 17:13, 27 May 2025
Hexagram (I Ching) (section Lookup table)
The I Ching book consists of 64 hexagrams. A hexagram in this context is a figure composed of six stacked horizontal lines (爻 yáo), where each line is...
35 KB (333 words) - 17:04, 7 April 2025
CUSIP (section Check digit lookup table)
A CUSIP (/ˈkjuːsɪp/) is a nine-character numeric or alphanumeric code that uniquely identifies a North American financial security for the purposes of...
15 KB (1,730 words) - 17:16, 23 July 2025
Pointer (computer programming) (redirect from Indirection lookup)
operations, like traversing iterable data structures (e.g. strings, lookup tables, control tables, linked lists, and tree structures). In particular, it is often...
72 KB (9,654 words) - 12:42, 19 July 2025
implement a lookup table with constant worst-case access time. A perfect hash function can, as any hash function, be used to implement hash tables, with the...
23 KB (2,908 words) - 00:02, 20 June 2025
Sequential Access Method (ISAM), used for indexing data for fast retrieval Lookup table, a data structure used to store precomputed information Site map, or...
6 KB (815 words) - 03:00, 2 July 2025
though it is never used in queries or reports; it is done by creating a lookup table that contains the warehouse surrogate key and the originating key. This...
28 KB (3,898 words) - 13:08, 4 June 2025
11.2 and GNU use a variant lookup table. Instead of 32-bit integers, 64-bit integers are used in the symbol lookup tables. The string "/SYM64/" instead...
15 KB (1,543 words) - 23:13, 6 June 2025
used to "drive" the logic of the program. A simple example might be a lookup table containing a range of possible input values and a function pointer to...
13 KB (1,169 words) - 03:59, 6 June 2025
common situation is an algorithm involving a lookup table: an implementation can include the entire table, which reduces computing time, but increases...
6 KB (734 words) - 18:42, 7 June 2025
of one-item chains, the lookup is very fast, but the table is very big. Once chains get longer, the lookup slows, but the table size goes down. Simple...
24 KB (3,486 words) - 16:16, 30 July 2025
against their corresponding denoted sequence, using a lookup table. In the original paper, this lookup table is encoded and stored alongside the compressed text...
9 KB (1,233 words) - 16:29, 5 July 2025
return 1 [by the convention that 0! = 1] else if n is in lookup-table then return lookup-table-value-for-n else let x = factorial(n – 1) times n [recursively...
30 KB (3,740 words) - 01:06, 23 July 2025
are allowed as values in the lookup table. In other languages, it is also possible to assign functions as lookup table values, gaining the same flexibility...
22 KB (2,836 words) - 14:00, 19 July 2025
The Rijndael S-box is a substitution box (lookup table) used in the Rijndael cipher, on which the Advanced Encryption Standard (AES) cryptographic algorithm...
11 KB (1,256 words) - 18:12, 5 November 2024
A shift register lookup table, also shift register LUT or SRL, refers to a component in digital circuitry. It is essentially a shift register of variable...
1 KB (104 words) - 02:25, 18 February 2025
via a lookup table. On-the-other-hand, a variable-width encoding is more complex to decode since it cannot be decoded via a single lookup table and must...
15 KB (1,935 words) - 11:32, 6 July 2025
{\displaystyle c_{0}} and c 1 {\displaystyle c_{1}} , and a 4×4 two-bit lookup table. If c 0 > c 1 {\displaystyle c_{0}>c_{1}} (compare these colors by interpreting...
16 KB (2,022 words) - 20:22, 25 July 2025
obstacles are overcome. A simple stemmer looks up the inflected form in a lookup table. The advantages of this approach are that it is simple, fast, and easily...
31 KB (3,901 words) - 19:08, 19 November 2024
computer programming, where the use of such tables speeds up calculations in those cases where a table lookup is faster than the corresponding calculations...
13 KB (1,467 words) - 15:48, 16 July 2025
perpetual calendars require no calculation by the user, and are essentially lookup tables. A typical application is to calculate the day of the week on which...
48 KB (5,734 words) - 18:24, 23 July 2025
multiplication. The system used a combination of mechanical cams as lookup tables and mechanical addition to sum pseudo-logarithmic indices to produce...
6 KB (694 words) - 15:22, 21 March 2024
result is stored in a lookup table that is indexed by the values of those parameters; the next time the function is called, the table is consulted to determine...
30 KB (3,549 words) - 10:42, 31 July 2025