Slash

习惯在追逐的过程中不断去完善自己;当你不再去追逐,你自我完善的脚步也就停滞下来了。

导航

2006年2月27日 #

(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 阅读(598) 评论(0) 推荐(0) 编辑