登录
首页 » Visual C++ » DecodeGPSINFO

DecodeGPSINFO

于 2011-07-21 发布 文件大小:8110KB
0 219
下载积分: 1 下载次数: 33

代码说明:

  模拟GPS信号的解析的MFC程序。有卫星的轨迹和人的轨迹图~(GPS signal simulation analysis of the MFC program. Satellite trajectory and the trajectories of people ~)

文件列表:

DecodeGPSINFO
.............\debug
.............\.....\DecodeGPSINFO.exe,131072,2011-07-13
.............\.....\DecodeGPSINFO.ilk,1148548,2011-07-13
.............\.....\DecodeGPSINFO.pdb,3361792,2011-07-13
.............\DecodeGPSINFO
.............\.............\Debug
.............\.............\.....\BuildLog.htm,7388,2011-07-13
.............\.............\.....\DecodeGPSINFO.exe.embed.manifest,936,2011-07-08
.............\.............\.....\DecodeGPSINFO.exe.embed.manifest.res,1000,2011-07-08
.............\.............\.....\DecodeGPSINFO.exe.intermediate.manifest,884,2011-07-13
.............\.............\.....\DecodeGPSINFO.obj,24562,2011-07-08
.............\.............\.....\DecodeGPSINFO.pch,13434880,2011-07-08
.............\.............\.....\DecodeGPSINFO.res,24060,2011-07-13
.............\.............\.....\DecodeGPSINFODlg.obj,93914,2011-07-08
.............\.............\.....\dlg.obj,44151,2011-07-13
.............\.............\.....\mt.dep,65,2011-07-13
.............\.............\.....\stdafx.obj,265606,2011-07-08
.............\.............\.....\vc80.idb,699392,2011-07-13
.............\.............\.....\vc80.pdb,700416,2011-07-13
.............\.............\DecodeGPSINFO.aps,59504,2011-07-13
.............\.............\DecodeGPSINFO.cpp,1740,2011-07-08
.............\.............\DecodeGPSINFO.h,483,2011-07-08
.............\.............\DecodeGPSINFO.rc,6469,2011-07-13
.............\.............\DecodeGPSINFO.vcproj,5649,2011-07-08
.............\.............\DecodeGPSINFO.vcproj.lenovo-THINK.lenovo.user,1421,2011-07-13
.............\.............\DecodeGPSINFODlg.cpp,10295,2011-07-08
.............\.............\DecodeGPSINFODlg.h,1057,2011-07-08
.............\.............\dlg.cpp,2382,2011-07-13
.............\.............\dlg.h,539,2011-07-08
.............\.............\ReadMe.txt,2999,2011-07-08
.............\.............\res

.............\.............\...\DecodeGPSINFO.rc2,369,2011-07-08
.............\.............\resource.h,1328,2011-07-08
.............\.............\stdafx.cpp,144,2011-07-08
.............\.............\stdafx.h,2489,2011-07-08
.............\.............\tob.txt,814903,2011-07-08
.............\DecodeGPSINFO.ncb,14199808,2011-07-13
.............\DecodeGPSINFO.sln,904,2011-07-08

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

发表评论

0 个回复

  • MulDesk
    提供4个windows桌面的最简洁程序,切换速度快。包括系统托盘图标,支持快捷键alt+1(2,3,4)切换。(Provide four of the most simple windows desktop application, switching speed. Including the system tray icon, support shortcut key alt+1 (2,3,4) switching.)
    2011-07-16 11:01:32下载
    积分:1
  • TimeTransform
    vc 时间戳转换北京时间格式(字符串) 北京时间格式转换时间戳
    2015-12-29 10:52:56下载
    积分:1
  • kinect
    一个自己开发的kinect体感程序,建立在WIN7+DX9+VS2010框架下,很有用哦!(A sense of their own development kinect body program, established in WIN7+ DX9+ VS2010 framework, useful for Oh!)
    2011-11-24 10:34:06下载
    积分:1
  • What_const_Really_Means
    说明:  在软件开发中,特别是驱动开发中,什么时候用const,什么时候又要加volatile,这里有详细的讲解(In software development, particularly driven development, when to use const, when that the increase in volatile, here in detail)
    2010-04-30 17:27:52下载
    积分:1
  • ADOAccessDemo
    该例程参考《Visual C++开发修行实录》,为ADO访问Access数据库的例程,其中详细介绍了ADO访问数据库的步骤,以及查询、修改、删除等SQL语言的使用。(Refer to the routine Visual C++ development practice record , as the ado access access routines, which details the steps of ADO to access the , and query, modify, delete SQL language use. )
    2015-07-15 10:49:40下载
    积分:1
  • EasyGUI
    简单的GUI,可以作为学习,也可以自己根据基类作扩展(Simple GUI can be used as learning can also be the base class for the extension)
    2012-07-22 00:19:37下载
    积分:1
  • Visual-CPP-PDF
    Visual C++通信编程工程实例精解(附盘) PDF(failed to translate)
    2013-05-07 15:51:11下载
    积分:1
  • ExcelAccc
    通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件(adoption of this sample source code and supporting you to be more flexible control of Excel documents, including the creation of new Excel file, write tabular data, reading the spreadsheet data (including the original Excel files built themselves manually add the rows and columns of data accurately read), has been deleted Excel spreadsheet, the forms were designated rows and columns, and cells to conduct inquiries, insert, replace, etc, and also can be generated for the Excel document conversion designated by separate segregated from the other website text files)
    2005-03-21 10:22:41下载
    积分:1
  • 16CRC
    16位CRC校验原理与算法分析,很详尽,学习CRC16的重要资料。(16-bit CRC checksum algorithm theory and analysis, very detailed and important information to learn CRC16.)
    2009-09-27 09:29:15下载
    积分:1
  • MyFtp
    基于Winsock的网络编程小程序,可以实现FTP的上传和下载。(Winsock-based network programming applets, can be achieved FTP upload and download.)
    2009-06-15 01:02:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载