logical shift - ορισμός. Τι είναι το logical shift
DICLIB.COM
AI-based language tools
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:     

Μετάφραση και ανάλυση λέξεων από τεχνητή νοημοσύνη

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Τι (ποιος) είναι logical shift - ορισμός


Logical shift         
  • Logical left shift one bit
  • Logical right shift one bit
BIT-LEVEL COMPUTER OPERATION
Logical shift left; Shift left; Shift Left; Logical shift right; Logical left shift; Logical right shift
In computer science, a logical shift is a bitwise operation that shifts all the bits of its operand. The two base variants are the logical left shift and the logical right shift.
logical shift         
  • Logical left shift one bit
  • Logical right shift one bit
BIT-LEVEL COMPUTER OPERATION
Logical shift left; Shift left; Shift Left; Logical shift right; Logical left shift; Logical right shift
<programming> (Either shift left logical or shift right logical) Machine-level operations available on nearly all processors which move each bit in a word one or more bit positions in the given direction. A left shift moves the bits to more significant positions (like multiplying by two), a right shift moves them to less significant positions (like dividing by two). The comparison with multiplication and division breaks down in certain circumstances - a logical shift may discard bits that are shifted off either end of the word and does not preserve the sign of the word (positive or negative). Logical shift is approriate when treating the word as a {bit string} or a sequence of bit fields, whereas {arithmetic shift} is appropriate when treating it as a binary number. The word to be shifted is usually stored in a register, or possibly in memory. (1996-07-02)
logical shift left         
  • Logical left shift one bit
  • Logical right shift one bit
BIT-LEVEL COMPUTER OPERATION
Logical shift left; Shift left; Shift Left; Logical shift right; Logical left shift; Logical right shift