上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: #include #include int main(void) { int sum = 0; time_t t,t1; time(&t); //t = time(NULL); std::cout<<ctime(&t); //单... 阅读全文
posted @ 2015-02-02 19:07 lwn6 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1.搜索指定文件夹下的文件名和路径#undef UNICODE #include #include #include #include #include #include std::shared_ptr > fileList(co... 阅读全文
posted @ 2015-02-02 17:11 lwn6 阅读(923) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std;template void order(vector &a){ int count = a.size(); T temp; for (int i=0;ia[j+1])... 阅读全文
posted @ 2015-02-01 22:26 lwn6 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 1、空行 ^:b*$\n2、注释 //.*\n 阅读全文
posted @ 2015-01-31 22:42 lwn6 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1、strcat()#include #include #include //strcat()函数分4部分写//1.定义4个char*//2.变量检查不为空assert()//3.指针指向第一个字符串的末尾//4.逐个字符的赋值char *strcat(char *strDest, char *s... 阅读全文
posted @ 2015-01-28 22:43 lwn6 阅读(300) 评论(0) 推荐(0) 编辑
摘要: (鼠标旋转功能)#include using namespace std;#includeGLfloat transx,transy;GLfloat scale;int primw=300;int primh=300;GLfloat rotatex=0,rotatey=0;GLint mousepx... 阅读全文
posted @ 2015-01-16 22:31 lwn6 阅读(1439) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;void main(){ int a,b; char c; ofstream fout("test.txt"); fout>a>>b>>c; if(fin... 阅读全文
posted @ 2015-01-15 16:03 lwn6 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 十六进制存储 阅读全文
posted @ 2015-01-15 15:54 lwn6 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 启动程序,或txt文本等 阅读全文
posted @ 2015-01-14 22:30 lwn6 阅读(476) 评论(0) 推荐(0) 编辑
摘要: http://www.qtcn.org/bbs/read-htm-tid-57817.html源码下载:https://git.oschina.net/zhjun5337/Qt360-10.0 或 http://pan.baidu.com/s/1dDjaOmt1、2、Qmake3、qmake -sp... 阅读全文
posted @ 2015-01-12 15:45 lwn6 阅读(285) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页
什么是幸福?天天在做自己想做的事情,家人、同事、朋友、客户、网友都和和睦睦,身体健康、钱包鼓鼓、女朋友天天开心、生活无忧无虑就是最大的幸福