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

搜索资源列表

  1. crc

    2下载:
  2. 用Verilog编写crc校验码,包括8位,12位,16位,32位,非常实用
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:11138
    • 提供者:asd
  1. crc8

    0下载:
  2. 一种CRC-8校验算法的c++实现,用于网络上的以太网封包帧结构解析。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:820005
    • 提供者:董巍
  1. crc_verilog_xilinx

    0下载:
  2. 这是一个在FPGA上实现CRC算法的程序,包含了CRC-8,CRC-12,CRC-16,CRC-CCIT,CRC-32一共五种校验形式。
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:10591
    • 提供者:李奥运
  1. CRC

    0下载:
  2. 数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8910
    • 提供者:刘中
  1. 1crc

    0下载:
  2. 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:134336
    • 提供者:邓光
  1. CRC8-16

    0下载:
  2. CRC校验的相关原理以及CRC-8和CRC-16的C语言实现。-The relevant principles of the CRC and the CRC-8 and CRC-16 of the C language.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:62055
    • 提供者:刘世生
  1. crc

    0下载:
  2. 计算达拉斯8位校验码的工具软件,内部使用死循环,要退出时按Ctrl+C,过程中要归零可输入与上次结果相同的数,DOS窗口,输入的数为单字节的十六进制数即00-FF。-Dallas 8 Checksum calculation tool code software, the internal use of the death cycle, and when to withdraw from the Ctrl+ C, the process to zero can be input with the
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:6260
    • 提供者:侯文波
  1. VBCRC

    0下载:
  2.   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3160
    • 提供者:qizhiwei
  1. CRC_8_16_32_CALC

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:40591
    • 提供者:云飞
  1. crc_verilog_xilinx

    1下载:
  2. CRC,对于研究通信的有重要意义.利用VERILOG实现8位,16位等CRC原理,-CRC, the study of communication are important. VERILOG to achieve the use of 8, 16, such as CRC principle,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:10701
    • 提供者:
  1. crcasm.asm

    0下载:
  2. 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit very fast CRC generator for po
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:698
    • 提供者:jens
  1. CRC8_asm

    0下载:
  2. CRC-8 with lookup table in assemble code. Fast but bigger.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2027
    • 提供者:none
  1. MyFramer

    0下载:
  2. Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-24
    • 文件大小:783594
    • 提供者:wangweizhao
  1. CRC

    0下载:
  2. CRC校验算法(包含8位16位32位),内有详细中文注释,以及含有某系列单片机的CRC的汇编代码!-CRC checksum algorithm (with 8-bit 16-bit 32-bit), which detailed English notes, and contains a CRC of a series of microcontroller assembly code!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:134125
    • 提供者:郑生
  1. crc8

    0下载:
  2. 8位crc的verilog设计 通过仿真综合验证并已应用在工程里面 -verilog of 8bit error checkout
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:901
    • 提供者:yangyanwen
  1. crc_verilog_xilinx

    0下载:
  2. 各类CRC效验码 有CRC8-8 CRC16-8 CRC32-8 CRC12-4 CRC-CCIT-8-CONTAIN CRC8-8 CRC16-8 CRC32-8 CRC12-4 CRC-CCIT-8
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:6325
    • 提供者:吴伟珍
  1. Crc

    0下载:
  2. CRC校验8位16位32位全面方便的源码-8-bit 16-bit CRC, a comprehensive and convenient source 32-bit
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1411
    • 提供者:
  1. crc

    0下载:
  2. 实现简单的crc校验,校验码为8位,程序简单易懂,适合新手学习,结果以十六进制形式表述-Achieve a simple crc check, check for the 8-bit code, the program easy to understand for novices to learn the results expressed in hexadecimal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:195079
    • 提供者:陈亮
  1. CRC-485communication-program

    0下载:
  2. 通讯规则: 1:时钟7.3728 MHz/波特率9600/9个数据位/奇校验/1个停止位/硬件多机通讯功能/ 2:通讯连接采用硬件MAX485,双向单工 -Communication rules: 1: clock 7.3728 MHz/9600 baud/8 data bits/odd parity/1 stop bit/hardware, multi-machine communication/2: Communication connection using hard
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:3679
    • 提供者:lijian
  1. CRC8_Dev

    0下载:
  2. 多项式为g(x)=x8+x5+x4+1的CRC-8 检验开发.绝对正确且易懂-Polynomial g (x) = x8+ x5+ x4+1 of the CRC-8 test development. Absolutely correct and easy to understand
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:3377
    • 提供者:yeyonglu
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com