代码搜索:CObject

找到约 2,165 项符合「CObject」的源代码

代码结果 2,165
www.eeworm.com/read/193527/8219887

h drawdoc.h

// DrawDoc.h : CDrawDoc 类的接口 // #pragma once class CLine : public CObject { public: CPoint m_pStart; CPoint m_pEnd; int m_pWidth; int m_pStyle; COLORREF m_pCo
www.eeworm.com/read/414152/11126172

h namerecognizer.h

class CMaybeName: public CObject { // 动态数组,用于存放所有的中文候选姓名 public: short offset,length; double fee; CMaybeName(short off, short len, double f) {// 构造函数 offset=off; length=len; fee=f
www.eeworm.com/read/146814/12609842

cpp aiassert.cpp

#include "stdafx.h" #include "AiAssert.h" #include "AiMt.h" #include "AiWffs.h" IMPLEMENT_SERIAL(AiAssert,CObject,0) int* AiAssert::gm_numAssert; AiMention* AiAssert::gm_mention; void AiA
www.eeworm.com/read/146814/12609886

cpp aitree.cpp

#include "stdafx.h" #include "AiTree.h" #include "AiRule.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif IMPLEMENT_SERIAL(AiTree,CObject,
www.eeworm.com/read/105161/15676703

h registry.h

// Registry.h : header file // #include #define REG_RECT 0x0001 #define REG_POINT 0x0002 class CRegistry : public CObject { // Construction public: CRegistry(HKEY hKeyRoot
www.eeworm.com/read/191876/8418380

cpp mappoint.cpp

#include "stdafx.h" #include "global.h" #include "MapPoint.h" IMPLEMENT_DYNAMIC(CMapPoint,CObject) CMapPoint::CMapPoint() { m_bStatus = 0; m_uiIndex = 0; m_dbX = 0.0; m_dbY = 0.0;
www.eeworm.com/read/188171/8564924

h wizard.h

#ifndef _WIZARD_H_ #define _WIZARD_H_ #define MAX_WIZARD_COUNT 10 class CWizard//:public CObject { private: int m_nOrder; int m_nCount; int far (*m_psFc[MAX_WIZAR
www.eeworm.com/read/432535/8594156

h cdib.h

#ifndef __CDIB_H #define __CDIB_H class CDib : public CObject { public: RGBQUAD* m_pRGB; BYTE* m_pData,*m_pData2; UINT m_numberOfColors; BOOL m_valid; BITMAPFILEHEADER bitm
www.eeworm.com/read/432535/8596062

h cdib.h

#ifndef __CDIB_H #define __CDIB_H class CDib : public CObject { public: RGBQUAD* m_pRGB; BYTE* m_pData; BYTE* m_pData1; UINT m_numberOfColors; BOOL m_valid; BITMAPFILEHEA
www.eeworm.com/read/432535/8596172

h cdib.h

#ifndef __CDIB_H #define __CDIB_H class CDib : public CObject { public: RGBQUAD* m_pRGB; BYTE* m_pData,*m_pData1; UINT m_numberOfColors; BOOL m_valid; BITMAPFILEHEADER bitm