Changes between Version 4 and Version 5 of Examen2009


Ignore:
Timestamp:
Dec 18, 2017, 9:56:40 AM (7 years ago)
Author:
meunier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examen2009

    v4 v5  
    22= Architecture des Processeurs et Optimisation =
    33
    4 == Décembre 2009 – Documents autorisés – Durée 2h ==
     4== Examen – 2009 – Documents autorisés – Durée 2h ==
    55
    66Utiliser impérativement les feuilles quadrillées fournies pour les schémas.
     
    2020   pivot = tab[0];
    2121   for (i = 1; i != size; i++) {
    22       if (tab [i] < pivot) {
     22      if (tab[i] < pivot) {
    2323         tmp = tab[i];
    2424         tab[idx] = tmp;
     
    4949    Addiu r9, r9, 4
    5050
    51 Endif1 :
     51Endif1:
    5252    Addiu r4, r4, 4
    5353    Bne   r4, r5, Loop1