-
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GP...
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。-This is a simple software development kit (SDK), you can take advantage of this GPSLIB in their own 32-bit Windows applications to join the Global Positioning System support. Source code compressed file contains GPSLIB library source code and Demo program. Many documents have detailed notes. Downloadable file in order to guarantee as much as possible the size of the small, compressed file does not contain any binary files. Please use the Visual C++ 5 or later to compile and generate DLLs, Control Panel procedures and executable file.
- 2022-02-01 17:47:44下载
- 积分:1
-
NS2的一些学习资料,是我在各种网站广泛收集…
ns2的一些学习资料,都是我在各个网站广泛搜集的-ns2 some of the learning materials, are my collected at various sites a wide range
- 2022-07-15 01:48:29下载
- 积分:1
-
使用SerialPort类实现串口通信的小程序
使用SerialPort类实现串口通信的小程序-SerialPort Class realize the use of serial communication applet
- 2022-02-15 16:36:55下载
- 积分:1
-
16qam modulation artical ,very usful
16qam modulation artical ,very usful
- 2023-02-25 04:40:04下载
- 积分:1
-
单级cic数字积分梳妆滤波器实现,格式.v代码,verilog语言编程...
单级cic数字积分梳妆滤波器实现,格式.v代码,verilog语言编程-Single-stage CIC filter dressing integral digital format. V code, verilog language programming
- 2022-04-29 14:45:39下载
- 积分:1
-
编写邮件发送程序必备的库文件。其中定义了所需结构
编写邮件发送程序必备的库文件。其中定义了所需结构-preparation procedures required of the library. Which defines the required structures
- 2022-11-17 15:10:03下载
- 积分:1
-
ADC DAC
ADC DAC -- Scientist s Guide-ADC DAC-- Scientist s Guide
- 2022-04-11 11:36:01下载
- 积分:1
-
LDPC码的实现,包括编码器和解码器,使用了DCT.
LDPC码的实现,包括编码器和解码器,使用了DCT.-LDPC codes to achieve, including encoders and decoders, the use of the DCT.
- 2022-02-15 22:56:41下载
- 积分:1
-
扩展的直序扩频系统,包括了同步,信道估计,频偏和频偏估计...
扩展的直序扩频系统,包括了同步,信道估计,频偏和频偏估计-Expansion of the Direct Sequence Spread Spectrum system, including synchronization, channel estimation, frequency offset and frequency offset estimation
- 2022-01-26 00:46:51下载
- 积分:1
-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1