Skip to content
Snippets Groups Projects
Forked from orestis.malaspin / homepage
176 commits behind the upstream repository.
Orestis's avatar
orestis.malaspin authored
b103362d
History
author:
- Orestis Malaspinas
title: Quelques cours de la filière ISC de hepia
autoSectionLabels: true
autoEqnLabels: true
eqnPrefix: 
  - "éq."
  - "éqs."
chapters: true
numberSections: true
chaptersDepth: 1
sectionsDepth: 3
lang: fr
documentclass: book
papersize: A4
cref: false
pandoc-numbering:
  - category: exercice
    listing: Liste des exercices
urlcolor: blue
corrige: false

La chaîne twitch de mes cours se trouve sur https://www.twitch.tv/omhepia

:::::::::::::: {.columns} ::: {.column width="40%"}

Première année

Cours de programmation séquentielle en C

Récapitulatif

Introduction PDF, git repo

Introduction à l'interface en ligne de commande PDF, git repo

Base 1 PDF, git repo

Base 2 PDF, git repo

Base 3 PDF, git repo

Base 4 PDF, git repo

Base 5 PDF, git repo

Base 6 PDF, git repo

Tutoriel git PDF, .gitignore PDF, git repo

Exercices de programmation séquentielle en C

Le nombre secret, HTML, PDF, corrigé

La méthode de la bissection, HTML, PDF

Les fractions, HTML, PDF

Tableaux unidimensionnels, HTML, PDF, GFX

Allocation dynamique de mémoire, HTML, PDF

Matrices, HTML, PDF

Cours de physique appliquée

Polycopié, git repo, pdf

::: ::: {.column width="60%"}

Deuxième année

Mathématiques en technologie de l'information

Polycopié, git repo, pdf

Travail pratique: optimisation, git repo, pdf

::: ::::::::::::::


Les projets de bachelor passés

Astéroides avec algorithme génétique, T. Ibanez

Pacman, Pong et Phoenix avec technique de renforcement, N. Nufer

Cours d'années précédentes

Programmation concurrente

Polycopié, git repo

Exercices de programmation concurrente

TP1: L'ensemble de Julia PDF, HTML

TP2: Les threads et verrous PDF, HTML

TP3: Structures de données concurrentes PDF, HTML

TP4: File et workflow PDF, HTML

TP5: Variables de condition PDF, HTML

Projet: Asteroids PDF, HTML

TP6: Sémaphores PDF, HTML

Projet: Asteroids concurrents PDF, HTML

Programmation séquentielle en Rust, git repo

Anciens exercices en C (2019-20)

Tableaux unidimensionnels, HTML, PDF, GFX

Les matrices, HTML, PDF

Les chaînes de caractères, HTML, PDF

Traitement d'images, HTML, PDF

Vector, HTML, PDF

Fichier LAS, HTML, PDF

Fichier STL, HTML, PDF

List-Vector, HTML, PDF

Delaunay, HTML, PDF

TP noté 2: triangulation, HTML, PDF

Code Morse, HTML, PDF

Arbres quaternaires, HTML, PDF

File de priorité, HTML, PDF

Graphes, HTML, PDF, xml_parser.h, xml_parser.c, main.c, villes.xml, suisse.txt

Floyd-Dijkstra, HTML, PDF, squelette.c, Makefile, commandes_a_tester.txt, output

Tests, HTML, PDF

Exercices programmation séquentielle en Rust (2018-19)

TP1 Rust: Nombre secret, HTML, PDF

TP2 Rust: Calcul de
π\pi
, HTML, PDF

TP3 Rust: Tableaux, HTML, PDF

TP4 Rust: Couverture de la reine, HTML, PDF

TP5 Rust: Puissance 4, HTML, PDF

TP6 Rust: Listes, HTML, PDF

TP7 Rust: Reed-Solomon, HTML, PDF

TP8 Rust: Transformation d'images, HTML, PDF

TP9 Rust: Problème du voyageur de commerce, HTML, PDF