C++的IO库 MeteoIO
fmms
13年前
MeteoIO 是一个跨平台的 C++ 库,提供数据的格式化和协议无关的数据访问,提供安全可靠的I/O处理。 <br /> <ul> <li>providing data format/protocol independent data access </li> <li>providing safe and robust I/O </li> <li>making I/O code as unobtrusive and simple as possible for the user </li> <li>providing ready to use data to the user, which means transparent caching, filtering, resampling, spatial interpolation. </li> <li>enabling unattended use from an IO point of view </li> <li>offering high modularity so that individual elements of the library can easily be replaced/expanded/added </li> <li>by its modularity, help interdisciplinary development, each module being targeted at a specific developer profile</li> </ul> <br /> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326888599546" target="_blank">http://www.open-open.com/lib/view/home/1326888599546</a></p>