• 封装的tif文件的读写库

    extern "C" __declspec(dllexport) bool TifOpen(char* filename,char* model); extern "C" __declspec(dllexport) bool TifClose(); extern "C" __declspec(dllexport) int GetTifWidth(); extern "C" __declspec(dllexport) int GetTifHeight(); extern "C" __declspec(dllexport) int GetBPS(); extern "C" __declspec(dllexport) int GetBands(); extern "C" __declspec(dllexport) int GetBlockXSize(); extern "C" __declspec(dllexport) int GetBlockYSize(); extern "C" __declspec(dllexport) int GetBlockSize(); extern "C" __declspec(dllexport) bool IsTile(); extern "C" __declspec(dllexport) bool TifCreate(unsigned int xSize, unsigned int ySize, unsigned short bps, unsigned short nBands, unsigned int nBlockXSize, unsigned int nBlockYSize, bool isTiled); extern "C" __declspec(dllexport) bool TifRead(unsigned char* pBuf, int const& xOff, int const& yOff, int xSize, int ySize); extern "C" __declspec(dllexport) bool TifWrite(unsigned char* pBuf, unsigned int tileID, unsigned int nBlockSize, bool isTiled);

    0
    230
    200KB
    2015-06-30
    42
  • c++ programming with cgal.rar

    强大的几何库的C++使用说明。详细的介绍了CGAL的使用方法。

    0
    67
    2.42MB
    2015-06-30
    9
  • dem数据修改工具

    基于GlobalMapper16的二次开发接口实现的DEM修改工具。 实现指定区域的DEM数据投影到自定义平面之上。

    4
    1327
    4KB
    2015-06-30
    33
  • 编译好的64位geos库

    编译好的64位geos库,通用几何库。EOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS enhanced topology functions.

    4
    348
    25.41MB
    2014-12-24
    27
  • WinMerge工具

    WinMerge是一款运行于Windows系统下的免费开源的文件比较/合并工具,使用它可以非常方便地比较多个文档内容甚至是文件夹与文件夹之间的文件差异。适合程序员或者经常需要撰写文稿的朋友使用。

    0
    77
    396KB
    2013-08-30
    0
关注 私信
上传资源赚积分or赚钱