登录
首页 » c » software description operation of gps server simcom software description operation of gps server sim

software description operation of gps server simcom software description operation of gps server sim

于 2022-03-11 发布 文件大小:2.85 MB
0 40
下载积分: 2 下载次数: 1

代码说明:

gps服务器simcom测试simcom gps服务器simcom测试simcom gps服务器simcom测试simcom

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

发表评论

0 个回复

  • 边缘检测各种算法编码
    边缘检测的各种经典算法,很值得一看。机会不容错过。快来看呀。(edge detection algorithm for the classic, is an eye-catcher. The opportunity should not be missed. Come see ah.)
    2005-05-14 10:28:03下载
    积分:1
  • szmhclsf
    这是一个数字模糊处理的算法论文!很好很经典(Number obfuscation algorithms! Good classic)
    2012-05-27 14:56:19下载
    积分:1
  • 2847618
    系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱()
    2017-11-15 15:30:57下载
    积分:1
  • CCS_pkk
    CCS的配置说明,rtdx verification. IT DSP和matlab联调(CCS description of the configuration, rtdx verification. IT DSP and matlab FBI)
    2009-04-12 19:41:48下载
    积分:1
  • smart-grid
    智能电网综述。提出新的概念和研究方法。及其对目前传统电网的颠覆。(smart power grids。)
    2015-08-21 16:26:20下载
    积分:1
  • PT100测温PID温控
    51单片机采集PT100温度信息,采用ADS1247AD采集模块采集传感器电压,采用算法计算温度值,并利用PID算法控制设定温度大小,温控器件为可控过控制加热丝; 并采用lcd1602液晶显示当前温度与设定温度值;(51 single-chip PT100 temperature information acquisition module using ADS1247AD sensor voltage, using the algorithm to calculate the temperature value, and use the PID algorithm to control the temperature set size, temperature control device for controllable heating wire; LCD1602 LCD is used to display the current temperature and the setting temperature;)
    2017-07-18 11:39:28下载
    积分:1
  • STM32F407驱动OLED显示DS18B20数字温度
    实验器材: 探索者STM32F4开发板 实验目的: 学习单色OLED显示屏的使用 硬件资源: 1,DS0(连接在PF9)  2,ALIENTEK 0.96寸OLED模块(连接IO说明,见oled.h文件)  实验现象: 本实验利用开发板的OLED/CAMERA接口连接ALIENTEK OLED模块,实现OLED模块的显示,下 载成功后,通过把OLED模块插入开发板左下角的OLED/CAMERA模块接口,按下复位之后,就 可以看到OLED模块不停的显示ASCII码和码值。  注意事项:  1,开发板的OLED/CAMERA模块接口比OLED的插针多2个,OLED靠左插即可. 2,例程默认用的8080方式驱动OLED模块,所以OLED模块的BS0,BS1都需要接VCC(默认接的VCC).  一、主要程序代码如下 int main(void){    u8 t=0; short temperature; Stm32_Clock_Init(336,8,2,7);//设置时钟,168Mhz  delay_init(168);   //延时初始化   uart_init(84,115200);  //初始化串口波特率为115200  LED_Init();     //初始化LED  OLED_Init();    //初始化OLED  DS18B20_Init();     //DS18B20初始化  OLED_ShowString(0,10,"Temperature:",12); OLED_ShowString(85,10,".",12); OLED_ShowString(98,10,"C",12); OLED_Refresh_Gram();//更新显示到OLED   while(1)  {    if(t%10==0)//每100ms读取一次  {              temperature=DS18B20_Get_Temp();    OLED_ShowNum(72,10,temperature/10,2,12); //显示正数部分          OLED_ShowNum(89,10,temperature%10,1,12); //显示小数部分          OLED_Refresh_Gram();//更新显示到OLED     }          delay_ms(10);  t ;  if(t==20)  {   t=0;   LED0=!LED0;  } }}
    2020-12-07下载
    积分:1
  • diver
    精伦通用二次开发包 带有VC++ 例子。(Jinglun general secondary development package)
    2011-09-08 18:44:20下载
    积分:1
  • PN512-Reader-Writer
    pn512 芯片读卡器能支持TYPEA,TYPEB,NTAG(PN512 reader/writer supports for typea,typeb and ntag)
    2015-08-25 11:07:25下载
    积分:1
  • RTKLIB
    自1997年zumbeger提出精密单点定位技术以来,精密单点定位技术获得 了广泛的关注。但是由于缺乏高精度实时GPS卫星轨道和钟差产品,PPP技术 的主流应用大部分停留在事后处理模式上,大部分研究也停留在PPP事后定位 技术上。随着高精度实时卫星轨道和钟差产品的诞生,实时精密单点定位技术得 到了长足发展。目前可以提供实时卫星轨道和钟差产品的机构有美国喷气推进实 验室JPL和加拿大自然资源部NRCan,其中 JPL提供IGDG格式的实时GPS卫星 轨道和钟差产品,而NRCan则提供GPS.C格式的实时产品
    2022-10-08 18:50:14下载
    积分:1
  • 696518资源总数
  • 104305会员总数
  • 11今日下载