登录
首页 » C++ » ITRF2008-ITRF--into-other

ITRF2008-ITRF--into-other

于 2020-10-24 发布 文件大小:4342KB
0 270
下载积分: 1 下载次数: 21

代码说明:

  使用C++实现ITRF2008到其他ITRF框架坐标转换,以便于在编程中使用(ITRF2008 ITRF frame coordinate conversion into other)

文件列表:

ITRF2008到其他ITRF框架坐标转换1
...............................\ct.cpp,3161,2013-01-11
...............................\ct.h,1612,2012-12-05
...............................\Debug
...............................\.....\ct.obj,163143,2012-12-05
...............................\.....\ITRF2008到其他ITRF框架坐标转换.exe,573532,2012-12-05
...............................\.....\ITRF2008到其他ITRF框架坐标转换.ilk,852688,2012-12-05
...............................\.....\ITRF2008到其他ITRF框架坐标转换.opt,43520,2012-11-29
...............................\.....\ITRF2008到其他ITRF框架坐标转换.pch,2012072,2012-12-05
...............................\.....\ITRF2008到其他ITRF框架坐标转换.pdb,1451008,2012-12-05
...............................\.....\vc60.idb,164864,2012-12-05
...............................\.....\vc60.pdb,143360,2012-12-05
...............................\.....\坐标转换.obj,164400,2012-12-05
...............................\H1.H,0,2013-01-11
...............................\ITRF2008到其他ITRF框架坐标转换.dsp,4662,2012-11-28
...............................\ITRF2008到其他ITRF框架坐标转换.dsw,568,2012-11-27
...............................\ITRF2008到其他ITRF框架坐标转换.ncb,82944,2013-03-29
...............................\ITRF2008到其他ITRF框架坐标转换.opt,49664,2013-03-29
...............................\ITRF2008到其他ITRF框架坐标转换.plg,999,2013-03-29
...............................\ITRF2008到其他ITRF框架坐标转换1
...............................\...............................\ct.cpp,2887,2012-12-05
...............................\...............................\ct.h,1612,2012-12-05
...............................\...............................\Debug
...............................\...............................\.....\ct.obj,163143,2012-12-05
...............................\...............................\.....\ITRF2008到其他ITRF框架坐标转换.exe,573532,2012-12-05
...............................\...............................\.....\ITRF2008到其他ITRF框架坐标转换.ilk,852688,2012-12-05
...............................\...............................\.....\ITRF2008到其他ITRF框架坐标转换.opt,43520,2012-11-29
...............................\...............................\.....\ITRF2008到其他ITRF框架坐标转换.pch,2012072,2012-12-05
...............................\...............................\.....\ITRF2008到其他ITRF框架坐标转换.pdb,1451008,2012-12-05
...............................\...............................\.....\vc60.idb,164864,2012-12-05
...............................\...............................\.....\vc60.pdb,143360,2012-12-05
...............................\...............................\.....\坐标转换.obj,164400,2012-12-05
...............................\...............................\ITRF2008到其他ITRF框架坐标转换.dsp,4662,2012-11-28
...............................\...............................\ITRF2008到其他ITRF框架坐标转换.dsw,568,2012-11-27
...............................\...............................\ITRF2008到其他ITRF框架坐标转换.ncb,74752,2013-03-29
...............................\...............................\ITRF2008到其他ITRF框架坐标转换.opt,48640,2013-03-29
...............................\...............................\ITRF2008到其他ITRF框架坐标转换.plg,296,2013-03-29
...............................\...............................\Release
...............................\...............................\.......\ct.obj,50393,2012-12-05
...............................\...............................\.......\ITRF2008到其他ITRF框架坐标转换.exe,184320,2012-12-05
...............................\...............................\.......\ITRF2008到其他ITRF框架坐标转换.pch,2106240,2012-12-05
...............................\...............................\.......\vc60.idb,41984,2013-03-29
...............................\...............................\.......\坐标转换.obj,85073,2012-12-05
...............................\...............................\坐标转换.cpp,1441,2012-12-05
...............................\...............................\已知点状态向量.txt,386,2012-12-05
...............................\...............................\计算结果文件.txt,319,2013-03-29
...............................\...............................\计算结果文件2.txt,319,2012-12-05
...............................\...............................\计算结果文件old.txt,266,2012-12-05
...............................\...............................\说明文件.txt,521,2012-12-03
...............................\ITRF框架坐标转换问题的研究.pdf,740650,2012-11-27
...............................\ITRF框架间坐标转换.doc,45568,2012-12-04
...............................\Release
...............................\.......\ct.obj,50375,2013-02-08
...............................\.......\ITRF2008到其他ITRF框架坐标转换.exe,184320,2013-03-29
...............................\.......\ITRF2008到其他ITRF框架坐标转换.pch,2109072,2013-03-29
...............................\.......\vc60.idb,58368,2013-03-29
...............................\.......\坐标转换.obj,85109,2013-03-29
...............................\坐标转换.cpp,1443,2012-12-11
...............................\已知点状态向量.txt,386,2012-12-05
...............................\算例文件数据.txt,1268,2012-12-06
...............................\计算结果文件.txt,319,2013-03-29
...............................\计算结果文件2.txt,319,2012-12-05
...............................\计算结果文件old.txt,266,2012-12-05
...............................\说明文件.txt,521,2012-12-03

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

