用顺序表做的折半插入排序void BInsertSort(SqList &L) { int i,j,low,high,m; for(i=2;i