This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
TI有关于排序操作的运算库吗?还是只能自己一个一个比较?
C2000的芯片都没有提供类似这样的库,建议还是使用C语言中常见的排序方法自己编写程序进行排序。