mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r2959] Purpose:
Minor copy-edits and formatting. Platforms tested: IE 5
This commit is contained in:
parent
c28059e522
commit
bf2685ae4d
@ -84,7 +84,7 @@ HDF5 Technical Notes
|
||||
<tr><td valign=top><a href="TechNotes/VFL.html">Virtual File Layer</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A description of the HDF5 virtual file layer (VFL),
|
||||
enabling the implementation of custom I/O drivers
|
||||
a public API for the implementation of custom I/O drivers
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/VFLfunc.html">List of VFL Functions</a>
|
||||
@ -170,21 +170,24 @@ HDF5 Technical Notes
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top>
|
||||
<a href="TechNotes/ThreadSafeLibrary.html">Thread Safe HDF5 Library Implementation</a>
|
||||
<a href="TechNotes/ThreadSafeLibrary.html">Thread Safe HDF5 Library</a>
|
||||
<br>
|
||||
<a href="TechNotes/ThreadSafeLibrary.html">Implementation</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A report on the implementation of a thread safe HDF5 library
|
||||
A report on the implementation of a thread safe HDF5 library.
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top>
|
||||
<a href="TechNotes/openmp-hdf5.html">Using HDF5 with OpenMP</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A short report on using HDF5 with OpenMP
|
||||
A short report on using HDF5 with OpenMP.
|
||||
</td></tr>
|
||||
|
||||
<tr><td valign=top><a href="TechNotes/SWControls.html">HDF5 Software Controls</a>
|
||||
</td><td> </td><td valign=top>
|
||||
A descriptions knobs and turns such as environment variables and settings
|
||||
that controls the functionalities of HDF5 libraries and tools.
|
||||
Descriptions of the HDF5 knobs and controls, such as the
|
||||
environment variables and settings that control the functionality
|
||||
of the HDF5 libraries and tools.
|
||||
</td></tr>
|
||||
|
||||
</table>
|
||||
|
@ -210,22 +210,22 @@ These tools enable the user to examine HDF5 files interactively.
|
||||
<li>Data type
|
||||
<ul>
|
||||
<li>integer type
|
||||
<dt>- H5T_STD_I8BE, H5T_STD_I8LE, H5T_STD_I16BE, ...
|
||||
<dt>- H5T_STD_I8BE, H5T_STD_I8LE, H5T_STD_I16BE, ...
|
||||
<li>floating point type
|
||||
<dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ...
|
||||
<dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ...
|
||||
<li>string type
|
||||
<li>compound type
|
||||
<dt>- named, unnamed and transient compound type
|
||||
<dt>- integer, floating or string type member
|
||||
<dt>- named, unnamed and transient compound type
|
||||
<dt>- integer, floating or string type member
|
||||
<li>opaque types
|
||||
<li>reference type
|
||||
<dt>- object references
|
||||
<dt>- data regions
|
||||
<dt>- object references
|
||||
<dt>- data regions
|
||||
<li>enum type
|
||||
<li>variable length datatypes
|
||||
<dt>- atomic types only
|
||||
<dt>- scalar or single dimensional array of variable length
|
||||
types supported
|
||||
<li>variable-length datatypes
|
||||
<dt>- atomic types only
|
||||
<dt>- scalar or single dimensional array of variable-length
|
||||
types supported
|
||||
</ul>
|
||||
<li>Data space
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user