自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (5)
  • 收藏
  • 关注

空空如也

封装的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);

2015-06-30

c++ programming with cgal.rar

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

2015-06-30

dem数据修改工具

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

2015-06-30

编译好的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.

2014-12-24

WinMerge工具

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

2013-08-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除