• In computer science, a lookup table (LUT) is an array that replaces runtime computation with a simpler array indexing operation, in a process termed as...
    22 KB (3,016 words) - 20:56, 22 February 2024
  • Thumbnail for 3D lookup table
    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 (321 words) - 17:40, 8 July 2023
  • 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,692 words) - 12:46, 21 January 2024
  • Thumbnail for Hash table
    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 (5,928 words) - 09:52, 17 April 2024
  • Thumbnail for Hexagram (I Ching)
    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 (319 words) - 16:59, 27 February 2024
  • Thumbnail for Bagua
    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...
    58 KB (2,099 words) - 07:30, 31 January 2024
  • A CUSIP (/ˈkjuːsɪp/) is a nine-character numeric or alphanumeric code (e.g. 037833100 for Apple) that uniquely identifies a North American financial security...
    14 KB (1,661 words) - 06:54, 20 December 2023
  • Thumbnail for Halftone
    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,165 words) - 17:50, 26 April 2024
  • Thumbnail for Computation of cyclic redundancy checks
    previous one. This, the second lookup cannot begin until the first lookup is complete. When sliced tables are used, both lookups can begin at the same time...
    53 KB (4,876 words) - 13:18, 12 March 2024
  • Thumbnail for Palette (computing)
    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,820 words) - 21:20, 31 March 2024
  • Thumbnail for Shift register lookup table
    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 (102 words) - 20:27, 14 November 2016
  • Thumbnail for Apple M1
    hardware, generate a fake page table, changing registers to point towards the new page table, and invoking the Lookup Table to perform a uPPL call. As the...
    38 KB (3,230 words) - 06:02, 26 April 2024
  • against their corresponding denoted sequence, using a lookup table. In the original paper, this lookup table is encoded and stored alongside the compressed text...
    5 KB (635 words) - 15:28, 4 March 2024
  • common situation is an algorithm involving a lookup table: an implementation can include the entire table, which reduces computing time, but increases...
    5 KB (738 words) - 20:29, 24 April 2024
  • Thumbnail for Body mass index
    directly, by hand or using a calculator, or indirectly using a lookup table (or chart). The table displays BMI as a function of mass and height and may show...
    63 KB (6,658 words) - 20:06, 24 April 2024
  • Thumbnail for Perfect hash function
    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...
    24 KB (2,956 words) - 07:36, 14 December 2023
  • Thumbnail for Extract, transform, load
    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...
    27 KB (3,832 words) - 18:18, 3 April 2024
  • 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,744 words) - 13:30, 4 April 2024
  • Thumbnail for Field-programmable gate array
    XC2064 had 64 configurable logic blocks (CLBs), with two three-input lookup tables (LUTs). In 1987, the Naval Surface Warfare Center funded an experiment...
    56 KB (6,037 words) - 03:27, 25 April 2024
  • Thumbnail for Page table
    memory access will continue. The page table lookup may fail, triggering a page fault, for two reasons: The lookup may fail if there is no translation available...
    17 KB (2,462 words) - 05:36, 5 January 2024
  • Thumbnail for Pointer (computer programming)
    operations, like traversing iterable data structures (e.g. strings, lookup tables, control tables and tree structures). In particular, it is often much cheaper...
    73 KB (9,781 words) - 23:56, 30 March 2024
  • Thumbnail for Decision table
    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...
    12 KB (1,164 words) - 09:53, 8 February 2024
  • 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,456 words) - 20:43, 21 April 2024
  • 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,247 words) - 04:22, 5 July 2023
  • Sarcalumenin, human protein that regulates calcium transport Shift register lookup table, a component in digital circuitry Student Rugby League, UK Semiconductor...
    1 KB (183 words) - 07:13, 4 March 2024
  • lookup table which uniquely associates keys with values, and in which values may be retrieved by specifying their corresponding keys. Such a lookup table...
    31 KB (3,871 words) - 10:50, 16 April 2024
  • arrays of addresses to functions as used in branch tables Indirect branch Lookup table an array of items to be matched, sometimes holding pre-calculated results...
    16 KB (2,066 words) - 11:47, 29 September 2022
  • Thumbnail for Cuckoo hashing
    resolving hash collisions of values of hash functions in a table, with worst-case constant lookup time. The name derives from the behavior of some species...
    23 KB (2,557 words) - 02:00, 13 February 2024
  • Thumbnail for SRGB
    bit depth to maintain a low color error rate (∆E). An ICC profile or a lookup table may be used to convert sRGB to other color spaces. ICC profiles for sRGB...
    22 KB (2,704 words) - 23:58, 10 April 2024
  • Thumbnail for Pentium FDIV bug
    a professor of mathematics at Lynchburg College. Missing values in a lookup table used by the FPU's floating-point division algorithm led to calculations...
    21 KB (2,419 words) - 11:33, 7 April 2024