(C语言)数组与指针的使用
摘要:        
1#include 2#define SIZE 5 3void CopybyArray(double ar[],double target[],int); 4void CopybyPoint(double *ar,double *target,int); 5void DisplayNum(double *array,int); 6double MaxNum(double *array,int)...    阅读全文
        posted @ 2006-02-27 00:57 Slash 阅读(608) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号