HP EZ-KIT Manuel d'utilisateur Page 35

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 112
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 34
Getting Started with ADSP-BF548 EZ-KIT Lite 1-11
Programming ADSP-BF548 EZ-KIT Lite with VisualDSP++
}
else
{
q = j;
break;
}
}
quick_sort ( v, p, q );
quick_sort ( v, q + 1, r );
}
}
int out_b[ ARRAY_LENGTH ];
int out_m[ ARRAY_LENGTH ];
void main (){
int i;
srand ( 22 );
for ( i = 0; i < NUM_ITERATIONS; ++i )
{
randomize_arrays ( out_b, out_m, ARRAY_LENGTH );
bubble_sort ( out_b, ARRAY_LENGTH );
quick_sort ( out_m, 0, ARRAY_LENGTH - 1 );
}
}
Vue de la page 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 111 112

Commentaires sur ces manuels

Pas de commentaire