forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacro_FR.tex
17 lines (17 loc) · 930 Bytes
/
acro_FR.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\acro{OS}[OS]{Système d'exploitation (Operating System)}
\acro{FAQ}{Foire Aux Questions}
\acro{OOP}[POO]{Programmation orientée objet}
\acro{PL}[LP]{Langage de programmation}
\acro{PRNG}{Nombre généré pseudo-aléatoirement}
\acro{ROM}{Mémoire morte}
\acro{ALU}[UAL]{Unité arithmétique et logique}
\acro{PID}{ID d'un processus}
\acro{LF}{Line feed (10 ou '\textbackslash{}n' en \CCpp)}
\acro{CR}{Carriage return (13 ou '\textbackslash{}r' en \CCpp)}
\acro{LIFO}{Dernier entré, premier sorti}
\acro{MSB}{Bit le plus significatif} % NOT BYTE!
\acro{LSB}{Bit le moins significatif} % NOT BYTE!
\acro{NSA}{National Security Agency (Agence Nationale de la Sécurité)} % translation not used in French
\acro{CFB}{Cipher Feedback}
\acro{CSPRNG}{Cryptographically Secure Pseudorandom Number Generator (générateur de nombres pseudo-aléatoire cryptographiquement sûr)}
\acro{ABI}{Application Binary Interface}