代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/423760/2022055
h sockutil.h
// CSockUtil.h : interface of the CMsg class
//
class CSockUtil : public CObject
{
protected:
DECLARE_DYNCREATE(CSockUtil)
public:
typedef INT SOCKERR; // A socket erro
www.eeworm.com/read/370168/9613434
h tapiline.h
// Written by JHCC
class CCommInfo;
class CTAPIConnection;
class CTAPILine : public CObject
{
DECLARE_SERIAL(CTAPILine)
public:
CTAPILine();
~CTAPILine();
public:
BOOL Create(DWORD
www.eeworm.com/read/132872/14069087
h cpixeldepthchanger.h
#include "CDib.h"
//CPixelDepthchanger.h
class CPixelDepthChanger :public CObject
{
DECLARE_SERIAL(CPixelDepthChanger)
public:
CPixelDepthChanger();
CPixelDepthChanger( int srcWidth, int
www.eeworm.com/read/107432/15607135
h cpixeldepthchanger.h
#include "CDib.h"
//CPixelDepthchanger.h
class CPixelDepthChanger :public CObject
{
DECLARE_SERIAL(CPixelDepthChanger)
public:
CPixelDepthChanger();
CPixelDepthChanger( int srcWidth, int
www.eeworm.com/read/105255/15673226
h cpixeldepthchanger.h
#include "CDib.h"
//CPixelDepthchanger.h
class CPixelDepthChanger :public CObject
{
DECLARE_SERIAL(CPixelDepthChanger)
public:
CPixelDepthChanger();
CPixelDepthChanger( int srcWidth, int
www.eeworm.com/read/297168/8049531
h proj.h
#define PAI 3.1415926535897932
#define EARTH_A 6378245.000000
#define EARTH_E12 0.006693421623
class CMapProj : public CObject
{
private:
double arctg( double dy
www.eeworm.com/read/297168/8049632
h proj.h
#define PAI 3.1415926535897932
#define EARTH_A 6378245.000000
#define EARTH_E12 0.006693421623
class CMapProj : public CObject
{
private:
double arctg( double dy
www.eeworm.com/read/246647/12715923
h proj.h
#define PAI 3.1415926535897932
#define EARTH_A 6378245.000000
#define EARTH_E12 0.006693421623
class CMapProj : public CObject
{
private:
double arctg( double dy
www.eeworm.com/read/309915/13662142
h playlist.h
//PlayList.h
#ifndef _PLAYLIST_H
#define _PLAYLIST_H
class CPlayList : public CObject
{
//construct
public:
CPlayList()
{
};
~CPlayList()
{
};
//attrib
public:
CStr
www.eeworm.com/read/309915/13662176
cpp zone.cpp
#include "stdafx.h"
#include "GtMpeg.h"
#include "Zone.h"
#include "GtMpegWnd.h"
IMPLEMENT_SERIAL(CZone, CObject, 1)
//////////////////////////////////////////
//
////////////////////////////