Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.49 KB | None | 0 0
  1.   void NuevoTiempo();
  2.   void IniciarTiempo(int& rId_Objeto, double& rT_Inicio);
  3.   void PararTiempo(int& rId_Objeto, double& rT_Inicio, int& rNecesidad);
  4.   void TiempoSim(double& rTiempo);
  5.  
  6.   void VectorHab(int rNum_Hab);
  7.   void MaxPersonasHab(void);
  8.   void PersonaEntra(int& rId_Hab);
  9.   void PersonaSale(int& rId_Hab);
  10.  
  11.   double MaxVector(std::vector<double>& rVector);
  12.   double MediaVector(std::vector<double>& rVector);
  13.  
  14.   void EstadisticasTxt(void);
  15.   void EstadisticasExcel(void);
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement