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