资源简介

NetCDF 源码以及各种编程语言的demo 事例 童鞋们可以互相学了喽

资源截图

代码片段和文件信息

/* 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;
}

评论

共有 条评论