代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/232060/14209348
h link.h
#ifndef NODE_CLASS
#define NODE_CLASS
struct struct1 //学生信息结构体
{
CString num;
CString name;
CString sex;
int score[3]; //分别是语文、数学、外语成绩
};
//节点类声明部分
class Node : CObject
{
www.eeworm.com/read/232059/14209380
h link.h
#ifndef NODE_CLASS
#define NODE_CLASS
struct struct1 //学生信息结构体
{
CString num;
CString name;
CString sex;
int score[3]; //分别是语文、数学、外语成绩
};
//节点类声明部分
class Node : CObject
{
www.eeworm.com/read/123286/14639661
h iopoint.h
//File plc.h
#ifndef __PLC8_H
#define __PLC8_H
#define m_nAreRow 100
#define m_nAreCol 16
class CIO:public CObject
{
DECLARE_SERIAL(CIO);
public:
virtual void Serialize(CArchive &ar);
C
www.eeworm.com/read/220403/14801736
cpp graph_union.cpp
#include"stdafx.h"
#include"GDraw.h"
#include"Graph_Union.h"
IMPLEMENT_SERIAL(Graph_Union,CObject,1)
void Graph_Union::operator =(Graph_Union &gu)
{
type=gu.type ;
count=gu.count ;
co
www.eeworm.com/read/217443/14963633
h student.h
//student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent:public CObject
{
DECLARE_SERIAL(CStudent)//支持序列化的宏声明
public:
CString m_Name;
int m_Grad
www.eeworm.com/read/480013/1324316
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/231207/4717261
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/211846/4939341
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/348384/3155382
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/336101/3354561
h student.h
//student.h
#ifndef _INSIDE_VISUAL_CPP_STUDENT
#define _INSIDE_VISUAL_CPP_STUDENT
class CStudent:public CObject
{
DECLARE_SERIAL(CStudent)//支持序列化的宏声明
public:
CString m_Name;
int m_Grad