⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 txc_hdf5.h

📁 pic 模拟程序!面向对象
💻 H
字号:
//-----------------------------------------------------------------------------//// File:        txc_hdf5.h//// Purpose:     For getting HDF included correctly//// Version:     $Id: txc_hdf5.h,v 1.3 2003/09/30 23:59:44 cary Exp $//// Copyright (c) 2003 Tech-X Corporation.// See LICENSE file for conditions of use.////-----------------------------------------------------------------------------#ifndef TXC_HDF5_H#define TXC_HDF5_H//  Standard includes#include <time.h>#ifdef HAVE_CONFIG_H#include <config.h>#endif#ifdef __MWERKS__#define HAVE_HDF5#endif// hdf5 includes#ifdef HAVE_HDF5#include <hdf5.h>// Reverse stupidity of hdf5: not needed after 1.4?// #undef inline#endif#endif  // TXC_HDF5_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -