资源简介
C\C++ 读写 HDF5 所需头文件\库文件\动态连接库
包含 vc11(VS2012)\vc14(VS2015) 所编译的 x86\x64, debug\release 版本 使用时只需要包含相应的头文件和库文件即可
头文件中还增加了 HDF5 1.10.6 版本源文件中所缺少的 H5pubconf.h 文件
包含 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个文件信息
相关资源
- 数据结构题集(C语言版)严蔚敏 吴伟
- C++ Templates 第2版 英文版
- C/C++ 程序员 面试宝典
- NSGA II代码实现集合包含、讲解及 网络
- C++游戏编程入门 中文版 第4版 高清
- C++语言程序设计-郑莉-清华大学本科教
- 台达ASDA2伺服电机简单控制C++程序
- c++ primer plus 高清pdf+ 源码
- Matlab安装MinGW-w64 C/C++ 编译器
- linux系统C语言AVI格式音视频封装应用
- C和C++程序员面试秘笈完整版-董山海
- C和C++程序员面试秘笈
- C语言入门项目代码大全共58个
- 未来教育二级C语言VIP版
- 基于最短路径的物流分配方法
- C++程序设计教程(第二版)钱能高清
- c++超市管理系统 毕业论文参考
- 北航数据结构与C语言程序设计991历年
- C++_MFC的CButtonST含使用说明书及多个
- 《数字图像处理与机器视觉-VC++与Ma
- C++编程规范 中文 PDF 扫描版
- OPC UA C++写的服务器和客户端 linux下的
- C++大作业 MFC实现个人通讯录
- 程序设计抽象思想:C语言描述-带书签
- c语言四大圣经234007
- 新标准C++.郭炜.扫描版去广告版
- Visual C++数字图像模式识别技术详解
- 2018华中科技大学C++实验
- C++面试宝典高清
- 2018C语言夏秋季学期实验解答@USC南华
评论
共有 条评论