上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页
摘要: >_ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 /... 阅读全文
posted @ 2014-05-17 14:02 beautifulzzzz 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: >__=100)MyPaint(hdc); //tPre前次绘图的时间;计算上次绘图到这次循环之间的时间13 } //------------|若相差100个单位进行一次绘图操作,通过这14 } ... 阅读全文
posted @ 2014-05-17 13:06 beautifulzzzz 阅读(475) 评论(0) 推荐(0) 编辑
摘要: >_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ... 阅读全文
posted @ 2014-05-17 12:43 beautifulzzzz 阅读(606) 评论(0) 推荐(0) 编辑
摘要: >_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ... 阅读全文
posted @ 2014-05-17 11:56 beautifulzzzz 阅读(627) 评论(1) 推荐(0) 编辑
摘要: >_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ... 阅读全文
posted @ 2014-05-16 21:52 beautifulzzzz 阅读(1257) 评论(1) 推荐(1) 编辑
摘要: >______<:MyPaint(...)1 void MyPaint(HDC hdc)2 {3 SelectObject(mdc,bg);4 BitBlt(hdc,0,0,1366,768,mdc,0,0,SRCCOPY);//在窗口位置、大小、原图剪切位5 6 Selec... 阅读全文
posted @ 2014-05-16 21:35 beautifulzzzz 阅读(780) 评论(0) 推荐(0) 编辑
摘要: >__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ... 阅读全文
posted @ 2014-05-16 18:22 beautifulzzzz 阅读(1756) 评论(0) 推荐(0) 编辑
摘要: >__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ... 阅读全文
posted @ 2014-05-16 17:48 beautifulzzzz 阅读(578) 评论(0) 推荐(0) 编辑
摘要: >____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 1... 阅读全文
posted @ 2014-05-16 17:30 beautifulzzzz 阅读(664) 评论(0) 推荐(0) 编辑
摘要: >__ 1000 9 #pragma once10 #endif // _MSC_VER > 100011 12 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers13 14 15 ... 阅读全文
posted @ 2014-05-16 17:07 beautifulzzzz 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: >__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ... 阅读全文
posted @ 2014-05-16 16:51 beautifulzzzz 阅读(1715) 评论(0) 推荐(0) 编辑
摘要: >_ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 /... 阅读全文
posted @ 2014-05-16 16:40 beautifulzzzz 阅读(888) 评论(0) 推荐(0) 编辑
摘要: >_ 2 class CMyApp:public CWinApp 3 { 4 public: 5 virtual BOOL InitInstance(); 6 }; 7 class CMainWindow:public CFrameWnd 8 { 9 public:10 CMainW... 阅读全文
posted @ 2014-05-16 16:27 beautifulzzzz 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 1 data segment 2 ;定义字符串缓冲区 3 ;MAXLEN 表示允许输入的最大字符数量 4 ;ACTLEN 表示实际输入的数量 5 ;STR 用于存储输入的字符串 6 ;以下面为例,允许最大输入5个字符,如果STR后面... 阅读全文
posted @ 2014-05-15 22:10 beautifulzzzz 阅读(2448) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 JavaScript Unleashed 4 12 28 29 30 39 40 阅读全文
posted @ 2014-05-13 23:59 beautifulzzzz 阅读(481) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 35 下一页