资源简介
netcdf软件 读写nc格式文件,海洋和大气方向很有用哦!
代码片段和文件信息
/* This is part of Unidata‘s netCDF package. Copyright 2009.
This is a test program for the nc-config utility. */
#include
#include
int
main()
{
printf(“NetCDF version: %s\n“ nc_inq_libvers());
printf(“*** SUCCESS!\n“);
return 0;
}
评论
共有 条评论