2018年8月1日
摘要: 开发环境VS2005(VC8) #include <iostream> #include <vector> using namespace std ; #include <time.h> #define ULONG unsigned long //干扰数的意义 //当要连续调用rand的时候,几个r 阅读全文
posted @ 2018-08-01 20:24 闻缺陷则喜何志丹 阅读(8) 评论(0) 推荐(0)
摘要: template<class T> class UnSignType { //如果缺少Type 请用UNSIGN_TYPE宏添加偏特化 }; #define UNSIGN_TYPE(t) \ template<> \ struct UnSignType<t> \ {\ typedef unsigne 阅读全文
posted @ 2018-08-01 20:24 闻缺陷则喜何志丹 阅读(5) 评论(0) 推荐(0)
摘要: C语言视频教程打包下载 http://pan.baidu.com/share/link?shareid=593441&uk=4280148702 VC视频教程打包下载 http://pan.baidu.com/share/link?uk=4280148702&shareid=593445 TC3安装 阅读全文
posted @ 2018-08-01 20:24 闻缺陷则喜何志丹 阅读(15) 评论(0) 推荐(0)
摘要: 如果文件夹不存在,建立文件会崩溃。 string strDir = "d:\\" + System.DateTime.Now.DayOfYear.ToString() ; System.IO.Directory.CreateDirectory(strDir); string strFileName 阅读全文
posted @ 2018-08-01 20:24 闻缺陷则喜何志丹 阅读(7) 评论(0) 推荐(0)