登录
首页 » Visual C++ » UAVPlatform0223

UAVPlatform0223

于 2017-03-06 发布 文件大小:4878KB
0 266
下载积分: 1 下载次数: 7

代码说明:

  osg地图,在vs2010和qt5上面搭建地图软件框架(Osg map, in the vs2010 and qt5 above the map software framework)

文件列表:

UAVPlatform
...........\centralscene.cpp,5586,2017-02-23
...........\centralscene.h,1388,2017-02-21
...........\centralview.cpp,901,2017-02-23
...........\centralview.h,436,2017-02-23
...........\centralviewevent.cpp,2871,2017-02-23
...........\centralviewevent.h,1519,2017-02-23
...........\centralwidget.cpp,207,2017-02-21
...........\centralwidget.h,292,2017-02-21
...........\Debug
...........\.....\centralscene.obj,642396,2017-02-23
...........\.....\centralview.obj,639699,2017-02-23
...........\.....\centralviewevent.obj,808095,2017-02-23
...........\.....\centralwidget.obj,64837,2017-02-21
...........\.....\CL.read.1.tlog,429500,2017-02-23
...........\.....\CL.write.1.tlog,11812,2017-02-23
...........\.....\custombuild.read.1.tlog,1248,2017-02-23
...........\.....\custombuild.write.1.tlog,1674,2017-02-23
...........\.....\eventadapter.obj,578882,2017-02-21
...........\.....\link.read.1.tlog,6504,2017-02-23
...........\.....\link.write.1.tlog,1582,2017-02-23
...........\.....\main.obj,577953,2017-02-23
...........\.....\moc_centralviewevent.obj,646914,2017-02-23
...........\.....\moc_centralwidget.obj,58927,2017-02-21
...........\.....\moc_uavplatform.obj,580332,2017-02-23
...........\.....\moc_viewof2d.obj,524517,2017-02-17
...........\.....\mt.read.1.tlog,628,2017-02-23
...........\.....\mt.write.1.tlog,256,2017-02-23
...........\.....\qrc_uavplatform.obj,21619,2017-02-21
...........\.....\UAVPlatform.Build.CppClean.log,1745,2017-02-17
...........\.....\UAVPlatform.exe.intermediate.manifest,381,2017-02-23
...........\.....\UAVPlatform.lastbuildstate,47,2017-02-23
...........\.....\UAVPlatform.log,3679,2017-02-23
...........\.....\uavplatform.obj,644485,2017-02-23
...........\.....\UAVPlatform.vcxprojResolveAssemblyReference.cache,713,2017-02-17
...........\.....\UAVPlatform.write.1.tlog,0,2017-02-17
...........\.....\vc100.pdb,9973760,2017-02-23
...........\.....\viewof2d.obj,610399,2017-02-17
...........\GeneratedFiles
...........\..............\Debug
...........\..............\.....\moc_centralviewevent.cpp,6884,2017-02-23
...........\..............\.....\moc_centralwidget.cpp,2715,2017-02-21
...........\..............\.....\moc_uavplatform.cpp,2691,2017-02-23
...........\..............\qrc_uavplatform.cpp,696,2017-02-17
...........\..............\Release
...........\..............\ui_uavplatform.h,3093,2017-02-21
...........\label_earth.earth,2764,2017-02-17
...........\main.cpp,314,2017-02-17
...........\mymap.earth,133,2017-02-17
...........\mymap1.earth.txt,238,2017-02-17
...........\Resources
...........\uavplatform.cpp,743,2017-02-21
...........\uavplatform.h,570,2017-02-23
...........\uavplatform.qrc,71,2017-02-17
...........\uavplatform.ui,1378,2017-02-21
...........\UAVPlatform.vcxproj,16374,2017-02-21
...........\UAVPlatform.vcxproj.filters,4254,2017-02-21
...........\UAVPlatform.vcxproj.user,619,2017-02-17
...........\world.tif,8555884,2013-11-27

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

发表评论

0 个回复

  • REGCTRL
    说明:  注册表操作,打开注册表,查询,并进行设置。后面有注释部分是进行系统的一些信息进行设置查询。(Registry operation, open the registry, query, and set up. Notes partly behind some of the information system set up inquiries.)
    2008-11-07 18:11:18下载
    积分:1
  • mangemaent
    存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。(One of the main functions of storage management is a reasonable allocation of space. The requested page style management is a common virtual storage management technology. The purpose of this study is to page through the request-type management page replacement algorithm for analog design, understanding the characteristics of virtual storage technology, master requested page storage management page replacement algorithm.)
    2010-05-29 16:05:23下载
    积分:1
  • HookIE01
    上网限制:通过添加应用程序黑白名单,禁止或者允许学生机访问指定的网址。(Internet Restrictions: black list by adding an application to prohibit or allow students to access the specified URL.)
    2013-08-13 13:24:32下载
    积分:1
  • ovtraoadedprogrammingsource
    Bulk Mail demonstrates sending a large number of email via controls
    2017-06-11 16:30:56下载
    积分:1
  • ComDemo
    曾几,想写一个COM组件的helloworld(也就是好奇心,想了解一下细节,至今我还没什么地方需要使用这个,dshow过滤器开发,DXSDK中已经包装好了一些辅助函数,也不需要自己去写COM 组件的实现部分)。每次都是跟着书上的步奏(都是从简化模型一步一步往COM组件模型靠拢),有点繁琐,没能坚持下去,多次未果。 这次,终于在百度的帮助下,完成了这个helloworld的心愿。 歌颂百度,此处略过1000字...( ignored)
    2015-05-19 15:52:31下载
    积分:1
  • EDIDVIEW
    读取注册表中关于显示器edid的记录信息。(Get the EDID information from Reg.)
    2011-12-28 19:45:54下载
    积分:1
  • FatigueTest
    试验检测系统,是为摩托车上泵和制动钳提供检测的而开发的(Test。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
    2009-11-17 16:26:04下载
    积分:1
  • 7308961
    ansi字符串与Unicode字符串转换的代码 包括UTP-8(ANSI string with Unicode string conversion code Including UTP - 8 -)
    2017-07-15 01:29:32下载
    积分:1
  • 01825465
    COM+编程技术内幕 学习COM+的好资料,不错的源码(COM+ programming technology insider good information to learn COM+, good source)
    2017-06-01 00:07:24下载
    积分:1
  • WinKey
    这是一个通过冻结winlogon程序实现的屏蔽win7下ctl+alt+del键的功能,仔细看,不别乱喷。(this is a app to keep out the win key!)
    2016-06-17 17:14:36下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载