billard.cc~

来自「certi-SHM-3.0.tar 不错的开源的分布式方针软件 大家多多支持 他」· CC~ 代码 · 共 58 行

CC~
58
字号
// -*- mode:C++ ; tab-width:4 ; c-basic-offset:4 ; indent-tabs-mode:nil -*-// ----------------------------------------------------------------------------// CERTI - HLA RunTime Infrastructure// Copyright (C) 2002, 2003  ONERA//// This file is part of CERTI//// CERTI is free software ; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation ; either version 2 of the License, or// (at your option) any later version.//// CERTI is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY ; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with this program ; if not, write to the Free Software// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA//// $Id: billard.cc,v 3.13 2003/03/21 15:06:46 breholee Exp $// ----------------------------------------------------------------------------// Project#include <config.h>#include "bille.hh"#include "my_fed.hh"#include "constants.hh"#include "cmdline.h"// Libraries#include "RTI.hh"#include "PrettyDebug.hh"#ifdef TEST_USES_GRAPHICS#include "graph_c.hh"#endif// Standard libraries#include <cstdio>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <stdlib.h>#include <memory.h>#include <math.h>#include <iostream>#include <signal.h>#include <exception>using namespace std ;// Definition des constantes#define HEURE_DEB 10.0#define TEMPS_SIMU_F 60 // Duree de la simulation en secondes#define TEMPS_SIMU_C 60 // Duree de la simulation en secondes// j'ai diff閞enci

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?