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

搜索资源列表

  1. xHEX

    0下载:
  2. 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two. Delete three blocks. Insert 4.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:34.56kb
    • 提供者:兰根顺
  1. pngimage1.56

    1下载:
  2. This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:285.54kb
    • 提供者:Han Xun
  1. crc2345

    1下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:yzs
  1. CRC

    1下载:
  2. 上机实验(1)——CRC校验码(3学时) 实验要求:编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.75kb
    • 提供者:没有
  1. 1

    0下载:
  2. 用DELPHI写的Modbus RTU CRC检验方法,希望对你有所作为。
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:4kb
    • 提供者:lan
  1. crc_a51

    0下载:
  2. 用51汇编编写的CRC-4校验程序,生成多项式g(x) = x4 + x + 1, 非常适合数据量不大的场合.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:u-hwa
  1. VBcrc16

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:899byte
    • 提供者:why
  1. CRC8

    0下载:
  2. 计算CRC校验(x^8+x^7+x^6+1)的通用函数-Calculate the CRC (x ^ 8+ x ^ 7+ x ^ 6+1) generic function
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:740byte
    • 提供者:李毅
  1. crc32b

    0下载:
  2. Pascal source code, comaptible with Win32 Free Pascal 1.0.4, TMT 3.5, TP7. CRC s compatible with windows commander .SFV file format. crc32b.pas = console app, calculate 32-bit crc for one file, crc32bs.pas = console app, calculate 32-bit crc s
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:34.31kb
    • 提供者:KristoferPudno
  1. niaes_lib_inline_crc-1.0.0-6

    0下载:
  2. crc校验,包括CRC8,CRC16等几种校验方式-crc checksum
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:96.29kb
    • 提供者:Danile
  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
    • 文件大小:1.65kb
    • 提供者:GemALLEN
  1. PNGImage

    0下载:
  2. This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-08
    • 文件大小:339.8kb
    • 提供者:Ivan_m
  1. pdschconformncetet

    0下载:
  2. Long-Term Evolution (LTE) is a new standard speci ed by 3GPP for fourth generation (4G) wireless communications. LTE provides high spectral eciency, high peak data rates, short round trip time, and frequency exibility. It relies on the follow
  3. 所属分类:Editor

    • 发布日期:2017-04-14
    • 文件大小:4.25kb
    • 提供者:anju
  1. CRC校验码计算 1

    0下载:
  2. MOUDBUS CRC校验 已经验证了 可以使用(The MOUDBUS CRC check has been validated and can be used)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-30
    • 文件大小:9kb
    • 提供者:jinyao
搜珍网 www.dssz.com