搜索资源列表
SubGis1
- 本程序是基于MAPGIS制作的一个MFC程序,对矢量图形进行操作。-this program is based on the production of a MAPGIS MFC procedures to operate vector graphics.
GPS_DATA_Search
- 基于vc++ mfc开发的gps数据采集程序。-vc mfc based on the development of a GPS data collection procedures.
CDouglus
- 自己编写的道格拉斯数据压缩程序,利用Visual C++6.0的MFC实现,功能比较简单-Douglas prepared their own data compression procedure, and use Visual C 6.0 MFC, relatively simple function
picture
- 本程序提供了邻近值插值和三次卷积插值两种插值方法,可实现图像的任意比例放大缩小和任意角度的旋转,但由于本人不会MFC编程,所以所有变换结果必须到相应文件夹下(必须同时存放图形文件和程序)查看。
vc++GIS
- vc++开发GIS系统,全面介绍和分析了MFC程序的框架结构和各种MFC辅助工具的使用方法,介绍了GIS系统的开发方法和思路。
mappin
- 一个MFC类实现图钉功能;可以用在GIS的应用程序中;derived from CWnd.
CreateTIN_MFC
- CreateTIN_MFC是使用MFC编写的一个构建不规则三角网(TIN)的程序。能通过鼠标刺点动态生成TIN,也能导入特定格式的文件进行构TIN,同时还能将构好的TIN导出成文本文件。具体的帮助见程序里面的chm格式的说明文档。-CreateTIN_MFC is prepared to use MFC to build a triangulated irregular network (TIN) procedure. Barbed point through dynamically gener
arcgis
- GIS的基本的一些程序,欢迎大家过来下载-Some of the basic GIS procedures, welcome you come to download
Demo
- 演示极其简单的mfc程序,代码只有几行!用于理解MFC是个不错的选择!-Mfc demo program is extremely simple, only a few lines of code! Used to understand the MFC is a good choice!
Ch5Demo4
- 用MFC平台实现的鼠标输入程序,非常简单,也很容易学习。-MFC platform using the mouse input process, a very simple and easy to learn.
ReadShpFile
- MFC开发的从底层读取shapefile文件,并计算图形面积的小程序。仅支持线型文件。-MFC developed from the bottom to read the shapefile, and a small program to calculate the graphics area. Only support a linear file.
MyChinaMap
- 中国地图的绘图程序,能实现简单的基本功能-MFC of China Map
GraphicsEditSystem
- 基于MFC的场景编辑程序,很不错的学习资料。-MFC and gis scene editor
DrawCli
- MFC绘图程序MSDN的例子值得收藏学习-drawcli is a C++ sample developed by MFC
RSDIP
- GDAl+MFC切分影像 使用须知 1本程序打开后release目录下的exe文件可以直接运行 若要查看源代码,当然要配置好gdal环境 2目前本程序只实现了裁剪单波段影像,打开影响时直接点击打开影像,选择单波段影像就可以打开了 3图像预处理菜单 影像分块就可以打开分块设置对话框 注意分块的方式有三种,每次分块只需要指定一种 比如填写影像每块长宽大小,其他的都留空 或者填写影像块数,包括水平方向和垂直方向分别划分成多少块,其他的选项同样全都不填 或者填
NDVI
- 归一化植被指数 NDVI=(NIR-R)/(NIR+R),或两个波段反射率的计算。 本程序可以用于计算植被归一化指数,mfc界面(Normalized vegetation index NDVI= (NIR-R) / (NIR+R), or two band reflectivity calculation.)