position-independent code - definitie. Wat is position-independent code
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is position-independent code - definitie


Position-independent code         
MACHINE INSTRUCTION CODE THAT EXECUTES PROPERLY REGARDLESS OF WHERE IN MEMORY IT RESIDES
Position independent; Position independent executable; Position Independent Code; Position independent code; Position Independant Code; Position-Independent Code; PIC code; Position-independent executable; Position-independent data; One-time position-independence; Many-time position-independence; One-time position-independent code; Many-time position-independent code; Position-independent; Position-dependent code
In computing, position-independent code (PIC) or position-independent executable (PIE) is a body of machine code that, being placed somewhere in the primary memory, executes properly regardless of its absolute address. PIC is commonly used for shared libraries, so that the same library code can be loaded in a location in each program address space where it does not overlap with other memory in use (for example, other shared libraries).
Code point         
NUMERICAL VALUE REPRESENTING A CHARACTER IN A CODED CHARACTER SET
Codepoint; Code points; Code position
In character encoding terminology, a code point, codepoint or code position is a numerical value that maps to a specific character. Code points usually represent a single grapheme—usually a letter, digit, punctuation mark, or whitespace—but sometimes represent symbols, control characters, or formatting.
code position         
NUMERICAL VALUE REPRESENTING A CHARACTER IN A CODED CHARACTER SET
Codepoint; Code points; Code position
<character> An integer that a coded character set maps to a character. A code position is normally stored or transmitted by applying a character encoding to turn it into a byte string. (2002-03-03)