用匯編實現冒泡排序

對應的C語言代碼以下:優化 int number[6]={12,3,2,5,6,7}; for(int i=0;i<6;i++) { for(int j=0;j<6;j++) { if(a[i]<a[j]) { int temp=a[i]; a[i]=a[j]; a[
相關文章
相關標籤/搜索