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

搜索资源列表

  1. 5

    0下载:
  2. 这是一个关于CRC校验的VC代码,采用VC编写的,欢饮大家下载-this is a program for CRC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:359099
    • 提供者:zhujun
  1. CRC16

    0下载:
  2. labview环境下的CRC校验使用的是CRC16-labview environment using a CRC16 checksum CRC
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6346
    • 提供者:邵奎
  1. CRC-CCITT

    0下载:
  2. CRC-CCITT 16校验 带数据位检测-CRC-CCITT 16 data bits with parity detection
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2717
    • 提供者:周先生
  1. MYCRC

    0下载:
  2. 由于altera公司的CRC生成和校验模块不支持本系统使用的Cyclone IV E系列FPGA,因此本文独立设计了CRC模块。该模块的接口与altera公司的CRC模块接口基本一致,能够对16位输入的数据流进行CRC校验码生成和校验。本文采用CRC-CCITT生成项,其表达式为:X16+X12+X5+X0。本模块需要startp信号及endp信号指示数据传输的起始及结束。本模块采用状态机设计,对于数据头和数据尾分别由不同的状态来处理。在本模块中,使用了for循环,这会消耗较多的FPGA资源,但
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:4311
    • 提供者:陈建
  1. CRC16_3-CRC16_8

    0下载:
  2. 此源码包是3到8个16位字的crc校验程序,已通过本人验证。-The source package is 3-8 16-bit word crc check procedures have been verified by me.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5631
    • 提供者:李楠
  1. crc_explain

    0下载:
  2. 详细介绍了循环冗余校验 CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。 -Details of the cyclic redundancy check CRC (Cyclic Redundancy Check) error control principle and algorithm.
  3. 所属分类:Project Manage

    • 发布日期:2017-03-27
    • 文件大小:106770
    • 提供者:李为
  1. CRC

    0下载:
  2. 这是在Keil中编写的C程序,实现了通信协议中的CRC32与CRC16校验,采用驱动表法,算法精炼,程序简洁。-This is written in the C program in Keil, the communications protocol to achieve the CRC32 and CRC16 checksum, using table-driven method, algorithm refined, simple procedures.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:18053
    • 提供者:123mutouren
  1. CRC

    0下载:
  2. 循环冗余校验码的VERIOLOG源程序,已经编译通过了,可以直接使用了-Cyclic redundancy check code VERIOLOG source code has been compiled by, you can directly use
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:272308
    • 提供者:莫然
  1. Desktop

    0下载:
  2. 实现16位CRC校验,在窗体程序中调用console控制台程序运行并将结果返回到窗体程序中-Achieve 16-bit CRC checksum, called console in console form the program running and returns the results to form the program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:76384
    • 提供者:刘明阳
  1. FrameParser

    0下载:
  2. 本程序使用VC6.0开发的WINDOWS界面程序,主要功能是模拟以太网帧的解析过程,帧封装后生成数据帧文件,无法用一般的程序打开,本程序可以打开帧文件并提取出各个字段信息,并提示CRC校验是否出错。-This procedure uses the WINDOWS interface VC6.0 development program, the main function is to simulate the Ethernet frame resolution process, generate
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1925243
    • 提供者:于洋
  1. CRC-algorithm-principle---C

    0下载:
  2. CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:22882
    • 提供者:shitou
  1. ethernetframe

    0下载:
  2. 实现ethernet帧的解析,读入一个文件,将文件中的帧逐个解析并输出,进行CRC校验-Ethernet frame to achieve the resolution, read a file, the file-by-frame analysis and output, the CRC check
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:9176
    • 提供者:smallstar
  1. sum_check

    0下载:
  2. 因工作需要自己用VC++写的,给烧写用的bin文件添加和校验字节,防止别人盗版。也可以再做简单修改给bin或HEX文件添加CRC校验。-Because of their work themselves with VC++ to write, to add a programmer to use the bin file and check bytes, to prevent others piracy. You can also do a simple change to the bin or
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1997557
    • 提供者:
  1. haoya_7zCrc32

    0下载:
  2. 参考好压软件的CRC校验源码,也是来源于7z的源代码,较好实现了字符串的crc校验码的生成。-Good reference pressure source software CRC checksum, is derived from the 7z source code to achieve a better string crc check code generation.
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:201504
    • 提供者:zh
  1. DFT-ANALYSE

    0下载:
  2. 公司产品,变流器驱动中的电压,电流,离散傅立叶分析系统及其相应的文档,包括CRC校验等-Products, driving the converter voltage, current, discrete Fourier analysis system and accompanying documentation, including the CRC check, etc.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:151426
    • 提供者:drxingjian
  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. cSharp01

    0下载:
  2. CRC校验,实现文件的读入,并且对其进行CRC校验-CRC checksum, file read into, and its CRC check
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-24
    • 文件大小:4531779
    • 提供者:齐健
  1. crc1

    0下载:
  2. CRC 校验 可以快速校验 在编译码中有很好的应用-CRC checking can quickly check at the decoding has very good application
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:168857
    • 提供者:sjg
  1. 5D-QD10.31

    0下载:
  2. ModBus主机端通信方式,其中包含16位的CRC校验算法-ModBus Protocol master comunicate program,include 16bit CRC verify arithmetic
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:49256
    • 提供者:原野
  1. crc16

    0下载:
  2. 16位的CRC校验 使用VHDL实现 有几个模块 主模块 接收模块 测试模块-16-bit CRC checksum VHDL implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:300632
    • 提供者:李晓倩
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com