发表评论

0 个回复

  • wuziqi
    SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
    2012-08-30 17:27:01下载
    积分:1
  • DNS-software
    可以查询网络DNS的一个小程序,以运行,无错误,可直接使用(Can the DNS query network a small program to run, no mistake, can use directly)
    2012-02-21 19:58:26下载
    积分:1
  • goran.1.2
    a wordpress theme with great designs
    2015-09-19 06:55:51下载
    积分:1
  • 一个基本的网关切换序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在序里设置没有单独的配置这是个弊端。...
    一个基本的网关切换程序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在程序里设置没有单独的配置这是个弊端。-a basic gateway switch (Advanced use) for two with a broadband Internet use, lack of time, Gateway address the program is no single set of configuration it is ills.
    2023-01-12 12:30:03下载
    积分:1
  • Active-piece-of
    VC++实现滑动块 按键盘A键滑块左移,D键滑块右移(VC++ realize sliding blocks. According to A slider keyboard key moves left, D key slider move to the right. )
    2012-07-04 01:50:57下载
    积分:1
  • RealTime_Plot
    实时曲线显示类,VC++语言开发,可同时显示4条曲线(用户可自行增加),提供标尺和信息显示栏,背景网格疏密程度可调,可直接产生DLL移植到其他工程中使用。(Real-time curve display category, VC++ Language development, can simultaneously display four curve (users can increase their own), to provide benchmark and information display boards, the extent of the background grid spacing adjustable, can be directly transplanted to generate DLL in other projects使用.)
    2008-07-17 20:31:22下载
    积分:1
  • 实验31 DHT11数字温湿度传感器实验
    说明:  DHT11用数码管和LED进行显示,可精确到小数点后一位(DHT11 is displayed by digital tube and led, which can be accurate to one decimal place)
    2019-12-27 10:51:45下载
    积分:1
  • AddressListVS05
    该系统为通讯录系统,实现了通讯录的管理功能,增删改通讯功能。通讯录查询工作是一个很复杂的问题,在实际的工作领域中,时常会遇到要修改通讯录的问题,例如修改、删除、添加、查找等都是应用过程中十分频繁的操作,如果有一个应用软件可以使这个操作简单而富有人性化,我们就可以通过界面上的提示语言来轻松准确地完成以上操作了。 本通讯录主要涉及函数的调用、指针、哈希表等主要技术。其中,函数的调用和哈希表是技术的重点。 (The system address book system, and the address book management features, additions and deletions to communication. Directory inquiries is a very complex issue, in the actual work areas, often face the problem to modify the address book, such as modify, delete, add, find the application process are all very frequent operation, if an application can make this simple and full of humane, we are prompted by the interface language to easily and accurately complete the above operation. The book mainly related function call, pointer, hash table and other major technologies. Among them, the function call and a hash table is the focus of technology.)
    2011-06-05 13:03:11下载
    积分:1
  • based. Net and AJAX technology administrator account of the voice mail : yurow P...
    基于.Net和AJAX技术的留言本 管理员帐号:yurow 密码:123456 -based. Net and AJAX technology administrator account of the voice mail : yurow Password : 123456
    2022-05-26 07:48:58下载
    积分:1
  • 通过网易云 qq音乐 下载歌曲
    说明:  下载歌曲 通过网易云 qq音乐等 测试研究使用(for down music Test research use)
    2020-06-19 08:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载