代码搜索:CObject

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

代码结果 2,165
www.eeworm.com/read/381752/9073921

cpp chapter4-15.cpp

//文件夹名称:CHAPTER4-15 #include #include #include class A:public CObject { int i; public: A(){} A(int n):i(n){} int operator!(){return i;} void
www.eeworm.com/read/381221/9101454

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/381221/9103110

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/381221/9103204

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
www.eeworm.com/read/166435/10021335

h devicelist.h

#include "stdafx.h" class CASPIDevice : public CObject { public: BYTE m_cAdapter; BYTE m_cID; BYTE m_cLUN; CString m_strName; CString m_strType; BYTE m_cType; }; class CDevice
www.eeworm.com/read/441979/7661723

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
www.eeworm.com/read/198709/7916009

cpp neucell.cpp

////neucell.cpp // #include "StdAfx.h" #include "neucell.h" #include #include IMPLEMENT_SERIAL(CNeuCell, CObject,1) CNeuCell::CNeuCell() { m_dInTemp=0; m_dLim=0
www.eeworm.com/read/240780/13198470

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/319689/13446428

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/309915/13662245

h datamsg.h

#ifndef _DATA_MSG_H #define _DATA_MSG_H class CDataMsg : public CObject { public: CDataMsg() { m_nCommandType=-1; m_nWidth=237; m_nHeight=219; for(int i=0;i