CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - data stream

搜索资源列表

  1. liangs_串口调试器2002

    0下载:
  2. 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:149211
    • 提供者:张小姐
  1. eoeAndroid6

    0下载:
  2. 【eoeAndroid特刊】第六期 数据通信-成为Android数据流大师,本期主要包含如下四方面的内容: 1. SD 的介绍、模拟器中模拟、代码中的使用 2. 蓝牙的使用、底层蓝牙的分析 3. Wifi 在SDK 中相关的内容 4. http 协议的简单介绍等-Special Report】 【eoeAndroid sixth data communications- as Android master data stream, this issue mainly contai
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:1492911
    • 提供者:邱毅
  1. UDPTest

    0下载:
  2. 使用UDP的组播方式获取组播数据流的Android程序-Way to use multicast UDP multicast data stream for Android program
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:48418
    • 提供者:daisuda
  1. findPreambles-trial

    0下载:
  2. This GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each channel. The preamble is verified by check of the spacing between preambles [6sec] and parity checking of the first two words in a subframe. At the s
  3. 所属分类:GPS develop

    • 发布日期:2017-03-27
    • 文件大小:2359
    • 提供者:Nelson Loh
  1. DSSS_enhanced_with_a_coarse_time_synchronization_

    0下载:
  2. The .m file simulates a Spread-Spectrum Modulation Trx/Rcx system, in which, the phase of the pseudo-random sequence generated in the transmitter and used to encode the data stream is unknown a priory at the receiver.A parallel search strategy is emp
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:3205
    • 提供者:Rafal
  1. CommTest

    0下载:
  2. 串口通信例程,内含串口类,一个老外写的,我修正了一个bug:在接收数据流未完成前退出程序会导致进程驻留在内存-Serial communication routines, containing serial port class, written by a foreigner, I fixed a bug: the receiving data stream does not quit the program before the completion of the process will l
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:50362
    • 提供者:yang
  1. OFDMSimulation

    0下载:
  2.  OFDM —— OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术,实际上OFDM是MCM Multi-CarrierModulation,多载波调制的一种。其主要思想是:将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。此程序为ofdm仿真程序!-OFDM- OFDM (Orthogonal Frequency Division Multiplexing) that is ortho
  3. 所属分类:3G develop

    • 发布日期:2017-03-27
    • 文件大小:2471
    • 提供者:周强
  1. UART_T1

    0下载:
  2. UART:Universal Asynchronous Receiver/Transmitter,通用异步接收/发送装置,UART是一个并行输入成为串行输出的芯片,通常集成在主板上,多数是16550AFN芯片。 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。-UART: Universal Asynchronous Receiver/Transmitt
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:278230
    • 提供者:zgd
  1. play_pcm_data

    0下载:
  2. 在symbian下播放pcm数据流的代码,可以直接用了。-Pcm player in the data stream under symbian code, can be directly used.
  3. 所属分类:Symbian

    • 发布日期:2017-04-01
    • 文件大小:698650
    • 提供者:whc
  1. eoeAndroid-data-socket

    0下载:
  2. eoeAndroid 数据通信-成为Android数据流大师-eoeAndroid data communications- as the master data stream Android
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:1497674
    • 提供者:alen
  1. RFID-Data-Processing-

    0下载:
  2. RFID Data Processing with a Data Stream Query Language
  3. 所属分类:RFID

    • 发布日期:2017-03-31
    • 文件大小:534373
    • 提供者:阿东
  1. H264encodertest

    0下载:
  2. 从相机previewcallback得来的预览数据流,采用H264编码,存储到本的SD卡,H264编码器采用x264移植到Android的动态库,对于andriod视频处理具有较大参考价值-get data stream from the camera previewcallback, using the H264 encoder, and then store in this SD card, the H264 encoder using x264 ported to the Android
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4852775
    • 提供者:sewin
  1. WeatherParser

    0下载:
  2. 提供全国天气查询的Demo,简单,易懂,用的是JSON数据流-Provide national weather queries Demo, simple, easy to understand, with JSON data stream
  3. 所属分类:iPhone

    • 发布日期:2017-12-02
    • 文件大小:651402
    • 提供者:linux
  1. SerMon

    2下载:
  2. USB串口监控,可以在不占用串口的情况下 采集串口上的IO数据流-USB serial monitoring acquisition can not take up the serial IO on the serial data stream
  3. 所属分类:Com Port

    • 发布日期:2015-01-21
    • 文件大小:46080
    • 提供者:Lyan
  1. SocketTool2

    0下载:
  2. 很好的数据流收发软件,即可实现对数据流的监控有可实现发特定的数据流。-Good data stream transceiver software can be achieved a hair specific data stream can be realized on the monitoring of the data stream.
  3. 所属分类:Com Port

    • 发布日期:2017-11-22
    • 文件大小:1832560
    • 提供者:yuanxiaodann1
  1. GPSActivity

    0下载:
  2. android上解析GPS数据的APP,导航应用的服务端和客户端-android GPS app for parsing GPS data stream
  3. 所属分类:GPS develop

    • 发布日期:2017-04-07
    • 文件大小:2357
    • 提供者:肖楷
  1. hextodouble

    0下载:
  2. 把串口读入的二进制数据流转换成double类型,这个函数可以直接调用-The serial binary data stream read into double-precision data conversion, can be called directly.
  3. 所属分类:Com Port

    • 发布日期:2017-04-12
    • 文件大小:630
    • 提供者:邓松
  1. hextosingle

    0下载:
  2. 将串口读入的二进制数据流转换成single格式,可直接调用或显示-Read the serial binary data stream into a single format that can be called directly or display
  3. 所属分类:Com Port

    • 发布日期:2017-04-12
    • 文件大小:614
    • 提供者:邓松
  1. java-master

    0下载:
  2. Android插件 PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:181293
    • 提供者:zhanggan
  1. PSDCH

    1下载:
  2. D2D发现信道matlab代码,包括资源池的确定,随机撒点确定用户,为用户分配数据流,资源分配过程,SINR计算-D2D discovery channel matlab code, including determining resource pool of randomly scattered points to determine the user, assign the user data stream, the resource allocation process, SINR cal
  3. 所属分类:3G develop

    • 发布日期:2017-05-04
    • 文件大小:31564
    • 提供者:刘健
« 12 »
搜珍网 www.dssz.com