CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 奇偶校验

搜索资源列表

  1. effcient-encoding-of-QC_LDPC

    0下载:
  2. 有效的编码Quasi-CyclicLow-Density奇偶校验码-Efficent Encoding of Quasi-CyclicLow-Density Parity-Check Codesi
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:541192
    • 提供者:sarah
  1. N79E81x_Sample_Code_V1.0.2

    0下载:
  2. 适用于没有奇偶校验功能的新塘单片机,已经验证通过-No parity function applies Xintang SCM, it has been verified by
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:16214
    • 提供者:ldpy2008
  1. EX-labview

    0下载:
  2. 正如上面提到的,UART广泛用于数字chip-to-chip通信在嵌入式系统上。虽然有很多配置,一个共同的UART包结构是10 - 1起始位,8位数据位(一个字节),和1停止位。下面的结构如图1所示,通常称为8 n1(1 8位数据位,没有奇偶校验,停止位)。有时包括一个额外的位奇偶校验检查(错误检测的一种简单形式),但这不是覆盖在这个实验室。-he experiments should achieve the UART universal asynchronous communicatio
  3. 所属分类:LabView

    • 发布日期:2017-05-25
    • 文件大小:8371259
    • 提供者:刘奇林
  1. PS2KEY-1602

    0下载:
  2. msp430f149的PS2键盘驱动程序,并在1602液晶上显示键值,键值为单个显示,PS2键盘按键1次输出33个时钟脉冲,因此采用中断的方式读取33次,只提取最后一个字节中的数据位做键码 按键1次,实际输出3个字节数据,每个字节为11位,一个起始位(0),8个数据位,一个奇偶校验位,一个停止位(1)并且第1个字节与第3个字节数据相同,此程序提取第3个字节的数据位键值数据-msp430f149 the PS2 keyboard drivers, and in 1602 the LCD dis
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:36862
    • 提供者:曹宇婷
  1. Serial-port-to-send-and-receive-data

    0下载:
  2. 打开串口调试程序,波特率9600,无奇偶校验,晶振11.0592MHZ,发送和接收使用的格式相同, 如都使用字符型格式,在发送框输入“hello,I love you”,在接口框中同样可以看到相同字符 -Open the serial debugging procedures, 9600 baud rate, no parity, crystal 11.0592MHZ, sent and received using the same format, In the use of ch
  3. 所属分类:Com Port

    • 发布日期:2017-04-26
    • 文件大小:18838
    • 提供者:彩蓉
  1. PS2--digital-display

    0下载:
  2. 用外部中断读取PS2键盘的数据 并在数码管上显示,此程序只处理数字键盘。其余按键功能用户可以自行扩展,为了程序简单便于阅读和学习,程序中没有使用奇偶校验, 校验程序请自行添加-External interrupt data read PS2 keyboard and display on the digital tube, this program only handles numeric keypad. Remaining keys function the user can expa
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:23343
    • 提供者:梅跃
  1. txmit

    0下载:
  2. uart设计,发送模块,无校验位。先输出一个低电平的起始位,然后从低到高输出8个数据位,接着是可选的奇偶校验位(这里没有),最后是高电平的停止位。-uart design, transmit module, no parity. First output of the start bit of a low level, and low to high output 8 data bits, then the optional parity bit (there is no), the last
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:842
    • 提供者:Luke
  1. 8PSKPGF(8)

    0下载:
  2. LDPC低密度奇偶校验码的随机构造编码方法,以及BP译码算法。-LDPC codes encoding and decoding process.
  3. 所属分类:Communication

    • 发布日期:2016-11-21
    • 文件大小:176128
    • 提供者:于萍萍
  1. jioujiaoyan

    0下载:
  2. 基于vhdl语言设计实现的奇偶校验程序。-Vhdl language-based design to achieve parity program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:135747
    • 提供者:张圆
  1. jioujiaoyan_GPS

    0下载:
  2. GPS卫星的奇偶校验程序 matlab实习-GPS satellites parity internship program matlab
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1026628
    • 提供者:马金凤
  1. MSComm

    0下载:
  2. MSComm串口调试,功能主要包括在线设置各种通信速率、奇偶校验和通信端口而无须重新启动程序-MSComm serial debugging
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14058655
    • 提供者:zhangtao
  1. EP1C3-uart_1_verilog

    0下载:
  2. EP1C3-uart_1_verilog,程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。 串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值 是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通 信同步.-EP1C3-uart 1 verilog, implements a program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:341864
    • 提供者:davidobt
  1. uart

    0下载:
  2. verilog 编写的FPGA串口报文收发程序,带奇偶校验位,并含有DS18B20温度传感器驱动程序,可以自行设置波特率.-verilog prepared by the FPGA serial transceiver procedures packets with parity, and contains a temperature sensor DS18B20 driver, you can set the baud rate yourself.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:2571560
    • 提供者:杨杰
  1. multiselectors-and-comparators

    0下载:
  2. 本压缩包包括四选一多路选择器、1位二进制比较器、2选1多路选择器、4位等值比较器、D触发器和奇偶校验电路-1 in 4 multiselector,D trigger,1 in 2 selector, 4 bit comparator, parity checking, 1bit comparator.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2746
    • 提供者:谢谢
  1. Data-output-from-the-serial-port.

    0下载:
  2. 设内部RAM50H~5FH中的数据从串口输出,串口以方式2工作,TB8位奇偶校验位-Data provided inside the RAM50H ~ 5FH 2 work the serial output, serial manner, TB8 Parity
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:54647
    • 提供者:
  1. Serial-port-to-receive-data-from

    0下载:
  2. 设工作方式为方式3。9位异步通信方式,奇偶 校验,波特率为2400,晶振为11.0592 MHz, 定时器T1工作方式2,当SMOD=0时,计算得 到T1的时间常数为F4H。 – 接收结束后进行奇偶校验-Set to work mode 3.9 asynchronous communication, parity, baud rate of 2400, the crystal is 11.0592 MHz, the timer T1 work 2, when SMOD = 0,
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:136880
    • 提供者:
  1. the-host-computer-tutorial

    0下载:
  2. 在串口通信中,通过编写单片机程序知道,我们应对如下参数进行设置:波特率、数据位和停止位、奇偶校验位。如果自己编写上位机的时候,我们考虑的不能仅仅是这些了,下面介绍上位机开发过程中需要特别注意的知识点。 上位机快速开发教程-In the serial communication, through the MCU is programmed to know, we should the following parameters settings: baud rate, data bits, an
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1338105
    • 提供者:黑曼巴
  1. fileldpc

    0下载:
  2. 一种很好的校验矩阵的构造方法,使用此方法可以很好的构造奇偶校验矩阵。-A kind of very good method of check matrix, using this method can well constructed matrix.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1515
    • 提供者:李牧
  1. uart_print

    0下载:
  2.  void uart_init():uart初始化配置,配置相应IO口状态、奇偶校验选择以及波特率等参数。  unsigned char uart_max_data_get(unsigned char *buf) :通过协议计算等获取串口通讯的最大数据长度,用于判断这一帧数据接收完全  unsigned char uart_recive(unsigned char *buf):串口接收函数,接收到的数据存储在buf中。 
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:292972
    • 提供者:邵志鹏
  1. UartSaveData

    0下载:
  2. 串口通信代码,DB9接口,在自己编写代码驱动的其实很简单:打开串口,配置串口,读取串口,关闭串口,还可以自己设置奇偶校验。- Serial communication codes, DB9 interface, write your own code-driven is simple: Open the serial port, serial port configuration, read the serial port, close the serial port, you can al
  3. 所属分类:CSharp

    • 发布日期:2017-06-16
    • 文件大小:25314304
    • 提供者:jordan
« 1 2 ... 9 10 11 12 13 1415 16 17 »
搜珍网 www.dssz.com