登录
首页 » Visual C++ » Sinmap2source

Sinmap2source

于 2007-09-10 发布 文件大小:377KB
0 262
下载积分: 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 个回复

  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • Hide
    驱动 隐藏文件夹 设置允许打开的进程 删除与复制设定(zssdihu@sohu.com hide directory)
    2010-09-18 14:27:45下载
    积分:1
  • 123
    辐射网潮流计算程序,直接在文档中修改参数即可(Radiation Net flow calculation procedures)
    2012-05-14 15:02:06下载
    积分:1
  • 76676989
    实现钩子,VC++精选编程学习源码,很好的参考资料。(Hook, VC++ select learning programming source code, a good reference.)
    2013-11-28 10:49:43下载
    积分:1
  • 56965425632165
    qt流程基本功能,可实现流程管理等,目前已经完成(qt process basic functions, process management can be achieved, has been completed)
    2014-02-24 14:47:28下载
    积分:1
  • coderate
    码率、帧率和I B P帧 - 视频技术 - 记录自己的学习点滴(Bit rate, frame rate and IBP frame- video- recording their own learning bit by bit)
    2010-05-26 18:46:56下载
    积分:1
  • commtest0618
    一个串口设备调试工具 可以发送多个指令 解决串口死锁问题(A serial device can send a number of debugging tools for serial commands to solve deadlock problem)
    2009-07-01 15:45:34下载
    积分:1
  • 28335chenxu
    DSP28335书籍源程序打包下载,包含SVPWM,CAN,ADC,SCI,PID,CLARK变换等,以及各个模块的相关设置(DSP28335 source package to download books, including SVPWM, CAN, ADC, SCI, PID, CLARK transform, and related settings of each module)
    2016-06-21 15:39:22下载
    积分:1
  • gnmidi
    MIDI转换软件 用于MP3产生midi(MIDI to MP3 conversion software generate midi)
    2010-12-24 13:00:19下载
    积分:1
  • MFC_ACCESS
    MFC实现的,数据库操作,ACCESS,适合初学者(MFC implementation, database operations, ACCESS, suitable for beginners)
    2010-06-09 09:11:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载