登录
首页 » Visual C++ » Sinmap2source

Sinmap2source

于 2007-09-10 发布 文件大小:377KB
0 171
下载积分: 1 下载次数: 87

代码说明:

  DEM中提取地形特征的一个新算法,简单实用(DEM to extract topographical features of a new algorithm, simple and practical)

文件列表:

SINMAPDLL
.........\gioapi.h
.........\gridio.cpp
.........\gridio.h
.........\lsm.h
.........\rtpgen.cpp
.........\rtpgen.h
.........\ShapeCode
.........\.........\cell.cpp
.........\.........\cell.h
.........\.........\dbf.cpp
.........\.........\dbf.h
.........\.........\exception.cpp
.........\.........\exception.h
.........\.........\field.cpp
.........\.........\field.h
.........\.........\item.cpp
.........\.........\item.h
.........\.........\point.cpp
.........\.........\point.h
.........\.........\record.cpp
.........\.........\record.h
.........\.........\shape.cpp
.........\.........\shape.h
.........\.........\shapeapi.h
.........\.........\shapefile.cpp
.........\.........\shapefile.h
.........\.........\shapemain.cpp
.........\.........\shp_point.cpp
.........\.........\shp_point.h
.........\.........\shp_polygon.cpp
.........\.........\shp_polygon.h
.........\.........\shp_polyline.cpp
.........\.........\shp_polyline.h
.........\.........\types.h
.........\sindex.cpp
.........\sindex.h
.........\sinmapCOMDLL
.........\............\Debug
.........\............\.....\regsvr32.trg
.........\............\.....\sinmapCOMDLL.dll
.........\............\.....\sinmapCOMDLL.exp
.........\............\.....\sinmapCOMDLL.lib
.........\............\dlldata.c
.........\............\ReleaseMinDependency
.........\............\....................\regsvr32.trg
.........\............\....................\sinmapCOMDLL.exp
.........\............\....................\sinmapCOMDLL.lib
.........\............\resource.fd
.........\............\resource.h
.........\............\sinmapCOMClass.cpp
.........\............\sinmapCOMClass.h
.........\............\sinmapCOMClass.rgs
.........\............\sinmapCOMDLL.aps
.........\............\sinmapCOMDLL.clw
.........\............\sinmapCOMDLL.cpp
.........\............\sinmapCOMDLL.def
.........\............\sinmapCOMDLL.dsp
.........\............\sinmapCOMDLL.dsw
.........\............\sinmapCOMDLL.h
.........\............\sinmapCOMDLL.idl
.........\............\sinmapCOMDLL.ncb
.........\............\sinmapCOMDLL.opt
.........\............\sinmapCOMDLL.plg
.........\............\sinmapCOMDLL.rc
.........\............\sinmapCOMDLL.tlb
.........\............\sinmapCOMDLLps.def
.........\............\sinmapCOMDLLps.mk
.........\............\sinmapCOMDLL_i.c
.........\............\sinmapCOMDLL_p.c
.........\............\StdAfx.cpp
.........\............\StdAfx.h
.........\SINMAPErrorCodes.h
SinmapPlugin
............\agsinmap.vbp
............\agsinmap.vbw
............\ArcGIS 9 Conversion.log
............\clsAddDelLines.cls
............\clsAdjustCalibPar.cls
............\clsCalibParaAdjust.cls
............\clsCalibParaInput.cls
............\clsCompAllSinmap.cls
............\clsCompallSteps.cls
............\clsCreateMulti.cls
............\clsCreateSingle.cls
............\clsEventDispatch.cls
............\clsFlowDirection.cls
............\clsGridProcessing.cls
............\clsInitialization.cls
............\clsMainToolBar.cls
............\clsMakeSingle.cls
............\clsParaAdjust.cls
............\clsPitFill.cls
............\clsRexTool.cls
............\clsSAPlot.cls
............\clsSaturation.cls
............\clsSelectDem.cls
............\clsSelectPoint.cls
............\clsSetDefaults.cls
............\clsSinmap.cls

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • plot_function
    频率选择性衰落信道的建模与仿真,具体实施方法(Frequency selective fading channel modeling and simulation modi, concrete implementation methods)
    2021-04-05 16:59:04下载
    积分:1
  • STR
    structures for rf online 2/2/3 server
    2010-06-05 13:52:20下载
    积分:1
  • keshe
    关于c语言课设的粮油公司进销存管理系统的课程设计 有货物管理(物资的添加,删除,修改) 有账目管理 可以查询账目清单 可以计算年度或月份或季度利润 (the program about visual c is that Warehouse Management System of company )
    2014-06-29 00:07:56下载
    积分:1
  • DeskTopWallPaper
    使用VC++,调用windows系统API修改桌面壁纸的例子,可以参考下(The use of VC++, windows system calls API to modify the desktop wallpaper example, can refer to )
    2014-05-22 18:07:14下载
    积分:1
  • APISpyApp
    APISpyAppA,HOOK 钩子。你懂得(APISpyAppA HOOK hook. You know)
    2013-04-19 08:07:38下载
    积分:1
  • zhousan
    vc++连接数据库的有关代码,以及对话框的设计(vc++ connect to the database of the code, and the design of the dialog box)
    2010-06-24 21:31:16下载
    积分:1
  • TitleBarColor
    界面漂亮的VC++计时器源码 界面漂亮的VC++计时器源码,发愁界面设计的VC++初学者可以参考一下本例中的界面处理方法。点击开始计时,数字会按时间慢慢变校(VC++ interface pretty nice interface, the timer source VC++ timer source code, to worry about interface design of the VC++ Beginners can refer to this case, the interface approach. Click to start running, the figure will gradually change over time the school)
    2010-03-11 09:35:45下载
    积分:1
  • weisuijixulie
    介绍低频扩频中伪随机序列产生方法的研究。电子电路设计如何产生伪随机序列(show how to)
    2010-05-09 17:10:48下载
    积分:1
  • area
    定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。 重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
    2014-02-07 23:13:19下载
    积分:1
  • Hongkuangs
    vc作图,已画好的红框随着鼠标的移动而移动,当鼠标点击后,红框停在鼠标点击的位置后再变化(vc mapping, has drawn a good red frame and moves with the mouse when the mouse click, mouse click to stop the red line and then change position)
    2014-06-20 20:52:06下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载