-ucos2系统。ads开发环境- GPRS拨号实验;GPS地理信息获取实验! 对GPRS和GPS的开发有点帮助!
-ucos2系统。ads开发环境- GPRS拨号实验;GPS地理信息获取实验! 对GPRS和GPS的开发有点帮助!
GPS+Data+Collection技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
-ucos2系统。ads开发环境- GPRS拨号实验;GPS地理信息获取实验! 对GPRS和GPS的开发有点帮助!
通常GPS定位信息接收系统主要由GPS接收天线、变频器、信号通道、微处理器、存储器以及电源等部分组成。由于GPS定位信息内容较少,因此多用RS-232串口将定位信息(NEMA0183语句)从GPS接收机传送到计算机中进行信息提取处理。
Sobel--Image Filter (I). An Image filtering is made over data loaded into the on board RAM and presented on a VGA monito...
.data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call ...
data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ...
This module is common to all of the Example programs It declares the data types and system calls required to access th...
This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM...
This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of the Analog Devices AD...
GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorit...
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。