HP EZ-KIT User Manual Page 35

  • Download
  • Add to my manuals
  • Print
  • Page
    / 112
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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 );
}
}
Page view 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 111 112

Comments to this Manuals

No comments