-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anybody know a simple library to read data from HDF files in .NET framework?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm not sure what the "general" name of something like this might be. I'm looking for a library that gives me a file format to store different types of binary data in an expanding single file.
open source, non-GPL (LGPL ok)
C interface
the file format is a single file
multiple files within using…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm getting ( http://www.hdfgroup.org/projects/hdf.net/)
The specified module could not be
found. (Exception from HRESULT:
0x8007007E)
from the dependency walker i'm seeing that SZLIBDLL.DLL is missing i tried to download it from random place but then i got another error.
Does any one had…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm writing a framework for writing HDF files with JAVA (Using some existing framework).
I need to keep compatibility with octave. That is, octave should be able to read the files my framework writes and vice versa.
My question is, does Octave have two data types - float and double or it uses only…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have hidden field on thick box, when I close thick I need to get the value of my hidden field, when close thick box this method calls
function tb_remove(parent_func_callback) {
parent.document.getElementById('hdf').value// I need value of hidden field here
please tell me how can I get hidden…
>>> More