代码搜索:CObject

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

代码结果 2,165
www.eeworm.com/read/298819/7933066

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: //0表示发送本地的共享文件列表,所有的共享文件名放在m_strText中,各个
www.eeworm.com/read/298532/7951957

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: //0表示发送本地的共享文件列表,所有的共享文件名放在m_strText中,各个
www.eeworm.com/read/297102/8052280

h opendbf.h

class COperDbf //:public CObject { public: COperDbf(){find_x=-1;size_c=1;size_c_x=1;}; //构造函数 void ~COperDbf{}; //析构函数 protected: CStdioFile RDbf; //定义一个文件指针变量RDbf protected: int
www.eeworm.com/read/245567/12793901

h shape.h

//shape.h //以下为第二章所用的类定义 class CShape:public CObject { protected: COLORREF m_pColor; int m_pWidth,m_pStyle; CShape(){} DECLARE_SERIAL(CShape) public: virtual void Drawing(CDC
www.eeworm.com/read/152048/5676383

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: //0表示发送本地的共享文件列表,所有的共享文件名放在m_strText中,各个
www.eeworm.com/read/143026/5760696

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: //0表示发送本地的共享文件列表,所有的共享文件名放在m_strText中,各个
www.eeworm.com/read/131843/5926979

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: //0表示发送本地的共享文件列表,所有的共享文件名放在m_strText中,各个
www.eeworm.com/read/485427/6561727

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: //0表示发送本地的共享文件列表,所有的共享文件名放在m_strText中,各个
www.eeworm.com/read/346193/11762571

h ball.h

#ifndef __BALL_H #define __BALL_H #include #include #include #include #include "vector.h" #include "object.h" class CBall : public CObject {
www.eeworm.com/read/256364/12004557

h link.h

#ifndef NODE_CLASS #define NODE_CLASS struct struct1 //学生信息结构体 { CString num; CString name; CString sex; int score[3]; //分别是语文、数学、外语成绩 }; //节点类声明部分 class Node : CObject {