摘要: 代码:for(n = 0; n < (num - 1); ++n){ for(j = 0; j < (num -1 -n) ; ++j){ if( abs(group[j]) < abs(group[j+1]) ){//此处为排序条件 swap( &group[j] , &grou... 阅读全文
posted @ 2016-08-06 21:30 pengwill 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 代码:for(n = 0; n < (num - 1); ++n){ for(j = 0; j < (num -1 -n) ; ++j){ if( abs(group[j]) < abs(group[j+1]) ){//此处为排序条件 swap( &group[j] , &grou... 阅读全文
posted @ 2016-08-06 21:30 pengwill 阅读(127) 评论(0) 推荐(0) 编辑