Skip to content
Snippets Groups Projects
Commit 8839a0ae authored by ExtraDev's avatar ExtraDev
Browse files

Préparation des taches en gros

parent ce03d0d4
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,14 @@ tof: true ...@@ -6,7 +6,14 @@ tof: true
lof: true lof: true
--- ---
# Todo
- Equation de base: yj = c*xj+d+rj
- Créer un nuage de point autout de l'équation de base, le garder constant
- Descente du radiant
- Validation croisée: Séparer le nuage de point en 3 groupe
- Visualisation
# Introduction # Introduction
Bonjour Bonjour
## Caca ##
\ No newline at end of file \ No newline at end of file
src/a.out 0 → 100755
File added
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv[]) {
printf("Hello World\n");
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment