La présentation est en train de télécharger. S'il vous plaît, attendez

La présentation est en train de télécharger. S'il vous plaît, attendez

L’usine d’incinération

Présentations similaires


Présentation au sujet: "L’usine d’incinération"— Transcription de la présentation:

1 L’usine d’incinération
2014/2015 L’usine d’incinération Geoffrey Clavier 1-TS-SNIR

2 Plan: Expression du besoin Synoptique Cahier des charges Conceptions:
protocole matérielle fonction algorithme Planning Geoffrey Clavier 1-TS-SNIR

3 Expression du besoin: Visualisation des températures à partir d’un navigateur. A l’arrivée des camions, on doit les mémorisés dans une base de données. Geoffrey Clavier 1-TS-SNIR

4 Synoptique: 1ère partie: Concevoir une application web 3éme partie:
Enregistrement des camions 2éme partie: Visualisation les températures Geoffrey Clavier 1-TS-SNIR

5 Cahier des charges: Concevoir une application Web.
Visualisation les températures a l’aide de la base de données appelé ETUDE. Stocker les informations d’un camions arrivant dans une base de donnée. Geoffrey Clavier 1-TS-SNIR

6 Conceptions: protocole: Stockage dans la base de donnée
Création du code et de la page web Visualisation Geoffrey Clavier 1-TS-SNIR

7 Matérielle: -Création de base de données avec: -Codage PHP/HTML avec:
-Construction de graphe avec: -Visualiser le travail avec: Geoffrey Clavier 1-TS-SNIR

8 Fonction: -fonction SQL: -Min() -Max() -Avg() -fonction rand()
-fonction Md5() -fonction SQL: -Min() -Max() -Avg() -fonction rand() Geoffrey Clavier 1-TS-SNIR

9 Algorithme: - Fonction md5()
Entrer : utilisateur1= ‘CLAVIER’, utilisateur2=’UTILISATEUR’, motsdepasse=’code ‘, a=code crypter, b=code crypter Début : d=md5 (motsdepasse) si (utilisateur==utilisateur1) && (d==a) alors afficher Bienvenue M.CLAVIER sinon si (utilisateur==utilisateur2) && (d==b) alors afficher Bienvenue M.UTILISATEUR sinon afficher Vérifier votre mots de passe ou votre identifiant fin si fin si Fin Geoffrey Clavier 1-TS-SNIR

10 - Fonction SQL: Min() Entrer : nomdb= ’ETUDE’, Adresse IP = ‘ ’, nomUtilisateur = ’root’, a= 1, b=2, c=3, nomdb=’ETUDE’ Début : Zone=POST [Zone2] Id= mysql_connect mysql_select_db (nomdb) zoneNumero1=zone."T".a requête=’select min (zoneNumero1) from zone’ afficher ‘la température la plus basse est zoneNumero1’ Fin Geoffrey Clavier 1-TS-SNIR

11 - Fonction rand(): Geoffrey Clavier 1-TS-SNIR Entrer : aléatoire,
Début : Fonction orc () switch (aléatoire) { case 1:num="CN-839-AT";break; case 2:num="AA-110-BG";break; case 3:num="FN-059-WC";break; case 4:num="HF-188-PQ";break; case 5:num="RT-280-TP";break; case 6:num="PQ-888-AZ";break; case 7:num="JK-001-WV";break; case 8:num="ZY-990-XD";break; case 9:num="LB-654-LM";break; case 10:num="ZX-666-AX";break; } return(num); } Fin Geoffrey Clavier 1-TS-SNIR

12 Planning: Geoffrey Clavier 1-TS-SNIR


Télécharger ppt "L’usine d’incinération"

Présentations similaires


Annonces Google