登录
首页 » C# » coordinate-transform

coordinate-transform

于 2020-09-23 发布 文件大小:990KB
0 301
下载积分: 1 下载次数: 79

代码说明:

  进行坐标转换,高斯转换,七参数转换,平面四参数转换(coordinate transform)

文件列表:

坐标转换
........\gaosi
........\.....\data1.txt,71,2005-05-22
........\.....\data1R.txt,172,2009-12-30
........\.....\Module1.bas,3634,2005-05-22
........\.....\MSSCCPRJ.SCC,203,2005-05-20
........\.....\Project1.vbw,90,2005-05-20
........\.....\多元线性F1.frm,6628,2005-05-21
........\.....\算法与数据结构.ppt,720384,2005-05-20
........\.....\高斯约当法矩阵求逆.vbp,764,2005-05-22
........\.....\高斯约当法矩阵求逆.vbw,88,2010-03-30
........\坐标转换
........\........\bin
........\........\...\Debug
........\........\...\.....\Interop.esriGeoDatabasePS.dll,3072,2016-03-01
........\........\...\.....\坐标转换.exe,165376,2016-06-24
........\........\...\.....\坐标转换.pdb,255488,2016-06-24
........\........\...\.....\坐标转换.vshost.exe,24224,2016-06-24
........\........\...\.....\坐标转换.vshost.exe.manifest,490,2015-10-30
........\........\...\Release
........\........\DaDiZhiJiaoTransfer
........\........\...................\DaDiZhiJiaoTransfer.cs,5445,2015-05-08
........\........\Form1.cs,10306,2016-06-24
........\........\Form1.Designer.cs,26783,2016-06-24
........\........\Form1.resx,10317,2016-06-24
........\........\Gauss
........\........\.....\Gauss.cs,10596,2015-05-26
........\........\.....\tuoqiujizhun.cs,3206,2015-05-14
........\........\GaussZHH.cs,16965,2015-09-26
........\........\GaussZHH.Designer.cs,37369,2015-04-24
........\........\GaussZHH.resx,6015,2015-04-24
........\........\MatrixTool.cs,106978,2015-05-20
........\........\obj
........\........\...\Debug
........\........\...\.....\DesignTimeResolveAssemblyReferences.cache,401837,2016-06-24
........\........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,11376,2016-06-24
........\........\...\.....\Interop.esriGeoDatabasePS.dll,3072,2016-03-01
........\........\...\.....\Interop.esriSearch.dll,35328,2016-03-01
........\........\...\.....\TempPE
........\........\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2016-06-24
........\........\...\.....\坐标转换.csproj.FileListAbsolute.txt,6382,2016-06-24
........\........\...\.....\坐标转换.csproj.GenerateResource.Cache,1226,2016-06-24
........\........\...\.....\坐标转换.csproj.ResolveComReference.cache,3587,2016-03-01
........\........\...\.....\坐标转换.csprojResolveAssemblyReference.cache,457458,2016-06-24
........\........\...\.....\坐标转换.exe,165376,2016-06-24
........\........\...\.....\坐标转换.Form1.resources,3078,2016-06-24
........\........\...\.....\坐标转换.GaussZHH.resources,180,2016-06-24
........\........\...\.....\坐标转换.pdb,255488,2016-06-24
........\........\...\.....\坐标转换.Properties.Resources.resources,180,2016-06-24
........\........\...\.....\坐标转换.ZBHS.resources,180,2016-06-24
........\........\...\.....\坐标转换.ZBZH.resources,180,2016-06-24
........\........\...\.....\坐标转换.分区域转换平滑.resources,180,2016-06-24
........\........\Program.cs,580,2015-05-21
........\........\Properties
........\........\..........\AssemblyInfo.cs,1348,2015-03-28
........\........\..........\Resources.Designer.cs,3235,2016-06-24
........\........\..........\Resources.resx,6199,2016-06-24
........\........\..........\Settings.Designer.cs,1099,2015-03-28
........\........\..........\Settings.settings,249,2015-03-28
........\........\Resources

........\........\ZBHS.cs,13868,2016-06-24
........\........\ZBHS.Designer.cs,33282,2016-06-24
........\........\ZBHS.resx,5817,2016-06-24
........\........\ZBZH.cs,63434,2016-06-24
........\........\ZBZH.Designer.cs,49775,2015-09-26
........\........\ZBZH.resx,5817,2015-09-26
........\........\分区域转换平滑.cs,24475,2015-09-26
........\........\分区域转换平滑.Designer.cs,34684,2015-06-03
........\........\分区域转换平滑.resx,5817,2015-06-03
........\........\坐标转换.csproj,17453,2016-06-24
........\坐标转换.sln,1005,2015-04-08

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

发表评论

0 个回复

  • 18B20LED
    //温度数码管显示演示程序 //数码管位选信号 :由右到左为P20、P21、P22、P23、P24、P33 //数码管数据线 :P0口 //数码管数字码 :0 0xC0 1 0xF9 2 0xA4 3 0xB0 4 0x99 5 0x92 6 0x82 7 0xF8 8 0x80 9 0x90 //数码管带点码 :0 0x40 1 0x79 2 0x24 3 0x30 4 0x19 5 0x12 6 0x02 7 0x78 8 0x00 9 0x10 //18B20端口DQ :P27(unsigned char code LEDData1 [ ] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x80, 0x90} //0-9 unsigned char code LEDData2 [ ] = {0x40, 0x79, 0x24, 0x30, 0x19, 0x12, 0x02, 0x78, 0x00, 0x10} )
    2009-04-28 00:11:57下载
    积分:1
  • 串口通信(支持字符串以及十六进制)
    串口通信(支持字符串以及十六进制)
    2020-01-04下载
    积分:1
  • gps-compute
    Gps 卫星坐标计算历元总数(个): 0 坐标平差值(m):XX 0.000000 YY (gps satalite coodinte compute#include stdafx.h #include SPP.h #include Matrix.h #include math.h #include SPPDoc.h #include Gps.h #include MainFrm.h #include SPPDoc.h #include SPPView.h )
    2015-10-05 21:12:11下载
    积分:1
  • 跑马灯
    说明:  基于STM32编写的跑马灯程序,带proteus电路图,实测可用。(Based on STM32 program, with Proteus circuit diagram, measured available.)
    2021-04-07 17:35:24下载
    积分:1
  • LPCOpen_platform_v1.00
    LPC4078官方代码,兼容LPC1788系列(LPC4078 official code)
    2020-11-09 10:29:47下载
    积分:1
  • NedMalloc
    很有名的内存分配库,跨平台的东东,很好啊(very good)
    2010-07-02 23:48:50下载
    积分:1
  • XGraph二维曲线图
    二维曲线的实现方法,用来画二维曲线 输入XY坐标即可以得到曲线图型(two-dimensional curve of the method used to draw two-dimensional curve that is the importation of XY coordinates can be curve-)
    2005-07-04 09:46:07下载
    积分:1
  • TheExam
    局域网考试系统 VC++ 在线考试系统 Access SQL Server VC++在线考试系统可连接Access 或SQL Server(LAN VC++ Online Test System Test System Access SQL Server VC++ online examination system can be connected to Access or SQL Server)
    2011-05-16 10:32:25下载
    积分:1
  • levelset_withoutreinitialization
    利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。(The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.)
    2010-01-13 22:30:46下载
    积分:1
  • 在WebBrowser中执行javascript脚本的几种方法整理(execScript/InvokeScript/NavigateScript) 附完整源码
    涵盖了几种常用的 webBrowser执行javascript的方法,详见示例截图以及代码
    2013-03-19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载