上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 阿发伯博客 http://blog.csdn.net/maozefa/article/details/7188537 阅读全文
posted @ 2015-11-27 17:06 叶城宇 阅读(99) 评论(0) 推荐(0) 编辑
摘要: // Alpha = srcAlpha + dstAlpha - srcAlpha * dstAlpha / 0xFF;// R = (srcR * srcAlpha + dstR * dstAlpha - dstR * dstAlpha * srcAlpha / 0xFF) / Alpha// G... 阅读全文
posted @ 2015-11-25 16:02 叶城宇 阅读(208) 评论(0) 推荐(0) 编辑
摘要: if(message->message == WM_DEVICECHANGE) { /*if (message->wParam == DBT_DEVICEARRIVAL || message->wParam == DBT_DEVICEREMOVECOMPLETE) { PDEV_BROADC... 阅读全文
posted @ 2015-09-23 14:57 叶城宇 阅读(1697) 评论(0) 推荐(0) 编辑
摘要: class UIHELPER_EXPORT ToolTipWindow : public chMessageHandler{ DECLARE_PROCESS_OBJECT(ToolTipWindow);public: bool updateTipText(const chConstStringA t... 阅读全文
posted @ 2015-08-18 11:14 叶城宇 阅读(481) 评论(0) 推荐(0) 编辑
摘要: #ifdef SPEAKERDEVMUTECONTROL# define SPEAKERDEVMUTECONTROL_EXPORT __declspec(dllexport)#else# define SPEAKERDEVMUTECONTROL_EXPORT __declspec(dllimport... 阅读全文
posted @ 2015-07-27 10:13 叶城宇 阅读(592) 评论(0) 推荐(0) 编辑
摘要: DWORD CALLBACK waveInProc(HWAVEIN hWaveIn, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2){ SYZ_TRACE("waveInProc:: hWaveIn: point[%p] u... 阅读全文
posted @ 2015-07-20 11:34 叶城宇 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 今年上半年来,熟悉了xwindow画图的机制,对xml布局实现的xLinearLayout、xFrameLayout、xScrollLayout、xPreferenceLayout布局的实现机制掌握完全,对xWindowsManage管理了解大概,后续有需要可以进一步跟进。对共享内存、消息机制有... 阅读全文
posted @ 2015-07-12 01:37 叶城宇 阅读(178) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"#include using namespace std;class Polygon{public: Polygon() {Draw();} void Draw() {}//coutmenber) + (unsigned int)pMenber))#define... 阅读全文
posted @ 2015-06-10 09:35 叶城宇 阅读(289) 评论(0) 推荐(0) 编辑
摘要: //manage exit ==>delete process objectclass chExitMethodList;typedef void (*msgExitMethod)();class ETLLIB_DLL_DECLARRE chExitMethodWrap{ friend class ... 阅读全文
posted @ 2015-05-28 09:00 叶城宇 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1 static int fetchWordFromUTF8(const chConstStringA& strText, WCHAR& result) 2 { 3 int nLength = strText.length(); 4 if(nLength > 7) == 0x00)... 阅读全文
posted @ 2015-05-14 09:52 叶城宇 阅读(401) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页