-
CPPPremier
C++Premier(中文第四版)学习C++的红宝书(C++Premier(Chinese 4th edition))
- 2014-11-17 23:30:12下载
- 积分:1
-
t9-ej1.c
Example exercise in C language
- 2015-03-26 05:44:39下载
- 积分:1
-
中科微GPS模块 V3.2
本文将选用一块支持
BDS/GPS
双模定位并具有低功耗特
点的芯片
ATGM332D-5N-3X
作为手持定位终端的定位模块。
ATGM332D-5N-3X
支持两种卫星导航系统进行组合定位,包括中国的
BDS
(北斗卫星导航系统),
美国的
GPS
。该模块具有
32
个跟踪通道,两个卫星导航系统的
GNSS
信号可同
时被接收,从而实现联合定位的功能。
ATGM332D-5N-3X
模块具有高灵敏度、
低功耗、低成本等特点,适用于船舶导航、车载导航、可穿戴设备等。(This article will choose a piece of support
BDS/GPS
Dual mode positioning with low power consumption
Point chip
ATGM332D-5N-3X
As a positioning module for a handheld positioning terminal.
ATGM332D-5N-3X
Support two satellite navigation systems for combined positioning, including China.
BDS
(Beidou satellite navigation system),
American
GPS
. The module has
Thirty-two
A tracking channel, two satellite navigation systems
GNSS
Signal can be identical
It is received and the function of joint location is achieved.
ATGM332D-5N-3X
The module has high sensitivity,
Low power consumption, low cost and other characteristics, suitable for ship navigation, vehicle navigation, wearable devices, etc.)
- 2020-07-31 11:28:39下载
- 积分:1
-
【C++ Builder程序员学习数据结构】
C++ Builder程序员学习数据结构
- 2022-04-28 03:57:47下载
- 积分:1
-
2019.1.5电流电压双闭环的PI单相逆变器仿真
基于dsp的单相全桥逆变电路的仿真设计实用程序设计(Simulation design of single-phase full-bridge inverters based on DSP)
- 2020-06-19 06:00:01下载
- 积分:1
-
C++ tcp_client
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 2, 2 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
/* Tell the user that we could not find a usable */
/* WinSock DLL. */
return;
}
/* Confirm that the WinSock DLL supports 2.2.*/
/* Note that if the DLL supports versions greater */
/* than 2.2 in addition to 2.2, it will still return */
/* 2.2 in wVersion since that is the version we */
/* requested. */
if ( LOBYTE(
- 2022-07-21 00:36:24下载
- 积分:1
-
TM1680显示代码STM8平台.
以STM8控制TM1680,iic通信代码,数码可以显示,简单参考。(STM8 control TM1680, IIC communication code, digital display, simple reference.)
- 2020-10-30 22:20:01下载
- 积分:1
-
vusb
In computing, an emulator is hardware or software that enables one computer system
- 2020-06-16 13:40:02下载
- 积分:1
-
基于单片机的设计45例仿真图+C语言程序
流水灯,跑马灯,定时器,交通灯,led,看门狗应用,数模转换等。(Water lights, traffic lights, marquees, timer, led, watchdog, DAC etc..)
- 2018-03-29 15:32:16下载
- 积分:1
-
Arranger
适用于高校的自动排课系统 MFC编程 实现教务半自动化(Apply to institutions of higher learning automatically Course Scheduling System Programming MFC semi-automation of the Senate)
- 2009-05-20 12:12:28下载
- 积分:1