fix les images dans le cours de représentation des nombres

This commit is contained in:
Alexis Fourmaux 2025-09-09 17:28:27 +02:00
parent eca1cf7e77
commit e7d2e879cc

View file

@ -227,7 +227,7 @@ Exercice: Convertir en binaire
Exemple avec le nombre $53_{|10}$ qui s'écrit $110101_{|2}$ en binaire :
![divisions successives width:500px](../../cours/CIEL1/02-reseau/cours/divisions_successives.svg)
![divisions successives width:500px](divisions_successives.svg)
---
<style scoped>
@ -339,7 +339,7 @@ $${\overbrace{0010}^{2_{|16}}\overbrace{1111}^{\mathrm{F}_{|16}}}_{|2} = \mathrm
Exemple avec $47_{|10}$.
![divisions hexa width:500px](../../cours/CIEL1/02-reseau/cours/divisions_hexa.svg)
![divisions hexa width:500px](divisions_hexa.svg)
On obtient donc $47_{|10} = \mathrm{2F}_{|16}$
@ -389,7 +389,7 @@ En python :
---
![ET width:500px](../../cours/CIEL1/02-reseau/cours/ET.svg)
![ET width:500px](ET.svg)
---
@ -420,7 +420,7 @@ En python:
---
![OU width:500px](../../cours/CIEL1/02-reseau/cours/OU.svg)
![OU width:500px](OU.svg)
---
@ -448,7 +448,7 @@ En python:
---
![NON](../../cours/CIEL1/02-reseau/cours/NOT.svg)
![NON](NOT.svg)
---
@ -477,4 +477,4 @@ En python, il n'existe pas. Il est en pratique rarement utilisé.
---
![XOR](../../cours/CIEL1/02-reseau/cours/XOR.svg)
![XOR](XOR.svg)