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

搜索资源列表

  1. PortHelperV1.2.7

    2下载:
  2. 单片机多功能调试助手不仅含有串口调试功能、而且该软件强大之处支持USB数据收发、网络数据收发、51/AVR单片机波特率计算、数码管字型码生成、进制转换、点阵生成、校验值(奇偶校验/校验和/CRC冗余循环校验)/BMP转16进制等功能,还带有自动升级功能,买家手上的调试助手永远是最新的,享受我们提供的软件服务。-Single chip debug function not only with serial debugging helper, and the software is a powerf
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:903107
    • 提供者:赵文选
  1. uCOS-II_lwip

    0下载:
  2. 本代码在EBD SAM7X256开发板上测试通过。 注意:本代码需要接通网络才能跑起来,DS2的LED灯闪烁说明任务已经跑起来了。 系统起来之后在J12口上(波特率115200,8位数据,无奇偶校验,1位停止位,无流控)可以看到如下信息。 其中IP地址和MAC地址等可以在Emac.h文件中修改。-UC/OS AT91SAM7X256 8201
  3. 所属分类:uCOS

    • 发布日期:2017-05-15
    • 文件大小:3599504
    • 提供者:陈思远
  1. serial_rd

    0下载:
  2. 在linux下用C语言开发的小程序,实现对指定串口的打开,设置串口的通信参数(波特率设置,数据位,奇偶校验,数据流控制等),通过使用read函数和write函数实现串口的读写。-Under linux using C language in the development of small procedures, to achieve the specified serial port to open, set the serial port communication parameters (
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:2076
    • 提供者:huyiming
  1. include

    0下载:
  2. 打开串口调试程序,将波特率设置为9600,无奇偶校验晶振11.0592MHz,发送和接收使用的格式相同 -Open the serial debugger, the baud rate is set to 9600, no parity crystal 11.0592MHz, send and receive using the same format
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:3004
    • 提供者:王斌
  1. One-dimensional-parity-check

    0下载:
  2. 数据通信中误码检测机制的研究,使用MATLAB对奇偶校验码进行测试-Error Detection Techniques in Data Communications, One-dimensional parity check is simulated by MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:15794
    • 提供者:是大大的
  1. Two-dimensional-parity-check

    1下载:
  2. 数据通信中误码检测机制的研究,使用MATLAB对二维奇偶校验码进行测试-Studies of Error Detection Techniques in Data Communications,two-dimensional parity check is simulated through MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:17867
    • 提供者:是大大的
  1. PS2-keyboard-drive-

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

    • 发布日期:2017-03-30
    • 文件大小:3206
    • 提供者:吴钟海
  1. LDPC

    0下载:
  2. LDPC LDPC码即低密度奇偶校验码 LDPC码已成为第四代通信系统(4G)强有力的竞争者,而基于LDPC码的编码方案已经被下一代卫星数字视频广播标准DVB-S2采纳。-LDPC LDPC codes that low density parity check codes LDPC codes have become the fourth generation communication system (4G) a strong competitor, but the encodin
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:15944
    • 提供者:林佳
  1. vbcall.Rar

    0下载:
  2. 利用MSComm控件拨电话、设置通讯端口号、设置波特率、奇偶校验、数据位、停止位参数。-MSComm control by telephone, set the communications port number, set the baud rate, parity, data bits, stop bit parameters.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:14403
    • 提供者:陆骏
  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 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com