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

搜索资源列表

  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校验详解

    0下载:
  2. CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:20054
    • 提供者:小康
  1. gads

    0下载:
  2. #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:795
    • 提供者:海波
  1. crc_8

    0下载:
  2. crc效验程序,crc=x^8+x^2+x+1-unicef.org well-tested procedure, crc 8 = x ^ x ^ 2 x 1
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5240
    • 提供者:马健
  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. crc16.

    0下载:
  2. CRC算法原理及实现,生成多项式为\"1 1000 0000 0000 0101\"(CRC-16),简记作0x18005。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10117
    • 提供者:qq
  1. 1

    0下载:
  2. 因为在网上看到的都是用C++写的CRC编码,所以我特意自己编写一个的CRC编码,供大家参考
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:835
    • 提供者:yuan
  1. 1

    0下载:
  2. crc冗余校验码 对于计算机网络实验有帮助 大家多多分享
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1903
    • 提供者:xianxu
  1. CRCcheck

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

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

    0下载:
  2. 编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。 -CRC to prepare a code of encoding and decoding process. (1) experimental framework: CRC coding- Transmissi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:223590
    • 提供者:liki
  1. CRC

    0下载:
  2. The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:159600
    • 提供者:jj
  1. FolderCleaner_src

    0下载:
  2. 工具原理: 1·遍历文件夹,扫描“是PE&会显示图标”的文件,选择其ICON_GROUP的第一个图标资源作判断 2·枚举该图标里的所有尺寸的图片,与Pattern中的相应尺寸的图片 比较每个像素的RGB,容差在某个范围内,则认为HIT 3·当该图标的某个尺寸的图片的所有像素HIT的百分比在某个范围内,则认为图标HIT,即认为是文件夹图标病毒 优势: 相比 通过提取文件CRC来判断一个文件夹病毒,通过图标来判断更为可控,更为迅速。而且,调整好几个阀值之后,理论上不会误报。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2541146
    • 提供者:周荣誉
  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. MyCRC16

    0下载:
  2. visual basic 的CRC-ITU算法程序,用查表法实现,crc多项式为x^16 + x^15 + x^2 +1-visual basic procedures of the CRC-ITU algorithm, using look-up table method to achieve, crc polynomial x ^ 16+ x ^ 15+ x ^ 2+1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1561
    • 提供者:汪柏
  1. CRC_Calc_v0.1

    0下载:
  2. CRC校验计算工具软件,支持对计算参数的灵活配置-CRC checksum calculation tools to support flexible configuration of the calculated parameters
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:565316
    • 提供者:ma
  1. CRC-8

    0下载:
  2. CRC-8 校验生成多项式为x8+x2+x+1-CRC-8 check
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1955
    • 提供者:黄家骏
  1. CRC-16

    2下载:
  2. 循环冗余校验(CRC)的生成多项式为CRC-16: x16+x15+x2+1。-CRC-16: x16+x15+x2+1.
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:1567
    • 提供者:吴悠
  1. CRC.code

    0下载:
  2. 1-1024任意多项式CRC在线生成工具,LTE CRC24A设计实例。CRC coding原理文档。-1-1024 arbitrary polynomial CRC generated online tools the LTE CRC24A design examples. CRC coding principle document.
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:7860592
    • 提供者:magma
  1. Crc.c

    0下载:
  2. 多项式x^16 + x^15 + x^2 + 1 种子0xFFFF -Polynominal x^16+ x^15+ x^2+ 1 seed : 0xFFFF
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:Frank
  1. Windows6.1-KB917607-x64

    0下载:
  2. for windows read hlp
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:716800
    • 提供者:usrcitadel
« 12 »
搜珍网 www.dssz.com