C++程序,在运行过程中跳出,希望大家解答。

[复制链接]
查看11 | 回复1 | 2016-8-28 00:57:57 | 显示全部楼层 |阅读模式
#include #include #include #include #define pi3.1415926using namespace std;void subwave(double *w,int fs,double dert,int length){for (int i=-length/2;i<=length/2;i++){w[i+length/2]=(1-2*pow(pi*fs*i*dert,2))*exp(-pow(pi*fs*i*dert,2)) ;}}void convolution(double* x, double y[], double p[], ...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行