📄 billard.cc~
字号:
// -*- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -