From c2cef93974a96349a17509f5392c44851ea8ceb3 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 17 Jan 2017 15:52:43 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20cours=20"Syst=C3=A8mes=20distri?= =?UTF-8?q?bu=C3=A9s"=20+=20introduction=20+=20cours=201=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- systemesdistribues/README.md | 12 ++++++++++++ systemesdistribues/cours/.1.md.swp | Bin 0 -> 12288 bytes systemesdistribues/cours/1.md | 20 ++++++++++++++++++++ systemesdistribues/cours/introduction.md | 2 ++ 5 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 systemesdistribues/README.md create mode 100644 systemesdistribues/cours/.1.md.swp create mode 100644 systemesdistribues/cours/1.md create mode 100644 systemesdistribues/cours/introduction.md diff --git a/README.md b/README.md index b166564..0a44c7e 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Cours de Licence3 Semestre 2 - [Conception de systèmes d'information](/conceptiondesystemesdinformation/README.md) - Paradigmes de programmation - Théorie des langages et compilation -- Systèmes distribués +- [Systèmes distribués](/systemesdistribues/README.md) - Anglais diff --git a/systemesdistribues/README.md b/systemesdistribues/README.md new file mode 100644 index 0000000..ffd4866 --- /dev/null +++ b/systemesdistribues/README.md @@ -0,0 +1,12 @@ +Systèmes distribués +----------------------- + +#### Cours + +1. [Introduction](/cours/introduction.md) +2. [Cours 1 - {nomcours}](/cours/1.md) + +#### TDs + +#### TPs + diff --git a/systemesdistribues/cours/.1.md.swp b/systemesdistribues/cours/.1.md.swp new file mode 100644 index 0000000000000000000000000000000000000000..8a4bec38c6fc92ce6acbda1e65cad493dfba6850 GIT binary patch literal 12288 zcmeI2&ubGw6vrnjh=;1E;Pt78CerLSsaWYX6ut2D(zyPS(P1OF?+ptD4@SC%@|$$M=O56?VDG|%0wCw8LOj# zlg1B~)5dRki8wYa9TEW|a1sG$cbfMW*h;&#T$tXvc>}Iq**eLK&WQjKAOb{y2oM1x zKm>>Y5%`Y?*sR9hU_WQ7o~~7U?YF&pq>Ts=0U|&IhyW2F0z`la5CI}U1c(3;IE4f_ z-mQOFV61i#i^u!_ga7{@ml*qk`iy#ydWU+BdWO169FPX1c(3;AOb{y2oM1xKm`760vB+&6Bo2Rcp#09R0_fY&Q@mzqy@2< zPc63wszGZshrh9R`4nftF@6wu5TsTs;leUYz7O#tkB3S}c9cXfoIJ>ZJ`$avOoX2P zW2o=MZqg_U3RN09tz{ZYkSRRmyBz9vq$L-oQPtM=;C_mhNfzhRM5cBPGOdQ1CkZce z7hb;-bR!{R`I2k7HjB5>4WPcgAroaKbfq0Bfwk|du=L)>G*xMRRSvtuW~b+Gt@ohb zSt=tm<|u8-aFiD9AwyXdmAEvTMFM0{aOK#{43Y=ELxl?TDn{M&PdMv7$ERXC&$H}t nP&ABHV!EXgmCW$l4fAQ5Pc?TF#+t`1)+uJ_p#@Fo|1s-Na-8im literal 0 HcmV?d00001 diff --git a/systemesdistribues/cours/1.md b/systemesdistribues/cours/1.md new file mode 100644 index 0000000..396460c --- /dev/null +++ b/systemesdistribues/cours/1.md @@ -0,0 +1,20 @@ +Cours 1 - Systèmes distribués +----------------------------- + +## Introduction : problématique, concepts généraux + +## I. Programmation des systèmes distribués + + #### 1. Techniques de communication à distance + + ##### Sockets TCP/UDP (C, Java) + ##### Middleware: Java RMI (_Remote Method Invocation_) + + #### 2. En complément: programmation Java + ##### I/O (flux) et concurrence en Java (threads) + +## II. Introduction à l'algorithmique distribuées + + #### 1. Gestion du temps et d'états distribués + + diff --git a/systemesdistribues/cours/introduction.md b/systemesdistribues/cours/introduction.md new file mode 100644 index 0000000..6b9fe31 --- /dev/null +++ b/systemesdistribues/cours/introduction.md @@ -0,0 +1,2 @@ +Projet - 40% +Partiel - 60%