• 大小: 47.45MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-24
  • 语言: C/C++
  • 标签: C语言  C++  HDF5  

资源简介

C\C++ 读写 HDF5 所需头文件\库文件\动态连接库
包含 vc11(VS2012)\vc14(VS2015) 所编译的 x86\x64, debug\release 版本 使用时只需要包含相应的头文件和库文件即可
头文件中还增加了 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  HDF5\bin\vc11\debug\x64\dynlibadd_D.dll

     文件      37888  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\dynlibcopy_D.dll

     文件      37888  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\dynlibdiff_D.dll

     文件      37888  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\dynlibdump_D.dll

     文件      37888  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\dynlibls_D.dll

     文件      39936  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\dynlibvers_D.dll

     文件      37888  2020-01-09 15:06  HDF5\bin\vc11\debug\x64\filter_plugin1_dsets_D.dll

     文件      37888  2020-01-09 15:06  HDF5\bin\vc11\debug\x64\filter_plugin2_dsets_D.dll

     文件      40448  2020-01-09 15:06  HDF5\bin\vc11\debug\x64\filter_plugin3_dsets_D.dll

     文件      37888  2020-01-09 15:06  HDF5\bin\vc11\debug\x64\filter_plugin4_groups_D.dll

     文件     753152  2020-01-09 15:06  HDF5\bin\vc11\debug\x64\hdf5_cpp_D.dll

     文件   24734208  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\hdf5_D.dll

     文件      48640  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\hdf5_hl_cpp_D.dll

     文件     234496  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\hdf5_hl_D.dll

     文件     261120  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\hdf5_test_D.dll

     文件     499200  2020-01-09 15:05  HDF5\bin\vc11\debug\x64\hdf5_tools_D.dll

     文件      29696  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\dynlibadd_D.dll

     文件      29184  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\dynlibcopy_D.dll

     文件      29184  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\dynlibdiff_D.dll

     文件      29184  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\dynlibdump_D.dll

     文件      29184  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\dynlibls_D.dll

     文件      31232  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\dynlibvers_D.dll

     文件      29696  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\filter_plugin1_dsets_D.dll

     文件      29184  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\filter_plugin2_dsets_D.dll

     文件      31744  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\filter_plugin3_dsets_D.dll

     文件      30720  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\filter_plugin4_groups_D.dll

     文件     589824  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\hdf5_cpp_D.dll

     文件   23691264  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\hdf5_D.dll

     文件      38400  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\hdf5_hl_cpp_D.dll

     文件     230912  2020-01-09 14:50  HDF5\bin\vc11\debug\x86\hdf5_hl_D.dll

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

评论

共有 条评论