07 2016 档案

摘要:问题描述: 在调试程序时,点击调试按钮,弹出no engine。 问题解决: 到官网下载调试的SDK。https://developer.microsoft.com/zh-cn/windows/downloads/windows-8-1-sdk 点击下载安装。 打开QTcreater-->TOOL- 阅读全文
posted @ 2016-07-26 16:37 first_semon 阅读(778) 评论(0) 推荐(0)
摘要:妹的,写了那么多的东西,网页卡死了,编辑不了了。快排的描述就不写了,直接上代码 QuickSort(DataType Arry[],int low,int hight) { int i= low; int j=hight; int temp = Arry[i]; while(i<j) { while 阅读全文
posted @ 2016-07-05 22:30 first_semon 阅读(138) 评论(0) 推荐(0)