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

搜索资源列表

  1. CRC

    0下载:
  2. 循环码的编码与译码器(支持一位的纠错) 编码(n,k可调) 测试用例1: input:n=7 k=3 g=11101 m=101 output:1010011 input:n=7 k=3 g=11101 m=010 output:0100111 测试用例2: input:n=7 k=4 g=1011 m=1101 output:1101001 input:n=7 k=4 g=1011 m=1010 output:1010
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:1688
    • 提供者:GemALLEN
  1. ModBus

    0下载:
  2. CRC编码和解码,主要用于RS485通讯时对数据校验。-CRC encoding and decoding, mainly for RS485communication of data check.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1155
    • 提供者:彭晖
  1. crc-cycle

    0下载:
  2. 循环码的编码,具有软件设计程序,和硬件图-crc cycle
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:581201
    • 提供者:杨阳
  1. CRC

    0下载:
  2. 包括按位完成crc运算和按字节并行处理完成crc运算。经测试可以顺利实现编码和解码,功能完美-Bitwise crc computing and parallel processing to complete byte crc computing. Has been tested the smooth realization of the encoding and decoding, perfect function
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:5736
    • 提供者:杨庆
  1. array-code-crc

    0下载:
  2. crc数组编码程序,好用,循环冗余校验好程序,经过调试-crc array cade program,it can be used,is a good program for Cyclic redundancy check and it has debugged
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1455
    • 提供者:qin
  1. crc333333

    0下载:
  2. 文档中的PDF文件介绍了CRC编码的基本c语言实现方法,以及查表的实现方案,对初学者有一定帮助。-PDF file document describes the basic c language implementation of the CRC coding, as well as look-up table implementation, there will certainly be helpful for beginners.
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:146073
    • 提供者:胡攀
  1. create_crc_table

    0下载:
  2. 该程序是实现24bitsCRC编码的造表过程,因为CRC编码采用查表方式实现,所以得提前造好相应的查找表-The program is achieve 24bitsCRC encoding table-making process, because CRC coding using look-up table to achieve well in advance so you have the appropriate look-up table
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1161444
    • 提供者:胡攀
  1. CTheesimulatiR

    0下载:
  2. 实现CRC编码的加解密过程仿真,包含常用的MFC下的界面编程与开发发源码(对话框、按钮、编辑框等)及CRC加密解密算法。 可直接使用。 -CRC coding, encryption and decryption process simulation, including the commonly used MFC interface programming and development of fat source (dialog boxes, buttons, edit boxes, e
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-12
    • 文件大小:2792803
    • 提供者:
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. CRC

    0下载:
  2. TD-SCDMA 编码中 C R C 校验的代码-TD encoding CRC checksum
  3. 所属分类:3G develop

    • 发布日期:2017-11-22
    • 文件大小:752
    • 提供者:米刚
  1. CRC(Cyclical-Redundancy-Checking)

    0下载:
  2. 本设计研究了纠错码及循环冗余校验码的原理,以及利用MATLAB对其进行了编程和编译仿真,实现了CRC循环冗余校验码的编码及校验,在接收端收到通过校验的码.-This design research the error correcting code and cyclic redundancy check code principle, and the use of the MATLAB programming and compile the simulation, realized the CR
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:966
    • 提供者:hzc
  1. CrcEncoding

    0下载:
  2. CRC编码。能输入任何数(二进制),选择编码类型,或者自行输入编码多项式。点击中间的button即可得到编码结果-CrcEncoding。can input any binary encoding
  3. 所属分类:android

    • 发布日期:2017-12-08
    • 文件大小:449344
    • 提供者:wolf
  1. CRC

    0下载:
  2. CRC校验32位控制台程序 信道编码32位CRC校验-32bit CRC
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:800390
    • 提供者:赵瑞丰
  1. CRC-16

    0下载:
  2. 软件简单模拟CRC16编码过程,包括整个VC++工程,适合初学者参考-Simple simulation software CRC16 encoding process, including the entire VC++ works, suitable for beginners
  3. 所属分类:Com Port

    • 发布日期:2017-11-17
    • 文件大小:3718531
    • 提供者:tan
  1. fanzhen

    0下载:
  2. 通信系统的基本仿真,其中使用了差分编码和CRC编码。-Basic simulation of the communication system, wherein the differential coding and CRC coding.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1051
    • 提供者:wkr
  1. crc

    0下载:
  2. CRC-16 编码在DECT中的应用及性能-CRC-16 encoded in the DECT Application and performance
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:11041
    • 提供者:李宏豆
  1. design-and-simulation

    0下载:
  2. 基于C语言的CRC编码与译码的设计与仿真-C-based CRC coding and decoding design and simulation
  3. 所属分类:Document

    • 发布日期:2017-11-20
    • 文件大小:5150
    • 提供者:杜春娟
  1. CRC_1

    0下载:
  2. 输入信息编码位数和生成多项式位数,进行CRC编码并显示结果。Input information bits and generating polynomial-digit code, the CRC code and displays the results.-Input information bits and generating polynomial-digit code, the CRC code and displays the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:241471
    • 提供者:authori
  1. Modbus

    0下载:
  2. CRC编码和解码,用于RS485通讯等地方,16位,调试完全没有问题-16 CRC
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:1054
    • 提供者:彭晖
  1. CRC

    0下载:
  2. 对传输的信号序列进行CRC校验,信道编码方面的应用-The transmission signal sequence for CRC, channel coding applications
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-13
    • 文件大小:1666
    • 提供者:luzhenyan
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com