代码搜索:CObject

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

代码结果 2,165
www.eeworm.com/read/191876/8418273

cpp mapline.cpp

#include "stdafx.h" #include "Global.h" #include "MapLine.h" IMPLEMENT_DYNAMIC(CMapLine,CObject) CMapLine::CMapLine() { } CMapLine::CMapLine(CMapLine& mapline ) { int i,iCount;
www.eeworm.com/read/190580/8442152

h response.h

#ifndef __RESPONSE_H__ #define __RESPONSE_H__ class NMEA0183; class RESPONSE : public CObject { private: NMEA0183 *container_p; public: RESPONSE(); virtual ~RESPONSE(); /*
www.eeworm.com/read/433093/8547855

cpp adodb.cpp

// DB.cpp : 实现文件 // #include "stdafx.h" #include "afx.h" #include "ADODB.h" // CDB IMPLEMENT_DYNCREATE(CADOConnection, CObject) CADOConnection::CADOConnection() { ::CoInitialize(NU
www.eeworm.com/read/387159/8703122

h response.h

#ifndef __RESPONSE_H__ #define __RESPONSE_H__ class NMEA0183; class RESPONSE : public CObject { private: NMEA0183 *container_p; public: RESPONSE(); virtual ~RESPONSE(); /*
www.eeworm.com/read/386731/8729236

h graph.h

#include class CGraph : public CObject { public: CGraph::CGraph(); CGraph::CGraph(CRect rcDraw); CGraph::CGraph(CRect rcDraw, int nMode); void SetDrawRect(CRect rcDraw); void S
www.eeworm.com/read/283557/9007344

cpp adodb.cpp

// DB.cpp : 实现文件 // #include "stdafx.h" #include "afx.h" #include "ADODB.h" // CDB IMPLEMENT_DYNCREATE(CADOConnection, CObject) CADOConnection::CADOConnection() { ::CoInitialize(NU
www.eeworm.com/read/375634/9355016

cpp exportrdll.cpp

//exportRDLL.cpp #include "stdafx.h" #include "exportRDLL.h" #include "testdlg.h" IMPLEMENT_DYNAMIC(CTestDlgInRDLL, CObject) CTestDlgInRDLL::CTestDlgInRDLL() { m_pDlg = NULL; } CTestDlgInR
www.eeworm.com/read/375634/9355121

cpp exportedll.cpp

//exportRDLL.cpp #include "stdafx.h" #include "exportEDLL.h" #include "testdlg.h" IMPLEMENT_DYNAMIC(CTestDlgInEDLL, CObject) CTestDlgInEDLL::CTestDlgInEDLL() { m_pDlg = NULL; } CTestDlgInE
www.eeworm.com/read/166185/10030392

cpp adodb.cpp

// DB.cpp : 实现文件 // #include "stdafx.h" #include "afx.h" #include "ADODB.h" // CDB IMPLEMENT_DYNCREATE(CADOConnection, CObject) CADOConnection::CADOConnection() { ::CoInitialize(NU
www.eeworm.com/read/425254/10366912

h response.h

#ifndef __RESPONSE_H__ #define __RESPONSE_H__ class NMEA0183; class RESPONSE : public CObject { private: NMEA0183 *container_p; public: RESPONSE(); virtual ~RESPONSE(); /*