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

搜索资源列表

  1. OECheck

    0下载:
  2. 基于java实现奇偶校验的示例软件,使用Java Swing界面编程,可视化界面软件,包含实现源码-Based on an example of java software to achieve parity, the use of Java Swing GUI, visual interface software
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:19854
    • 提供者:wdp
  1. uart

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:814626
    • 提供者:Domo
  1. LDPCsimulation

    0下载:
  2. GPS CNAV2电文中利用到的低密度奇偶校验码的matlab实现-GPS CNAV2 message using the low-density parity check codes matlab implementation
  3. 所属分类:GPS develop

    • 发布日期:2017-04-15
    • 文件大小:7140
    • 提供者:nikkochou
  1. Modelsim-odd16

    0下载:
  2. 主要实现的功能是并行输入一十六位的数据通过奇偶校验来输出一十七位的数据-Main function is to implement sixteen parallel input data to output through the parity data on seventeen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:37459
    • 提供者:万箭齐发
  1. LDPC

    0下载:
  2. 这个Matlab仿真程序实现LDPC低密度奇偶校验码(Low Density Parity Check)算法。适用于AWGN信道下-The Matlab simulation program to achieve low density parity check codes LDPC (Low Density Parity Check) algorithm. AWGN channel for
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:91483
    • 提供者:charalee
  1. serial

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。-The module' s function is to verify the implementation and the basic PC, the serial communication function. Installed on the PC req
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:327559
    • 提供者:hechunzhi99
  1. serial

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。 串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值 是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通 信同步.-The mo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:356928
    • 提供者:孔小妹
  1. LDPCCode

    1下载:
  2. 低密度奇偶校验码(LDPC)的编码与解码,采用C语言实现,一共包括3个文件-Low-density parity check code (LDPC) coding and decoding, using the C language, including a total of three files
  3. 所属分类:通讯编程

    • 发布日期:2013-10-12
    • 文件大小:261462
    • 提供者:张俊博
  1. rs232

    0下载:
  2. 单片机串口通信,连接好串口或者usb转串口至电脑,下载该程序,打开电源 打开串口调试程序,将波特率设置为9600,无奇偶校验 晶振11.0592MHz,发送和接收使用的格式相同,如都使用 字符型格式,在发送框输入 hello,I Love MCU ,在接 收框中同样可以看到相同字符,说明设置和通信正确-Connect the serial port or usb to serial port to your computer, download the program,
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:989
    • 提供者:
  1. my_uart

    0下载:
  2. 一个简单的UART串口程序,能实现数据的发送与接收,但没有奇偶校验等验证数据传输是否正确。-A simple UART serial program, can send and receive data, but there is no parity and other validation data is correct.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:4650
    • 提供者:wen ping
  1. linux-termios-program

    0下载:
  2. linux下串口通讯程序,可以实现数据的发送,接受。程序中有linux下串口的波特率、数据位、停止位、奇偶校验位的设置。-serial communication program under linux, you can send data to receive. Under the program in linux serial port baud rate, data bits, stop bits, parity bit setting.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2052
    • 提供者:翻墙
  1. p_check

    0下载:
  2. 利用vhdl语言实现奇偶校验的学习程序。-Using vhdl parity language learning process.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:268967
    • 提供者:zengdi
  1. serial-port-debug

    0下载:
  2. 极好的串口调试程序,稳定用于 Win9X/NT 平台,能提高工作效率,使串口调试能够方便透明的进行。它可以在线设置各种通讯速率、奇偶校验、通讯口而无需重新启动程序-Excellent serial debugger, stable platform for Win9X/NT, can improve efficiency and make it easy and transparent serial port for debugging. It can set a variety of onli
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:4484861
    • 提供者:pengyh
  1. uart-VHDL

    0下载:
  2. uart-VHDL 带奇偶校验位 比特率为1152-uart-VHDL add parity check bit rate is 115200
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:4729
    • 提供者:
  1. Hanmin

    0下载:
  2. 汉明码,一个错误校验码码集。与其他的错误校验码类似,汉明码也利用了奇偶校验位的概念,通过在数据位后面增加一些比特,可以验证数据的有效性。利用一个以上的校验位,汉明码不仅可以验证数据是否有效,还能在数据出错的情况下指明错误位置。 -Hamming code, a checksum error code set. And other similar error checking code, Hamming code also makes use of the concept of parity, d
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:oracle
  1. CRC-encoder

    0下载:
  2. 奇偶校验码作为一种检错码虽然简单,但是漏检率太高。在计算机网络和数据通信中用E得最广泛的检错码,是一种漏检率低得多也便于实现的循环冗余码CRC (Cyclic Redundancy .Code),CRC码又称为多项式码。-Parity error detection code as a simple, but the missing rate is too high. In computer networking and data communications using the most wi
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:17860
    • 提供者:胡志宏
  1. Uart_com

    0下载:
  2. 本程序为STC89C52与PC机超级终端通讯的实验程序 在PC机键盘上输入字符,单片机接收,并发送回PC机,显示在超级 终端;超级终端配置为:波特率为9600,数据位8,奇偶校验:无 停止位:1;硬件:无-This program is STC89C52 communication with the PC HyperTerminal experimental procedures on the PC keyboard to enter characters, single-chip
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:23818
    • 提供者:尹磊
  1. QC_LDPC-code-changes

    0下载:
  2. 提出了一种码率码长灵活变化的准循环低密度奇偶校验(Quasi - Cyclic Low Density Parity Check, QC - LDPC)码,利用构造出的H 矩阵可以达到较大的圈长( girth)值,并能在 girth值不变的前提下实现码率码长的灵活变化-Puts forward a bit rate code length of flexible change must circulation Low Density parity (Quasi-Cyclic Low De
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:356667
    • 提供者:孟君
  1. qc_ldpc-4-4-cycle-test

    2下载:
  2. ldpc 低密度奇偶校验矩阵 4环、6环检测程序-ldpc 4/6cycle test program
  3. 所属分类:matlab例程

    • 发布日期:2012-11-27
    • 文件大小:962
    • 提供者:yw
  1. serial

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。 串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值 是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通 信同步.-The fu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:56465
    • 提供者:happy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com