08 2015 档案

摘要:#include int qSort(int a[],int i,int j){ int h = i; int r = j; int x = a[h]; int f = 0; while (h =x;r--) { if(h==r) ... 阅读全文
posted @ 2015-08-30 19:02 JonLi 阅读(180) 评论(0) 推荐(0)
摘要:使用QT需要QT的库以及QT creator,在QT5以后的版本中,两者已经集成,不需要单独下载了,只需要下载一个文件即可。配置步骤如下:1、下载qt-opensource-windows-x86-mingw492-5.5.0(下载地址:http://pan.baidu.com/s/1t1h74)2... 阅读全文
posted @ 2015-08-27 19:52 JonLi 阅读(221) 评论(0) 推荐(0)