This commit is contained in:
2026-06-01 09:19:46 +02:00
parent ee8940fae5
commit 7a47e62791
8 changed files with 36918 additions and 21563 deletions

View File

@ -1,5 +1,5 @@
#import "composants.typ": *
#import "@preview/touying:0.5.2": *
// #import "@preview/touying:0.5.2": *
#import "code_slides.typ": generer_slides_code
#set page(
@ -26,6 +26,7 @@
#text(size: 3em, weight: "bold", fill: black)[#titre]
#text(size: 1.2em, weight: "bold", fill: black)[#auteur]
t
#h(0.5em)
@ -909,29 +910,29 @@
#set text(1em)
- Si $v_j$ participe à *trop d'équations non satisfaites* $=>$ on l'inverse.
#uncover(2)[
#grid(
columns: (1fr, 1fr, 1fr),
column-gutter: 10pt,
// On aligne tout par le bas (bottom) pour que les CN soient sur la même ligne
align: center + bottom,
[
#bf_step1_sending()
#v(-0.5em)
#text(style: "italic", fill: gray.darken(40%), size: 0.8em)[VN $arrow$ CN]
],
[
#bf_step2_verdict()
#v(-0.5em)
#text(style: "italic", fill: gray.darken(40%), size: 0.8em)[CN $arrow$ VN]
],
[
#bf_step3_flip()
#v(-0.5em)
#text(style: "italic", fill: gray.darken(40%), size: 0.8em)[Correction]
],
)
]
#uncover(2)[
#grid(
columns: (1fr, 1fr, 1fr),
column-gutter: 10pt,
// On aligne tout par le bas (bottom) pour que les CN soient sur la même ligne
align: center + bottom,
[
#bf_step1_sending()
#v(-0.5em)
#text(style: "italic", fill: gray.darken(40%), size: 0.8em)[VN $arrow$ CN]
],
[
#bf_step2_verdict()
#v(-0.5em)
#text(style: "italic", fill: gray.darken(40%), size: 0.8em)[CN $arrow$ VN]
],
[
#bf_step3_flip()
#v(-0.5em)
#text(style: "italic", fill: gray.darken(40%), size: 0.8em)[Correction]
],
)
]
// #align(center + horizon)[
// #scale(100%)[#bp_hard_diagram()]
// #v(0.4em)
@ -2161,7 +2162,11 @@
"src/rs/decoder.rs",
"src/rs/generator.rs",
"src/rs/channel.rs",
"src/rs/graph.rs",
"src/rs/matrix.rs",
"src/rs/benchmark.rs",
"src/rs/benchmark2.rs",
"src/rs/image_sim.rs",
"src/rs/lib.rs",
),
myslide,