上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: void S_PicXZ(Graphics::TBitmap *Source,Graphics::TBitmap *NewPic,int angle)// { if(angle>180)angle=360-angle; if(angle<-180)angle=360+angle; float rad 阅读全文
posted @ 2016-10-31 10:46 紫旭 阅读(1773) 评论(0) 推荐(0) 编辑
摘要: #include<math.h>#include <iomanip.h> #include <stdlib.h>#include <windows.h>#include <stdio.h>#include <stdlib.h>#include <iostream.h>#include <fstrea 阅读全文
posted @ 2016-10-31 09:25 紫旭 阅读(436) 评论(0) 推荐(0) 编辑
摘要: #region 获取网络时间 ///<summary> /// 获取中国国家授时中心网络服务器时间发布的当前时间 ///</summary> ///<returns></returns>publicstatic DateTime GetChineseDateTime() { DateTime res 阅读全文
posted @ 2016-08-02 22:18 紫旭 阅读(3328) 评论(0) 推荐(0) 编辑
摘要: 介绍 这篇文章的目的是为了介绍std::vector,如何恰当地使用它们的成员函数等操作。本文中还讨论了条件函数和函数指针在迭代算法中使用,如在remove_if()和for_each()中的使用。通过阅读这篇文章读者应该能够有效地使用vector容器,而且应该不会再去使用C类型的动态数组了。 Ve 阅读全文
posted @ 2016-05-13 14:49 紫旭 阅读(177) 评论(0) 推荐(0) 编辑
摘要: C++ 用libcurl库进行http通讯网络编程 目录索引: 一、LibCurl基本编程框架 二、一些基本的函数 三、curl_easy_setopt函数部分选项介绍 四、curl_easy_perform 函数说明(error 状态码) 五、libcurl使用的HTTP消息头六、获取http应答 阅读全文
posted @ 2016-04-15 17:33 紫旭 阅读(647) 评论(0) 推荐(0) 编辑
摘要: CString的构造函数CString( );例:CString csStr;CString( const CString& stringSrc );例:CString csStr("ABCDEF中文123456"); CString csStr2(csStr);CString( TCHAR ch, 阅读全文
posted @ 2016-03-25 22:50 紫旭 阅读(1685) 评论(0) 推荐(1) 编辑
摘要: A星算法的实现原理看这里:http://www.cnblogs.com/technology/archive/2011/05/26/2058842.html 实现部分: 头文件: 阅读全文
posted @ 2016-03-17 15:08 紫旭 阅读(4717) 评论(0) 推荐(0) 编辑
摘要: 还能做吗? 阅读全文
posted @ 2016-02-25 14:32 紫旭 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 【mu包月的外 挂】补多吗 阅读全文
posted @ 2016-02-06 15:39 紫旭 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 如果需要,请在StdAfx.h中添加 #include [cpp]view plaincopyprint?TCHARMyDir[_MAX_PATH];SHGetSpecialFolderPath(this->GetSafeHwnd(),MyDir,CSIDL_APPDATA,0);AfxMessag... 阅读全文
posted @ 2015-10-10 11:59 紫旭 阅读(310) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页