摘要: #define MAX_MATLAB_N (128) void swap(double *a,double *b){ double tmp = *a; *a = *b; *b = tmp;} bool inv_matlab(double *p,int N){ int is[MAX_MATLAB_N] 阅读全文
posted @ 2012-03-20 16:42 睡觉的虫 阅读(287) 评论(0) 推荐(0) 编辑