摘要: 1 public static class NetCDF 2 { 3 [DllImport("netcdf4.dll")] 4 public static extern int nc_put_att_uchar(int ncid, int varid, string name, NcType xty 阅读全文
posted @ 2013-07-04 10:33 94cool 阅读(7455) 评论(41) 推荐(1)