代码搜索:CObject

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

代码结果 2,165
www.eeworm.com/read/124561/6045611

cpp object.cpp

// Object.cpp: implementation of the CObject class. #include "Object.h" CObject::CObject() { } CObject::~CObject() { } void CObject::HeartBeat() { } // 取得物体的ID long CObject
www.eeworm.com/read/264287/11323322

h timercontextinfo.h

//------------------------------------------------------------- // file: timerContext.h // (part of simpleNet Routing Simulation - an OMNeT++ demo simulation) //-----------------------------
www.eeworm.com/read/404014/11493088

cpp msg.cpp

// msg.cpp : implementation of the CMsg class // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1997 Microsoft Corporation // All rights reserved. // //
www.eeworm.com/read/404014/11493127

cpp msg.cpp

// msg.cpp : implementation of the CMsg class // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1997 Microsoft Corporation // All rights reserved. // //
www.eeworm.com/read/346193/11762585

h object.h

#ifndef __OBJECT_H #define __OBJECT_H #include "vector.h" class CObject { public: CVector position; // position of object CVector velocity; // velocity of object
www.eeworm.com/read/152524/12107872

cpp odbctypeinfo.cpp

// ODBCTypeInfo.cpp: implementation of the CODBCTypeInfo class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyOdbcSmpl.h" #include "O
www.eeworm.com/read/251808/12318787

cpp msg.cpp

// msg.cpp : implementation of the CMsg class // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1997 Microsoft Corporation // All rights reserved. // //
www.eeworm.com/read/251808/12318940

cpp msg.cpp

// msg.cpp : implementation of the CMsg class // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1997 Microsoft Corporation // All rights reserved. // //
www.eeworm.com/read/131235/14154575

cpp odbctypeinfo.cpp

// ODBCTypeInfo.cpp: implementation of the CODBCTypeInfo class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyOdbcSmpl.h" #include "O
www.eeworm.com/read/126773/14403688

h queue.h

/***************************************************************************** * * Queue.h *