上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
摘要: DC是 "Device Content" , MS VC++ 的 MFC图形设备接口 的 设备描述表。它是MFC的主要对象之一。通过CDC类进行各种绘图操作,例如选笔,选色,选涂色的花样,选“画”字的大小字体,画直线曲线多变性,画图像(照片)等,可以“画”到屏幕上,“画”到打印机上,“画”到文件里。 阅读全文
posted @ 2018-01-29 10:32 小雨滴答 阅读(173) 评论(0) 推荐(0) 编辑
摘要: CreateCompatibleBitmap The CreateCompatibleBitmap function creates a bitmap compatible with the device that is associated with the specified device co 阅读全文
posted @ 2018-01-29 10:31 小雨滴答 阅读(143) 评论(0) 推荐(0) 编辑
摘要: WSADATA,一种分子结构。这个结构被用来存储被WSAStartup函数调用后返回的Windows Sockets数据。它包含Winsock.dll执行的数据。 typedef struct WSAData { WORD wVersion; WORD wHighVersion; #ifdef _W 阅读全文
posted @ 2018-01-26 14:56 小雨滴答 阅读(435) 评论(0) 推荐(0) 编辑
摘要: CClientDC类 CClientDC类也是CDC类的派生类。它只能在窗口的客户区(即窗口中除了边框、标题栏、菜单栏以及状态栏外的中间部分)中进行绘图,坐标点(0,0)通常指的是客户区的左上角。它的构造函数调用GegDC函数,而析构函数调用ReleaseDC函数。 CClientDC(客户区设备上下文)用于客户区的输出,它在构造函数中封装了GetDC(),在析构函数中封装了ReleaseDC... 阅读全文
posted @ 2018-01-22 08:59 小雨滴答 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Parameters If you need to detect whether another instance already exists, create a uniquely named mutex using the CreateMutex function. CreateMutex wi 阅读全文
posted @ 2018-01-19 13:15 小雨滴答 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Parameters hwnd Identifies the window whose window procedure receives the message. message Specifies the message number. wParam Specifies additional i 阅读全文
posted @ 2018-01-19 13:12 小雨滴答 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 视频百度云:https://pan.baidu.com/s/1jKf6GoY 在线观看:http://list.youku.com/albumlist/show?id=3567028&ascending=0&page=1 内容介绍: 教程1:Windows程序运行原理及程序编写流程,窗口产生过程,句 阅读全文
posted @ 2018-01-15 20:49 小雨滴答 阅读(3386) 评论(0) 推荐(0) 编辑
摘要: 1 //---------------+-*/%算法---------------------------------------------------------- 2 #include 3 using namespace std; 4 // 函数原型声明 5 int Add(int e1, int e2); 6 int Sub(const int*pe1, con... 阅读全文
posted @ 2017-06-30 15:35 小雨滴答 阅读(5723) 评论(0) 推荐(0) 编辑
摘要: p1-p2 指 指针的地址值相减,计算两个指针之间的偏移量 *p1-*p2 指 指针指向的内存地址里面存的数值相减 阅读全文
posted @ 2017-06-30 11:18 小雨滴答 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 解决方法:打开IE,在Internet选项中,删除历史记录。 阅读全文
posted @ 2017-06-24 08:55 小雨滴答 阅读(516) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页