- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
double _(double arg);
int main()
{
cout<<"\tFunction f(x) = cos(2*x)*sin(x)\r\n";
cout<<"Interval of integration : \r\n";
cout<<"left border a = \t";double _a;cin>>_a;
cout<<"right border b = \t";double _b;cin>>_b;
cout<<"step of integration dx = \t";double __;cin>>__;
double ____ = _a;
cout<<"integration in process...\r\n";
double ___ = (_(____ + __) - _(____))/2*__;
while(____ < _b)
{
___ += (_(____ + __) - _(____))/2*__;
____ += __;
}
cout<<"complete....\r\n";
cout<<"result is "<<___<<"\r\n at"<<____<<"\r\n";
return 0;
}
interested 05.10.2009 13:30 # 0
Похоже на студенческую лабу...
pushkoff 05.10.2009 18:57 # 0
interested 06.10.2009 19:40 # 0
Мой друг из планетного ворчал тут недавно, что в коде научного руководителя физические параметры обозначены переменными с именами: "a", "b", "c" -- и никак логически нельзя определить какая буква есть температура, а какая давление =]
Oleg_quadro 05.10.2009 13:35 # 0
http://www0.us.ioccc.org/years.html
interested 05.10.2009 14:04 # +1
guest 05.10.2009 16:18 # 0
g26g 05.10.2009 17:49 # 0
bildja 05.10.2009 19:55 # 0
striker 06.10.2009 03:00 # +2
guest 06.10.2009 15:19 # 0
guest 09.10.2009 14:00 # 0
guest 09.10.2009 17:20 # +1
guest 19.10.2009 09:34 # 0
TheHamstertamer 30.06.2011 16:54 # 0