|
反正我不怕笑话,先扔处来,编译是肯定通不过的,不过可能能让大家更明白我的意思点。
#include<iostream>
#include<string>
#include <math>
#include<fstream>//<fstream>文件流类库
using namespace std;
void main()
{
ifstream in;//文件输入流对象
string buffer;
in.open("123.txt");//"123.txt"为文件名,必须放在该程序的目录下
if(!in)
{
cout<<"文件打开失败"<<endl;
exit(0);
}
while(getline(in,buffer))//从文件输入流对象in向buffer中读数据
cout<<buffer<<endl;
int p,l t;
float u[t],v[t][l],w[t][l][p];
for(p=1;p<=10;p++)
{ cout<<"when p="<<p<<endl;
for(l=2;l<=10000;l=l*2)
{ for(t=1;t<T-l;t++)
{ v[t][l]=fabs(u[t+l]-u[t]);
double w[t][l][p]=pow(v[t][l],p);
float sum=0;
sum=sum+w[t][l][p];
}
float sp;
sp=sum/T;
cout<<"l="<<l<<"sp"="<<sp<<endl;
}
}
} |
|