• 大小: 3.23MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-30
  • 语言: C/C++
  • 标签: STKVC  

资源简介

STK(卫星仿真)/VC++联合仿真程序,实现对STK的调用,在VC中用控件显示STK场景,可用于二次开发。(开发环境STK8.1,VC6.0)

资源截图

代码片段和文件信息

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++ your modifications will be overwritten.


#include “stdafx.h“
#include “agdrawelem.h“


/////////////////////////////////////////////////////////////////////////////
// CAgDrawElem properties

/////////////////////////////////////////////////////////////////////////////
// CAgDrawElem operations

BOOL CAgDrawElem::GetVisible()
{
BOOL result;
InvokeHelper(0x1 DISPATCH_PROPERTYGET VT_BOOL (void*)&result NULL);
return result;
}

void CAgDrawElem::SetVisible(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x1 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 bNewValue);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        821  2005-09-21 17:53  VC6_Cpp_MFC\agdrawelem.cpp

     文件       1178  2005-09-21 17:53  VC6_Cpp_MFC\agdrawelem.h

     文件       2064  2005-09-21 17:53  VC6_Cpp_MFC\agdrawelemcollection.cpp

     文件       1515  2005-09-21 17:53  VC6_Cpp_MFC\agdrawelemcollection.h

     文件       1047  2005-09-21 17:53  VC6_Cpp_MFC\agexeccmdresult.cpp

     文件        873  2005-09-21 17:53  VC6_Cpp_MFC\agexeccmdresult.h

     文件       1071  2005-09-21 17:53  VC6_Cpp_MFC\agobjpathcollection.cpp

     文件       1361  2005-09-21 17:53  VC6_Cpp_MFC\agobjpathcollection.h

     文件       1431  2005-09-21 17:53  VC6_Cpp_MFC\agpickinfodata.cpp

     文件        848  2005-09-21 17:53  VC6_Cpp_MFC\agpickinfodata.h

     文件        852  2005-09-21 17:53  VC6_Cpp_MFC\agrubberbandpickinfodata.cpp

     文件       1372  2005-09-21 17:53  VC6_Cpp_MFC\agrubberbandpickinfodata.h

     文件       4157  2005-09-21 17:53  VC6_Cpp_MFC\agstkxapplication.cpp

     文件       1571  2005-09-21 17:53  VC6_Cpp_MFC\agstkxapplication.h

     文件       4549  2005-09-21 17:52  VC6_Cpp_MFC\aguiax2dcntrl.cpp

     文件       2519  2007-03-14 16:22  VC6_Cpp_MFC\aguiax2dcntrl.h

     文件       5430  2005-09-21 17:53  VC6_Cpp_MFC\aguiaxvocntrl.cpp

     文件       2771  2005-09-21 17:53  VC6_Cpp_MFC\aguiaxvocntrl.h

     文件       1896  2005-11-02 17:11  VC6_Cpp_MFC\AppSink.cpp

     文件       1605  2007-03-14 16:27  VC6_Cpp_MFC\AppSink.h

     文件       3465  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agdrawelem.obj

     文件       2836  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agdrawelem.sbr

     文件       8709  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agdrawelemcollection.obj

     文件       4867  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agdrawelemcollection.sbr

     文件       5612  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agexeccmdresult.obj

     文件       3091  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agexeccmdresult.sbr

     文件       5684  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agobjpathcollection.obj

     文件       3228  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agobjpathcollection.sbr

     文件       7301  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agpickinfodata.obj

     文件       3392  2011-05-13 22:48  VC6_Cpp_MFC\Debug\agpickinfodata.sbr

............此处省略48个文件信息

评论

共有 条评论

相关资源