搜索资源列表
vbmo
- VB+MO组件式开发GIS程序,本原代码详细介绍了GIS各个常用功能的开发,如果你自己动手写一遍的话,相信你对MO的开发会完全掌握!-VB MO Component Development GIS procedures, primitive code introduced in detail all the usual features of GIS development, if you to write himself out then, I believe you MO developme
fourier_0.4.tar
- 傅立叶变换是数学中常用的一种变换,这段代码来自sourceforge,是他的最新版本,增加了不少功能。
ArcEngine_3D
- ArcEngine三维开发代码案例。主要演示ArcGIS 下三维程序的开发方式,及常用功能。-ArcEngine three-dimensional development of the code case.
image(C++)
- 图像处理的常用代码,功能比较全面,包含了一般的算法!-Commonly used image processing code, a more comprehensive features, including a general algorithm!
MapXFunctionCode2008
- 运用Mapx进行开发GIS系统时,一些常用功能的代码-MapX GIS application development system, some common features of the code
ImageEnhancing
- 几种常用的图像增强代码,包括线性增强,分段增强,幂次变换等。另附图像直方图显示,二值化,中值滤波等常用功能,希望对你有帮助。-Several commonly used image enhancement code, including linear enhanced sub-enhanced power transformation. Histogram display attached images, binarization, median filtering and other comm
QueryControl
- 附件中是一些ArcGIS Engine代码的集合,主要是一些比较常见的GIS功能的实现方法,作者用C#+AE都实现了,可能包括基本GIS地图操作,空间分析,几何或交通网络分析等,内容还不错,可以让不太懂的人学习一下,也可以让比较懂的人借鉴一下。 具体成果有:(1)开发了一些常规的GIS基本功能,如放大、缩小、全屏、查询、查找、量测、鹰眼等;(2)开发了一些常用的空间分析功能,如距离计算、密度分析、栅格插值、表面分析、象素统计、数据转换等。(3)网络分析功能,如计算最临近服务设施。(4)几何网
demo
- 图像处理的常用代码,功能比较全面,包含了一般的算法! -The commonly used image processing code, function more comprehensive, including a general algorithm!
MapX2008
- mapx开发的一些常用代码,说明了常用功能的代码-mapx the development of some commonly used code
libxpm-3.5.8-w32-src
- xpm库源码,让你的程序具有读取xpm格式图像的功能。xpm是linux下常用的图像,最大的好处是可以直接包含到C/C++代码中-xpm library source
FindShortPath
- 这是一个在GIS系统编程中经常用到的最短路径分析的代码,由于这个功能经常用,所以在这上传了,方便大家以后编程用。-This is a GIS system programming in the shortest path is often used in the analysis of the code, since this feature is often used, so in this upload, easy to use programming after all.
objectARX
- CAD arx 中总结的objectARX+常用功能实现集合,有如何插入文件、打开文件等代码及说明-objectARX for CAD,account for how to use insert file、open file...
matlab-shuzhituxiangchuli
- matlb数字图像处理的命令,适合学习力利用matlab进行数字图像处理的人。常用的的功能都有,有代码和实例。-The commands of digital image processing by using Matlab。A usefull artical for those learning digital image processing,including codes and examples。
ENVI-Functions
- ENVI具备了丰富的二次开发功能函数接口。汇总了常用的功能代码。包括 功 能 源码名称 初始化ENVI startENVI.pro 定标 cal_calibration.pro 大气校正 cal_quac.pro 融合 cal_sharpen.pro 镶嵌 cal_mosaic.pro 裁剪 cal_subset.pro 分类(监督+非监督) cal_class.pro 面向对象特征提取 cal_fx.pro 结束ENVI endENVI.pro 问
ZoomToLayer
- 这个代码实现了 ArcMAP里面的一个常用的功能就是缩放到可见图层的功能,使用 ao开发-This code to achieve the ArcMAP inside a common function is scaled to the visible function, the use of Ao development
2012-Arcgis-delvelop-HJ
- ArcEngine开发常用功能合集,VB代码比较实用-ArcEngine development of the common functions collection, VB code is more practical
Arcgis-Develop-Tips
- arcgis开发常用功能说明,包括实现代码-arcgis development of common functional descr iption, including the implementation code
Draw
- 该代码用MFC实现了一个画图程序,类似于windows中自带的画板功能。能够写字、画直线、圆、椭圆、调整颜色、画笔粗细等功能,是练习MFC以及画图程序常用函数的例子。-The code to use MFC to achieve a drawing program, the sketchpad function similar to Windows.Able to write, draw a straight line, round, oval, adjust color, brush size
ENVI二次开发常用功能代码
- ENVI二次开发源码,可实现大气校正,融合,镶嵌等功能(ENVI development source code, you can achieve atmospheric correction, integration, mosaic and other functions)
ctRecontruction
- 该附件的函数可实现CT重建的功能,如简单的反投影,在空间域中使用卷积的滤波反投影,采用了二维傅立叶变换的滤波反投影,并利用中心切片定理滤波反投影。 CT技术诞生以来, 人们已经发展了众多的图像重建算法, 但各种算法均存在着各自的优缺点。解析重建(Analytic Reconstruction, AR)和迭代重建(Iterative Reconstruction, IR)是CT图像重建的两种基本方法。滤过反投影(Filtered Back Projection, FBP)是解析重建的主要算法