摘要:
ImportError: /lib64/libc.so.6: version `GLIBC_2.15' not found yum install gccwget http://ftp.gnu.org/pub/gnu/glibc/glibc-2.17.tar.xzxz -d glibc-2.17.t 阅读全文
摘要:
在工程实际中,经常需要将python代码转化成c++代码,为了获得一样的结果,需要保证算法的一致性。最近在目标检测的算法中,发现python默认排序算法为改进版的快速排序,描述如下: * Quick sort is usually the fastest, but the worst case scenario is O(N^2) so * the code switches t... 阅读全文