CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - Receive

搜索资源列表

  1. C51

    0下载:
  2. 一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -C51 microcontroller serial port to receive a (break) and send routine can be used to interrupt the microcontroller 51 receives the test
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:6016
    • 提供者:jinjin
  1. pdu

    0下载:
  2. 这是讲的PDU编码格式,挺有用的。上面有接收和发送时的编码规则。-This is about PDU encoding format, quite uselful. Above when there is receive and transmit the encoded rules.
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:12498
    • 提供者:许艳红
  1. jiyudianliwangddexitong

    0下载:
  2. 本系统设计是采用飞利溥公司推出的一款高度整合的家庭自动化专用电源调制解调芯片TDA5051A,通过电路信号收发系统送到电力网传输的典型应用电路系统。-The system design is the use of fly-li-po company launched a highly integrated dedicated power supply of the home automation modem chip TDA5051A, send and receive signals thro
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:215445
    • 提供者:黄增华
  1. COMMA28

    0下载:
  2. 串行口方式1的发送和接收全双工,请试一下就可以了-Serial port mode 1, to send and receive full-duplex, please try to be a
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:964
    • 提供者:nanfang
  1. Seria_M

    0下载:
  2. in this part of source code i added the code for interface the rs-232 with pc and connected it to the fpga spartan-3e in order to transmit data and receive it -in this part of source code i added the code for interface the rs-232 with pc and conne
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:244034
    • 提供者:Mohammed
  1. chip-data-

    0下载:
  2. XFS3031CN中文语音合成芯片数据手册,通过UART接口接收待合成的文本,把文本合成语音输出。-XFS3031CN Chinese speech synthesis chip data sheet, to be synthesized through the UART interface to receive the text, the text of synthesized speech output.
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:359948
    • 提供者:周金剑
  1. AIS-for-Chinese-encoding-rules

    0下载:
  2. 本方案明确了在消息中使用汉字 交换信息的方法,以使规定使用 6 位 ASCII 码收发信息的船载自动识 别系统,能用汉字代码收发信息。 -This plan made clear in the message using Chinese characters for exchange of information, in order to make regulations on the use of 6 bit ASCII code to send and receive informati
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:123783
    • 提供者:sjian
  1. shuangfa

    0下载:
  2. 能够实现nrf24l01的信号双向收发,就是,能够信号发送和接受能同时进行-Nrf24l01 signal two-way transceiver can be achieved, is able to signal to send and receive can be simultaneously
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3876
    • 提供者:陆志鹏
  1. display_driver

    0下载:
  2. SSD1963 is a display controller of 1215K byte frame buffer to support up to 864 x 480 x 24bit graphics content. It also equips parallel MCU interfaces in different bus width to receive graphics data and command from MCU. Its display interface sup
  3. 所属分类:File Formats

    • 发布日期:2017-11-09
    • 文件大小:927700
    • 提供者:T
  1. uC-FS-UserManual

    0下载:
  2. The information in this document is subject to change without notice. W hile the information herein is assumed to be accurate, Micriμm Technologies Corporation (the vendor)assumes no r esponsibility for any errors or omissions. The vendormake
  3. 所属分类:File Formats

    • 发布日期:2017-10-30
    • 文件大小:622235
    • 提供者:李洪亮
  1. nRF_SPIInit_DataSeRe

    0下载:
  2. nRF24L10p与STM32F103xx连接后SPI初始化与数据收发代码。-SPI initialize and DATA send and receive code of nRF24L10p connected with STM32F103xx series.
  3. 所属分类:File Formats

    • 发布日期:2017-11-04
    • 文件大小:579
    • 提供者:Eddy Wang
  1. Serial-debugging-interface

    0下载:
  2. 基于C#编程用VS2008制作的串口调试界面,能进行串口通信,收发数据,界面新颖,功能正常。-Made based on the C# programming with VS2008 serial debugging interface, serial communication, send and receive data, the new interface and functioning properly.
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:6773
    • 提供者:jack
  1. 00268109

    0下载:
  2. In many applications, it is economical for a single modem to receive multiple modulation formats. In particular, the use of BPSK and QPSK has become a defacto standard in many military and NASA systems. However, there is significant interest
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:377608
    • 提供者:lala
  1. C-P-P-programming-under-LINUX

    0下载:
  2. 面向对象程序的基本元素是对象,面向对象程序的主要结构特点是:第一,程序一般由类的定义和类的使用两部分组成,在主程序中定义各对象并规定它们之间传递消息的规律.第二,程序中的一切操作都是通过向对象发送消息来实现的,对象接收到消息后,启动有关方法完成相应的操作-Object-oriented programming is the basic element of object, main structure characteristics of object-oriented programming
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:416807
    • 提供者:小皮哥
  1. crc16

    0下载:
  2. 详细介绍了CRC16的原理,适合初学者学习和了解CRC的相关知识-Receive detailed CRC principles
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:282360
    • 提供者:梁伟超
  1. 6_Design-of-Solar-Charge-Controller

    0下载:
  2. When a solar PV system is deployed for practical applications, the IV Charateristics keeps on changing with insolation and temperature. In order to receive maximum power the load must adjust itself and accordingly to track maximum power point. The
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:201330
    • 提供者:imanedilaneh
  1. Simulation-Platform-UAV-

    0下载:
  2. 该文讨论了如何基于相对低成本的PC 机和图像处理与传输技术构建一个完整的无人机 有效载荷图像仿真平台。该平台可以接收无人机及其指挥控制系统的各种状态参数以及控制指令,通过图像处理,模拟实际情况生成有效 载荷图像数据,并实时下传,以验证无人机及其指挥控制和通信系统的概念结构和工作过程-This paper discusses how a relatively low-cost PC-based image processing and transmission technology and
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:995266
    • 提供者:沫沫
  1. simple-fm-sender

    0下载:
  2. fm sender his FM transmitter (FM Tx) is about the simplest and most basic FM Tx it is possible to build and have a useful transmitting range. It is surprisingly powerful despite its small component count and 3V operating voltage. It will easil
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:242031
    • 提供者:A.BHJI
  1. webserver

    0下载:
  2. 编写一个WEB服务器程序,可以接受来自浏览器的访问,并传输页面(包含多个对象)到浏览器。掌握Socket编程。-To write a WEB server program, you can receive access the browser, and the transmission page (including multiple objects) to the browser. Master Socket programming.
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:1054
    • 提供者:xuxueyou
  1. Bandpass-Filter-design

    0下载:
  2. Abstract- Since 2015, Analog television disabled in Mongolia. So we have to fabricate own DVB-T2 television transmitter, receive antenna and settop box. We already have designed and fabricated own settop box by brand name “Must Sict Solution” . Now o
  3. 所属分类:File Formats

    • 发布日期:2017-04-28
    • 文件大小:370328
    • 提供者:Uuganbayar
搜珍网 www.dssz.com