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

搜索资源列表

  1. 循环冗余码校验crc算法

    0下载:
  2. 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7019
    • 提供者:藤力
  1. crc-4校验码

    0下载:
  2. 计算机网络的课程小实验,主要实现的是CRC-4的校验码,不过程序写的不错,值得大家仔细阅读!-Experiment of computer network lesson. It can calculate the CRC-4 checksum. Nice written, and worth reading.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15503
    • 提供者:邢超莹
  1. 0302041

    0下载:
  2. 摘要 关键词 引言 第一章 开发网页广播服务系统的问题 1.1网页广播服务系统的简介 1.2网页广播服务系统功能需求 1.3开发工具简介 第二章 网页广播服务系统的分析和设计 2.1网页广播服务系统的总体设计 2.2网页广播服务系统的具体设计 2.3网页广播服务系统的接口设计 第三章 网页广播服务系统的具体实现 3.1遍历文件模块设计说明 3.2CRC校验程序设计说明 3.3组织文件和文件索引表模块设计说明 3.4组
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:566670
    • 提供者:xiaoshun
  1. crc_check

    0下载:
  2. CRC校验,包括crc8_4、crc12_4、crc16_8、crc32_8-CRC checksum, including crc8_4, crc12_4, crc16_8, crc32_8
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:4346
    • 提供者:wl
  1. CRCcheck

    0下载:
  2. CRC校验码的MATLAB实现 生成多项式【1 1 0 0 1 1】 结果正确 可以直接使用-CRCcheck.m
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:997
    • 提供者:xufei
  1. crcandfloat

    0下载:
  2. 这是我编写的一个用于计算各种CRC的代码还可以由浮点值得到其4个字节的内容或者有4个字节的内容得到浮点数-The code is the source code of all kind crc caculation. and has the float to 4 byte disp and 4 byte to float display
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1834239
    • 提供者:王铁钢
  1. DS18B20_two_thermo

    0下载:
  2. DS18B20_two_thermo This program will NOT work on BASCOM earlier than 1.11.6.2, cause of the CRC-function and (maybe ?) its not possible to declare functions in earlier environment. But the 1w-functions work from 1.11.4 , I think-DS18B20_two_t
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3282
    • 提供者:amin
  1. CRC_Algorithm

    0下载:
  2. 计算输入数据的crc校验码,包括4位、16位、32位crc校验码生成方法-input data crc alagriom
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:41186
    • 提供者:闫建峰
  1. CRC_74

    0下载:
  2. 实现(7,4)CRC的编码和译码,其中生成多项式可以在程序中改成所需要的。输入4位码,可以编码生成7位循环码。译码的情况限于至多错一位的情形。-To achieve (7,4) cyclic code encoding and decoding, which generate the polynomials can be changed in the program need. Enter 4 yards, you can generate 7-bit cyclic code encoding.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1161842
    • 提供者:tinstarwg
  1. VB

    3下载:
  2. 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:4138
    • 提供者:任务
  1. pcm

    0下载:
  2. PCM编码,7-4 crc校验,曼彻斯特编码
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4993594
    • 提供者:赵荣
  1. crc8-code

    0下载:
  2. 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
  3. 所属分类:Communication

    • 发布日期:2015-07-13
    • 文件大小:3072
    • 提供者:潘梦容
  1. crc

    0下载:
  2. 主要做了crc的4位、8位、16位算法。-crc for four/eight/sixteen arithmetic.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:4260
    • 提供者:秋风
  1. CRC

    0下载:
  2. CRC生成及校验程序,适合于生成并验证16进制4字节的CRC验证码。-CRC Generator
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:72388
    • 提供者:alex
  1. chencc658

    0下载:
  2. 3字节CRC-8的生成 (labview 2009sp1) 输入3字节的数组,得到4字节的数组。CRC会加在第四字节(3 byte CRC-8 generation (LabVIEW, 2009sp1), enter 3 byte array, to get 4 byte array. CRC will be added to fourth bytes)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:juhigu778
  1. COM_customplot

    2下载:
  2. 自己用的小软件,仿造原子的XCOM功能,加了一下自己用的功能。 1、基本串口通讯,鼠标放入串口选择自动刷新,显示COM口的驱动类型。 2、多条发送界面,可定时发送,可关联数字键盘、右键发送按钮可更改按钮名称,方便记忆。 3、485通讯,数据有十进制和十六进制可选,发送后自动保留记录。 4、CRC校验小工具。 5、十六进制通信协议提取部分位并根据自定义数据类型转化为十进制 6、字符格式示波器,例:">P:-1.25",示波器显示曲线名称P,数值-1.25,曲线个数最多8个
  3. 所属分类:通讯编程

搜珍网 www.dssz.com