搜索资源列表
CommPort
- dos下串口数据传输的基类-dos Serial data transmission base class
清华版labview教程
- 清华版LabIVEW教程,除详尽的编程基础外,还有数据采集,信号分析与处理等实用技术介绍.-Qinghua version LabIVEW Guide, in addition to detailed programming base, data acquisition, signal analysis and processing of practical technical presentations.
synaser Synapse串口同步库
- Synapse串口同步库。功能有:它不是控件,而只是代码库。适合编写控制台应用服务或其它应用;不需要安装;读写数据的方法和Synapse提供的TTCPBlockSocket一样;支持MODEM的AT指令;支持RTS驱动的通讯(例如:RS-485适配器)。功能无限制。源代码:包含。适用语言:CB3 CB4 CB5 D2 D3 D4 D5,Synapse serial synchronous library. Function: it is not control, but only code ba
FontConvert_src.rar
- VIA CDMA 字体库转换工具原码 FontConvert是一个字库转换工具,它将以bmf格式的保存的二进制字库数据文件转换为VIA所需的内部格式。,VIA CDMA base font conversion tools FontConvert source is a font conversion tools, it will save bmf format binary font data file is converted to the internal format required
chapter5
- 一个关于短息防伪系统的C++数据库开发例程,数据库选用Acce-An example of development of data base with C++
cdma2000-UV_Simulator
- 一个cdma2000的系统仿真器,附英文手册-The cdma2000-UV Simulator estimates the performance of data transmissions at the physical layer of the mobile communications technology cdma2000 1X. These wireless data transmissions enable the communication between mobile
VCcom
- 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
6
- 串口通讯实验: 本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。运行系统,就会显示“UART & Interrupt Experiment,Please Input from the keyboard”,我们就可以通过写串口操作。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Ser
simulationfor3Gtransmitionsystem
- 3G发端的基带仿真系统,实现的功能包括CRC校验,对较长数据块的分段,Turbo编码,速率匹配、级联,加扰,调制,MIMO分层和预编码-The 3G simulation system for transmitting signal in base band is fullfilled.It is powerfull.The function contains such as CRC checking,segmentation for large data block,Turbo coding,
A-5.8-GHz-RFID-based-Data-Transmission-System-as.
- introduction about serial data transfer upon wireless system. The slave and master take base role of this system.
NAVI
- GPS数据解析,根据此数据进行路径选择,包括最短路径和最省时路径选择-Parse GPS data, base on that data to choose the route, including the shortest path and the most saving time path
WCDMA_source
- 根据3GPP25.141协议生成测试模式下的WCDMA系统基站测试数据格式,使用MATLAB产生业务信道。包括pn9序列生成、OVSF码、扰码、调制、扩频以及各码道的功率值加权叠加。-Agreement under 3GPP25.141 generate test mode WCDMA base station test data format, using the MATLAB generate traffic channel. Including pn9 sequence generatio
BGW200
- BGW200 Low-power WLAN SiP.The BGW200 is a complete, low-power 802.11b Wireless LAN (WLAN) System-in-a-Package (SiP) solution optimized for battery-powered handheld devices. It enables consumers to connect to the growing number of WLAN networks
Base-de-Data
- Another example of database for Android
DATAsave_android
- android 数据存储优秀基础案例,希望大家以后上传尽量上传基础类且包含注释的资料,这样很有助于学习。-Case-based data storage android good, I hope you upload as much as possible after the base class and upload data with comments, this is very conducive to learning.
Cshape_GPS
- 用C#读取GPS数据的基类 -Read in c# GPS data base class
serialport-and-orientation
- 接收串口数据,接收移动或者联通基站代码,将其转化为经纬度,调用谷歌地图进行定位-Receiving serial data, the receiving mobile or Unicom base station code, latitude and longitude, to call Google Maps to locate
Uspjesan_OFDMA_Uplink
- Matlab Simulink 2012a Model shows how this complex OFDMA technique works on the simple Uplink example. Model consists of two users (transmitters) who send bursts of data to a base station (receiver). Channel is clear, and no correction coding i
Service-with-MySQL
- Windows service program, it start and poll serial COM-port with Modbus ASCI protocol and write data to MySQL data base.
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公