• 大小: 2.28MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: certi  

资源简介

certi运用,连接RTIG

资源截图

代码片段和文件信息


#include “config.h“

#include “Ball.h“

#include 
#include 

using namespace std ;

// ----------------------------------------------------------------------------
/** Ball constructor
    \param h HLA object handle
 */
Ball::Ball(RTI::objectHandle h)
    : x(-10.0) y(-10.0) 
      dx(3.0) dy(3.0) 
      radius(10.0) active(false) mHandle(h)
{
    //BLACK = 0
    color = 0 ;
}

// ----------------------------------------------------------------------------
//! Displays the Ball on the right place in window.
void Ball::display()
{
     printf(“Ball id=%d display(x=%.2fy=%.2f)\n“mHandlexy);
}

// ----------------------------------------------------------------------------
//! Clear the Ball from window.
void Ball::erase()
{
    printf(“Ball id=%d erase(x=%.2fy=%.

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

     文件       2979  2011-07-18 20:22  certi运用\CERTI_Client\Ball.cpp

     文件        569  2011-07-18 20:22  certi运用\CERTI_Client\Ball.h

     文件    1001984  2011-07-18 00:39  certi运用\CERTI_Client\bin\Release\CERTI.dll

     文件      42496  2011-07-18 20:26  certi运用\CERTI_Client\bin\Release\CERTI_Client.exe

     文件      27136  2011-07-18 00:33  certi运用\CERTI_Client\bin\Release\FedTime.dll

     文件      30720  2011-07-18 00:33  certi运用\CERTI_Client\bin\Release\FedTime1516.dll

     文件      57344  2011-07-18 00:33  certi运用\CERTI_Client\bin\Release\HLA.dll

     文件     888832  2006-05-03 21:57  certi运用\CERTI_Client\bin\Release\iconv.dll

     文件     987136  2011-06-19 21:52  certi运用\CERTI_Client\bin\Release\libxml2.dll

     文件     242688  2011-07-18 00:39  certi运用\CERTI_Client\bin\Release\RTI-NG.dll

     文件     327168  2011-07-18 00:39  certi运用\CERTI_Client\bin\Release\RTI1516.dll

     文件        673  2010-11-11 17:49  certi运用\CERTI_Client\bin\Release\Test.fed

     文件        126  2011-07-18 19:31  certi运用\CERTI_Client\bin\Release\test.vbs

     文件        651  2011-07-18 15:51  certi运用\CERTI_Client\bin\Release\Test.xml

     文件      77824  2010-10-02 13:21  certi运用\CERTI_Client\bin\Release\zlib1.dll

     文件       4647  2011-07-18 20:30  certi运用\CERTI_Client\CERTI_Client.vcxproj

     文件       1417  2011-07-18 20:30  certi运用\CERTI_Client\CERTI_Client.vcxproj.filters

     文件        143  2011-07-18 15:01  certi运用\CERTI_Client\CERTI_Client.vcxproj.user

     文件       3625  2011-07-16 21:36  certi运用\CERTI_Client\config.h

     文件      38270  2011-07-18 20:50  certi运用\CERTI_Client\FedAmb.cpp

     文件       5678  2011-07-18 20:50  certi运用\CERTI_Client\FedAmb.h

     文件        621  2011-07-18 20:37  certi运用\CERTI_Client\mainfile.cpp

     文件     716459  2014-03-15 00:40  certi运用\CERTI_Install.pdf

     文件     417826  2014-03-15 00:39  certi运用\CERTI_User.pdf

     目录          0  2011-07-18 20:53  certi运用\CERTI_Client\bin\Release

     目录          0  2011-07-18 20:52  certi运用\CERTI_Client\bin

     目录          0  2011-07-18 20:52  certi运用\CERTI_Client

     目录          0  2014-03-16 22:11  certi运用

----------- ---------  ---------- -----  ----

              4877012                    28

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

评论

共有 条评论

相关资源