運行到這裡就出錯了,報內存不能read。
CURVE_DATA *first_node=NULL;
CURVE_DATA *data_node=NULL;
data_head=first_head;
data_head和first_head是鏈表。
額- -!我是個小白,沒有幣給各位了,還請不吝賜教,謝謝了!
PS:這個能上傳文件嗎?
找到錯的地方了,定義深度數組的大小定義小了,把ROW定義大點就行了。
float depth[ROW];
int lineNum=0;
lineNum=(maxDepth-minDepth)/delta;
int row=0;
for(row=0;row<lineNum;row++)
{
depth[row]=minDepth+delta*row;
}