#include <C:\devcpp\all.h>
int main()
{
long int i, j;
srand((unsigned)time(NULL));
cout.setf(ios::fixed); cout.precision(10);
// $$$$$$$$ Start your program here $$$$$$$$$$$$$$$$$$$$$
Univar X(100);
//X.print(1);
X.bin_ran(20,0.9);
X.freq_dist();
// $$$$$$$ End of your program $$$$$$$$$$$$$$$$$$$$$$$$$
cin.get();
return 0;
}
/*
cout << "Welcome to ....." << endl;
cout << " TIMING" << endl;
cout << "This is a interface developed by C++" << endl;
cout << "for Statistical and numerical computation" << endl;
cout << "This is a free software !! " << endl;
cout << "Anyone can use this interface ! " << endl;
cout << "Selling this interface is absolutly prohibited !" << endl;
cout << " Copyright by" << endl;
cout << "Lee, Tai-Ming 2009 7/7" << endl;
*/
-----------------------------------------------------------------
請交屬於自己的東西 好嗎??
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.136.163.65