Jump to content

Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • 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,069 words) - 15:17, 19 August 2024
  • 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) - 15:58, 29 April 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...
    52 KB (5,814 words) - 03:48, 27 July 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
  • 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
  • table lookup because the implementation is specified explicitly (although it does still require the 'this'-pointer fixup). The virtual method table is...
    15 KB (1,944 words) - 10:21, 23 April 2024
  • Thumbnail for Mathematical table
    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,458 words) - 16:25, 9 July 2024
  • Thumbnail for Computation of cyclic redundancy checks
    previous one. Thus, the second lookup cannot begin until the first lookup is complete. When sliced tables are used, both lookups can begin at the same time...
    54 KB (4,876 words) - 13:58, 13 August 2024
  • hash table. The number of entries in the hash table is modest, on the order of 8*2^8 or 2K bytes, but two hash function computations and two lookups per...
    23 KB (3,017 words) - 06:12, 15 July 2024
  • maintain multiple tables, and each lookup must search through each table. Rainbow tables can achieve similar performance with tables that are k times larger...
    24 KB (3,446 words) - 08:05, 23 June 2024
  • Thumbnail for Advanced Encryption Standard
    substitution step where each byte is replaced with another according to a lookup table. ShiftRows – a transposition step where the last three rows of the state...
    49 KB (5,595 words) - 13:33, 7 August 2024
  • Thumbnail for Distributed hash table
    A distributed hash table (DHT) is a distributed system that provides a lookup service similar to a hash table. Key–value pairs are stored in a DHT, and...
    35 KB (4,123 words) - 04:47, 9 May 2024
  • to implement the buckets for a hash table that uses separate chaining. This allows for average-case constant lookup, but assures a worst-case performance...
    24 KB (2,769 words) - 16:42, 15 July 2024
  • In computer networks, a reverse DNS lookup or reverse DNS resolution (rDNS) is the querying technique of the Domain Name System (DNS) to determine the...
    9 KB (1,192 words) - 10:01, 28 May 2024
  • 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,563 words) - 18:01, 1 August 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
  • alphaOrig := α (* Transposition Table Lookup; node is the lookup key for ttEntry *) ttEntry := transpositionTableLookup(node) if ttEntry is valid and ttEntry...
    13 KB (1,782 words) - 19:36, 12 September 2023
  • approaches may be loosely described as linear search, binary search, search+table lookup, de Bruijn multiplication, floating point conversion/exponent extract...
    43 KB (3,820 words) - 16:40, 8 June 2024
  • Database index (redirect from Table index)
    for both rapid random lookups and efficient access of ordered records. An index is a copy of selected columns of data, from a table, that is designed to...
    17 KB (2,458 words) - 13:15, 1 June 2024
  • cents in strictly prescribed ways; and the evaluation of functions by table lookup, or any application where rational numbers need to be represented without...
    44 KB (5,899 words) - 06:29, 16 August 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)