double fun(STREC *h){ double ave=0.0;STREC *p=h->next; while(p!=NULL){ ave+=p->s; p=p->next;}return ave/N;}求解代码意思!!! 查看完整描述