登录
首页 » c » gps测速

gps测速

于 2022-05-30 发布 文件大小:37.37 kB
0 67
下载积分: 2 下载次数: 1

代码说明:

通过串口通信实现数据的接收和发送,本程序是基于51单片机处理器实现与gps的通信,通过接收两次数据,进行转换,通过计算转换成速度。

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

发表评论

0 个回复

  • BMPprossing
    C处理BMP图像程序,有点缺陷,请大家指出。共同进步(C procedures for handling BMP image, a little flaw, please point out. Common progress)
    2009-10-22 13:45:36下载
    积分:1
  • KWP2000--
    K线通信协议中文精华版及源码示例,只是概述,详细的请查阅ISO14230(K-line communications protocol that the Chinese version of the essence and source code examples, just an overview, details, please consult ISO14230)
    2020-06-30 17:20:02下载
    积分:1
  • 160160stm32
    用ARM内核的CORTEX系列M3产品STM32所做程序,用于控制UC1698进行显示控制,完整程序,直接运行。(CORTEX ARM cores with a series of M3 STM32 products made ​ ​ program for controlling display UC1698 control , complete program , run directly .)
    2020-12-11 14:19:17下载
    积分:1
  • C++ 平原和山间盆地降水量折线图(提高篇-实例510).zip
    C++ 平原和山间盆地降水量折线图(提高篇-实例510).zip
    2019-10-02下载
    积分:1
  • WDM_Driver
    windows驱动详解张帆著 第一章 源码 wdm_driver,非常详细适合入门级的驱动开发(Detailed sails windows driver source code with the first chapter wdm_driver, very detailed for entry-level driver development)
    2013-10-23 10:59:55下载
    积分:1
  • 窗体鼠标移动
    游戏程序的操作不外乎两种——键盘输入控制和鼠标输入控制,几乎所有游戏中都使用鼠标来改变角色的位置和方向,本文主要是讲述如何使用C#调用Windows API函数实现鼠标模拟操作的功能.首先通过结合FindWindow和FindWindowEx寻找到窗体的按钮,在通过SetCursorPos或mouse_event函数操作鼠标,同时涉及到通过spy++工具获取窗体消息的信息.
    2023-04-14 13:55:02下载
    积分:1
  • C# 设置应用程序背景颜色
    C# 设置应用程序背景颜色,通过调用Windows调色板,来选取颜色,然后程序将颜色值赋值给窗口,此盒子可设置斜体的颜色值,运行效果如参考截图所示,核心代码请看以下代码片段:   private void Form1_Load(object sender, EventArgs e)   {//显示应用程序背景颜色    //先打开“Properties”,添加一个System.Drawing.Color类型的变量MyBackColor    this.BackColor = Properties.Settings.Default.MyBackColor;   }   private void button1_Click(object sender, EventArgs e)   {//设置应用程序背景颜色(在运行时编写用户设置)    if(this.colorDialog1.ShowDialog()==DialogResult.OK)    {    Properties.Settings.Default.MyBackColor = this.colorDialog1.Color;    Properties.Settings.Default.Save();    this.BackColor = Properties.Settings.Default.MyBackColor;    }   }
    2022-06-22 05:36:16下载
    积分:1
  • STM32F10xxx-ADC-example
    一份stm32处理器上ADC应用编程的实际例子,附送一份详细pdf源代码说明,说明很清楚,参考价值很大(Stm32 a processor ADC practical examples of application programming, included a detailed pdf source code, note it is clear that a great reference value)
    2008-12-09 21:35:08下载
    积分:1
  • fuzzy_control_C
    说明:  基于模糊原理的温度控制演示程序,C++编写,完整的模糊控制算法(Fuzzy theory based temperature control demonstration program, the preparation of C, a complete fuzzy control algorithm)
    2021-01-13 21:28:47下载
    积分:1
  • CProgram.rar
    说明:  实现了很多的数据结构算法,适合与想学习数据结构编程的读者。(achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.)
    2006-04-05 16:52:57下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载