CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 双向通信

搜索资源列表

  1. DS18B20

    0下载:
  2. 8位单片机与DS18B20并行双向通信。 Quartus II 8.1项目工程文件. 主源程序文件为DS18B20.v,里面有详细注解。 例子: DS18B20 数据地址 0xf000(ROM=0) DS18B20 ROM指令地址 0xf001(ROM=1) 外部电源供电且只有一DS18B20的读取法: 发送CC到0xf001, 等待busy=0说明器件已准备好, 读0xf001的Bit1=1说明存在器件,Bit0=1为控制忙(可以省略此步) 发送44
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:331.04kb
    • 提供者:yuantielei
  1. NamedPipe

    0下载:
  2. C++实现的命名管道程序,个人实现的,可以实现双向通信,客户端向服务器进行查询,服务器查询后台,返回结果。-C++ implementation of named pipes procedures, personal achievement, and allows two-way communication, the client query to the server, the server queries the background and return the results.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:15.87kb
    • 提供者:吴强
  1. haffman

    0下载:
  2. 一、需求分析 问题描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统能够对待传输数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每段都需要一个完整的编/译系统。试为这样的信息收发站写一个哈夫曼的编译码系统。 基本要求: 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值, 建立哈夫曼树
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.34kb
    • 提供者:王伟
  1. SingleInstance

    0下载:
  2. 这个是一个利用c#中利用邮槽实现进程间通信的工程,包括双向通信内容-This is a use of realization of inter-process communication engineering using the mail slot c#, including two-way communication content
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:9.28kb
    • 提供者:erelk
  1. proc

    0下载:
  2. 基于51单片机的红外通信程序,可以实现利用红外的双向通信功能-Infrared communication program based on 51 single chip microcomputer, can realize two-way communication function infrared
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:11.53kb
    • 提供者:fjdkrje
  1. IOport

    0下载:
  2. 单片机的双机并行通信例程,可以实现双击的双向并行通信,通信稳定可靠-Single-chip parallel communication routines, two-way parallel communication can achieve double, stable and reliable communication
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:16.66kb
    • 提供者:kkjkre
  1. SerialPortCommunicationPsendPreceive

    2下载:
  2. MATLAB实现串口双向通信,可以吧设备采集到的数据通过串口显示到PC上。本程序是基于MATLAB的GUI界面设计,程序调试可用。-This program is designed for serial communication between PC and any devices using MATLAB. It is designed by GUI to make the interface visually.
  3. 所属分类:Other windows programs

    • 发布日期:2016-05-15
    • 文件大小:18kb
    • 提供者:戚永彬
  1. Huffumancode

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编译码系统。-The use of Huffman coding information and communication can greatly improve the channel utilization
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1.78kb
    • 提供者:黄晓明
  1. huffmantree

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 基本要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,(选做:并将它存于文件hfmTree中)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:3.42kb
    • 提供者:微白
  1. PIC16f877a_NRF2401

    0下载:
  2. 基于PIC16f877a实现NRF24l01模块双向通信,下载后即可用-NRF24l01 module based PIC16f877a achieve two-way communication, download available after
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:106.66kb
    • 提供者:dexter
  1. Serial-communication

    0下载:
  2. 用c#语言实现双向串口通信并将接收的数据进行实时波形显示。-C# language with bidirectional serial communication and data received in real-time waveform display.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3.25kb
    • 提供者:梁建华
  1. usbinf

    0下载:
  2. 基于FPGA的软核设计可以实现串口通信和usb通信的双向传输,以及可以在软核基础上实现无线以太等其他通信-FPGA-based soft-core design can be achieved usb communication serial communication and two-way transmission, and can be implemented in other communications such as wireless Ethernet based on soft-c
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:19.06mb
    • 提供者:王琦
  1. USB-OTG

    0下载:
  2. usb-otg详细介绍,为pdf格式,usb-otg可以事先在无pc的情况下实现双向通信-a pdf about usb-otg
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:619.32kb
    • 提供者:showing1234
  1. kengyei_v82

    0下载:
  2. 双向PCS控制仿真,搭建OFDM通信系统的框架,相控阵天线的方向图(切比雪夫加权)。- Two-way PCS control simulation, Build a framework OFDM communication system, Phased array antenna pattern (Chebyshev weights).
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4kb
    • 提供者:tdnfgify
  1. ssl_socket

    0下载:
  2. ssl套接字通信服务端和客户段 ssl单向认证、双向认证(SSL socket communication, server and client segment, SSL one-way authentication, two-way authentication)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:8.6mb
    • 提供者:SuperZCZ
  1. 易语言进程双向通信源码

    0下载:
  2. 主要提供了一个进程之间通讯的一个模板,方便大家查阅,了解进程之间通讯的原理,以及效率(It provides a template for communication between processes)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:4kb
    • 提供者:翟人
  1. 串行通信

    0下载:
  2. 计算机与单片机之间实现串行通信,10位异步通信,波特率1200,采用定时器1产生,实现计算机串口调试助手与单片机之间的双向通信;(The serial communication between computer and MCU is achieved. Asynchronous communication with 10 bits and baud rate of 1200 are generated by timer 1, which realizes two-way communicati
  3. 所属分类:其他

  1. stbscript

    0下载:
  2. 通过匿名管道绑定stderr, 实现进程间的数据数据双向通信()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:mroyqw
  1. JF24D-B双向通信测试程序LED板 带应答 2011-8-23

    1下载:
  2. 2.4G是一种无线技术,由于其频段处于2.400GHz~2.4835GHz之间,所以简称2.4G无线技术。是市面上三大主要无线技术(包括Bluetooth、27M、2.4G)之一。较普遍被应用于无线键盘鼠标。这个程序用的是JF24D模块,实现2.4g无线通信,带应答收发(2.4g wireless communication with reply and receive)
  3. 所属分类:其他

    • 发布日期:2021-02-15
    • 文件大小:793kb
    • 提供者:gzx1225
搜珍网 www.dssz.com