登录
首页 » Visual C++ » GPS坐标转换软件与源程序 coortran

GPS坐标转换软件与源程序 coortran

于 2008-07-12 发布 文件大小:4752KB
0 159
下载积分: 1 下载次数: 455

代码说明:

  GPS坐标转换软件与源程序 支持世界上大多数坐标框架下,大地坐标空间直角坐标以及平面投影坐标(UTM、高斯)等的相互转换(GPS coordinate conversion software with source code to support most of the world)

文件列表:

coortran
........\beta
........\....\coord.ini
........\....\coortran.exe
........\....\coortran.ilk
........\....\Ellipse.csv
........\....\Ellipse.csv.bak
........\....\lang
........\....\....\zh_cn.dll
........\....\shengsir.wkp
........\coord.ini
........\coortran.aps
........\coortran.cpp
........\coortran.dsw
........\coortran.h
........\coortran.ncb
........\coortran.opt
........\coortran.plg
........\coortran.rc
........\coortran.sln
........\coortran.vcproj
........\coortran.vcproj.hs.Administrator.user
........\coortran.vcproj.HS.hs.user
........\DlgCoordTrans.cpp
........\dlgcoordtrans.h
........\Ellipse.csv
........\lang
........\....\lang.rc2
........\....\obj
........\....\...\BuildLog.htm
........\....\...\mt.dep
........\....\...\zh_cn.dll.intermediate.manifest
........\....\...\zh_cn.res
........\....\release
........\....\zh_cn.aps
........\....\zh_cn.h
........\....\zh_cn.rc
........\....\zh_cn.vcproj
........\....\zh_cn.vcproj.hs.Administrator.user
........\....\zh_cn.vcproj.HS.hs.user
........\ReadMe.txt
........\res
........\...\11.gif
........\...\22.gif

........\...\coortran.rc2
........\...\icon1.ico
........\...\icon2.ico
........\...\Smiley Star.bmp
........\...\未标题-1.gif
........\resource.h
........\resource.hm
........\SelfCtrl
........\........\ComboListCtrl.cpp
........\........\ComboListCtrl.h
........\........\InPlaceCombo.cpp
........\........\InPlaceCombo.h
........\........\InPlaceEdit.cpp
........\........\InPlaceEdit.h
........\........\StatLink.cpp
........\........\StatLink.h
........\selffun
........\.......\CMatrix.cpp
........\.......\CMatrix.h
........\.......\CVector.cpp
........\.......\CVector.h
........\.......\GeoPos.cpp
........\.......\GeoPos.h
........\.......\lang.cpp
........\.......\lang.h
........\.......\langids.h
........\.......\Matrix3.cpp
........\.......\Matrix3.h
........\.......\Quat.cpp
........\.......\Quat.h
........\.......\Vector3.cpp
........\.......\Vector3.h
........\StdAfx.cpp
........\StdAfx.h
........\version.h

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

发表评论


0 个回复

  • calculator
    科学计算器的实现,包括常用的sin、cos、指数等,界面简单大方,代码亲自写的,很有交流学习的价值(Scientific calculator, including the commonly used sin, cos, index, the interface simple and generous, code to write, it is the exchange of learning the value of )
    2014-05-21 22:59:43下载
    积分:1
  • Duncan
    flac3d中邓肯张自定义本构模型的源代码。(duncan self-defined model)
    2020-10-08 08:57:38下载
    积分:1
  • ART2C++
    该算法是常用的ART2的vc++实现算法,代码思路清晰,注释详细,相信对ART2网络的初学者有很大帮助。(The ART2 algorithm is commonly used in the vc++ Realization of algorithms, code clear, detailed notes, I believe ART2 networks are very helpful for beginners.)
    2008-12-15 17:39:08下载
    积分:1
  • jump
    在VC++环境下,利用OpenGL编写的小球的弹跳~(The bouncing ball ~)
    2009-04-15 08:11:49下载
    积分:1
  • Timer_demo
    使用单独线程实现的计时器(The example of implementing times using single thread)
    2020-10-13 18:17:31下载
    积分:1
  • liulanshujvku
    说明:  该程序实现了对mdb数据库文件,用mfc来编写界面进行浏览。压缩文件里的StuInfo6.mdb为所给的数据库文件。 通过按钮控件可以将记录移动到第一条记录,最后一条记录以及上一条记录,下一条记录等等。(The program realized mdb database file to write the interface with mfc browsing. Compressed file in the StuInfo6.mdb for the given database file. Button controls can be recorded through the move to the first record, last record and previous record, next record and so on. )
    2011-03-31 15:31:36下载
    积分:1
  • 1
    说明:  研究生C++课上老师讲解的程序,从中能领会到书上学不到的东西(多态与虚函数)(small programs for C++ programming)
    2011-11-16 09:26:00下载
    积分:1
  • xxxxx
    自己开发的一个 cdc 自绘制与 tooltip 完美结合的例子。(Developed a cdc from the perfect combination of drawing and tooltip example.)
    2008-03-22 22:05:58下载
    积分:1
  • B18
    E:Visual_C__MFC扩展编程实例 例18 动态地抓取应用程序的屏幕图像并将其打印。 上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现 屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在 C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调 用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视,例如,用一个或 者一个以上的控件窗口填充自己的视就不会打印任何东西。每个控件将使用自己的设备环境 将自己打印到屏幕,因此打印视的唯一途径就是抓取屏幕(拷贝其内容到一个位图对象)并将其 打印到打印机。由于该功能整个与位图相关,因此将该功能封装到了位图类中。(E : Visual_C__MFC expand programming examples cases 18 crawls dynamic application's screen images and their Print. Print example, a document is a statement, rather than the current appeared on the screen content. In this case, to achieve the screen crawls and print its contents. M F C Print, as provided limited support, but as long as M F C in C Vi e w : : O r a n D. w (), which provided the equipment environment, we can draw our own consideration. In Print, as when M F C only with the printer device called the environment O D r a n w () function can be. However, if we do not draw their attention, for example, or one with a control over their windows filled as it will not print anything. Controls will use their own equipment to their environment to Print Screen, Therefore, as Print i)
    2007-05-19 19:40:37下载
    积分:1
  • WINDOWS-VIA-C-CPP
    Windows核心编程(第5版) Windows Via C/C++ by Jeffrey Richter and Christophe Nasarre (Windows core programming (5th Edition) Windows Via C/C++ by Jeffrey Richter and Christophe Nasarre)
    2014-05-13 16:57:53下载
    积分:1
  • 696518资源总数
  • 105193会员总数
  • 18今日下载