QVector排序

QVector<double> tempX ;
qSort(tempX.begin(), tempX.end());//从小到大排序

原文地址:https://www.cnblogs.com/judes/p/9301614.html