C\C++ 读写 HDF5 所需头文件和库文件


CC++ 读写 HDF5 所需头文件库文件动态连接库
包含 vc11(VS2012)vc14(VS2015) 所编译的 x86x64, debugrelease 版本 使用时只需要包含相应的头文件和库文件即可
头文件中还增加了 HDF5 1.10.6 版本源文件中所缺少的 H5pubconf.h 文件
资源截图
代码片段和文件信息
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Copyright by The HDF Group.                                               *
 * Copyright by the Board of Trustees of the University of Illinois.         *
 * All rights reserved.                                                      *
 *                                                                           *
 * This file is part of HDF5.  The full HDF5 copyright notice including     *
 * terms governing use modification and redistribution is contained in    *
 * the COPYING file which can be found at the root of the source code       *
 * distribution tree or in https://support.hdfgroup.org/ftp/HDF5/releases.  *
 * If you do not have access to either file you may request a copy from     *
 * help@hdfgroup.org.                                                        *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/****************/
/* Module Setup */
/****************/


/***********/
/* Headers */
/***********/
#include “H5private.h“          /* Generic Functions                        */
#include “H5ACprivate.h“        /* metadata cache                           */
#include “H5CXprivate.h“        /* API Contexts                             */
#include “H5Dprivate.h“         /* Datasets                                 */
#include “H5Eprivate.h“         /* Error handling                           */
#include “H5FLprivate.h“        /* Free lists                               */
#include “H5FSprivate.h“        /* File free space                          */
#include “H5Lprivate.h“         /* links                                    */
#include “H5MMprivate.h“        /* Memory management                        */
#include “H5Pprivate.h“         /* Property lists                           */
#include “H5SLprivate.h“        /* Skip lists                               */
#include “H5Tprivate.h“         /* Datatypes                                */

/****************/
/* Local Macros */
/****************/


/******************/
/* Local Typedefs */
/******************/


/********************/
/* Package Typedefs */
/********************/


/********************/
/* Local Prototypes */
/********************/
static void H5_debug_mask(const char*);
#ifdef H5_HAVE_PARALLEL
static int H5_mpi_delete_cb(MPI_Comm comm int keyval void *attr_val int *flag);
#endif /*H5_HAVE_PARALLEL*/

/*********************/
/* Package Variables */
/*********************/


/*****************************/
/* Library Private Variables */
/*****************************/

/* HDF5 API Entered variable */
/* (move to H5.c when new FUNC_ENTER macros in actual use -QAK) */
hbool_t H5_api_entered_g = FALSE;

/* statically initialize block for pthread_once call used in initializing */
/* the first global mutex                                                 */
#ifdef H5_HAVE_THREADSAFE
H5_api_t H5_g;
#else
hbool_t H5_libinit_g = FALSE;   /* Library hasn‘t been

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      37888  2020-01-09 15:05  HDF5invc11debugx64dynlibadd_D.dll

     文件      37888  2020-01-09 15:05  HDF5invc11debugx64dynlibcopy_D.dll

     文件      37888  2020-01-09 15:05  HDF5invc11debugx64dynlibdiff_D.dll

     文件      37888  2020-01-09 15:05  HDF5invc11debugx64dynlibdump_D.dll

     文件      37888  2020-01-09 15:05  HDF5invc11debugx64dynlibls_D.dll

     文件      39936  2020-01-09 15:05  HDF5invc11debugx64dynlibvers_D.dll

     文件      37888  2020-01-09 15:06  HDF5invc11debugx64filter_plugin1_dsets_D.dll

     文件      37888  2020-01-09 15:06  HDF5invc11debugx64filter_plugin2_dsets_D.dll

     文件      40448  2020-01-09 15:06  HDF5invc11debugx64filter_plugin3_dsets_D.dll

     文件      37888  2020-01-09 15:06  HDF5invc11debugx64filter_plugin4_groups_D.dll

     文件     753152  2020-01-09 15:06  HDF5invc11debugx64hdf5_cpp_D.dll

     文件   24734208  2020-01-09 15:05  HDF5invc11debugx64hdf5_D.dll

     文件      48640  2020-01-09 15:05  HDF5invc11debugx64hdf5_hl_cpp_D.dll

     文件     234496  2020-01-09 15:05  HDF5invc11debugx64hdf5_hl_D.dll

     文件     261120  2020-01-09 15:05  HDF5invc11debugx64hdf5_test_D.dll

     文件     499200  2020-01-09 15:05  HDF5invc11debugx64hdf5_tools_D.dll

     文件      29696  2020-01-09 14:50  HDF5invc11debugx86dynlibadd_D.dll

     文件      29184  2020-01-09 14:50  HDF5invc11debugx86dynlibcopy_D.dll

     文件      29184  2020-01-09 14:50  HDF5invc11debugx86dynlibdiff_D.dll

     文件      29184  2020-01-09 14:50  HDF5invc11debugx86dynlibdump_D.dll

     文件      29184  2020-01-09 14:50  HDF5invc11debugx86dynlibls_D.dll

     文件      31232  2020-01-09 14:50  HDF5invc11debugx86dynlibvers_D.dll

     文件      29696  2020-01-09 14:50  HDF5invc11debugx86filter_plugin1_dsets_D.dll

     文件      29184  2020-01-09 14:50  HDF5invc11debugx86filter_plugin2_dsets_D.dll

     文件      31744  2020-01-09 14:50  HDF5invc11debugx86filter_plugin3_dsets_D.dll

     文件      30720  2020-01-09 14:50  HDF5invc11debugx86filter_plugin4_groups_D.dll

     文件     589824  2020-01-09 14:50  HDF5invc11debugx86hdf5_cpp_D.dll

     文件   23691264  2020-01-09 14:50  HDF5invc11debugx86hdf5_D.dll

     文件      38400  2020-01-09 14:50  HDF5invc11debugx86hdf5_hl_cpp_D.dll

     文件     230912  2020-01-09 14:50  HDF5invc11debugx86hdf5_hl_D.dll

............此处省略1361个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)