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

搜索资源列表

  1. crc校验码的实现

    0下载:
  2. 计算crc校验码的程序,便于理解基本算法-crc check code calculation procedures easier to understand basic arithmetic
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:228113
    • 提供者:李瑞丽
  1. CRC

    0下载:
  2. 本程序里面包含客户端和服务器端程序,实现了CRC差错检测功能
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:2582
    • 提供者:王强
  1. CRC.rar

    0下载:
  2. 实验:标准CRC算法实验报告,用C++实现的TCP的CRC检验。这是别人写的CRC检验。,Experiment: Experimental Report standard CRC algorithm using C++ realization of the CRC test TCP. This is written by someone else CRC test.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3622987
    • 提供者:binnary
  1. CRC

    0下载:
  2. 使用vc6.0开发的CRC循环冗余校验码。使用vc网络编程知识实现两台电脑之间进行CRC实验-Vc6.0 developed the use of CRC Cyclic Redundancy Check code. Vc network programming knowledge to use to achieve between the two computers CRC Experimental
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:220472
    • 提供者:陈鸿强
  1. crc32src2

    0下载:
  2. 一个非常好的crc软件-CRC a very good software
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-20
    • 文件大小:18125
    • 提供者:
  1. crc

    0下载:
  2. 网络传输中二进制数据的crc循环检验码的生成-Network transmission of data in binary code crc generation cycle test
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2191
    • 提供者:wuxiao
  1. crc-4

    0下载:
  2. crc-4用c语言实现,希望对大家有所帮助-crc-4
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-11
    • 文件大小:515
    • 提供者:yelong
  1. crc

    0下载:
  2. it is a program that implements Cyclic Redundancy Check to the transmitted data in binary format for error detection in the data at the receiver side (if any). It appends as many CRC check bits to the original data which is 1 less than the size of th
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:541
    • 提供者:Swati Sharma
  1. CRC

    0下载:
  2. crc编码解码,实现程序crc,进行通信数据的检错校验-crc coding and decoding
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:963
    • 提供者:李亚光
  1. CRC

    0下载:
  2. CRC校验源代码!输入16进制信息,返回余数!-failed to translate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:508504
    • 提供者:丫丫
  1. CRC-16-jisuanfangfa

    0下载:
  2. CRC-16循环冗余码的计算方法源代码程序-CRC-16 cyclic redundancy code calculation method source code
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-27
    • 文件大小:158685
    • 提供者:蔡玉
  1. CRC

    0下载:
  2. CRC校验和计算的程序,C++编写,可编译运行-CRC checksum calculation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:92928
    • 提供者:zhanglinlin
  1. CRC

    0下载:
  2. 计算机网络的CRC校验,提供了1位错,2位错,11位离散错的漏检率校验-CRC check of the computer network, a mistake two wrong, wrong and missing rate parity of 11 discrete
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-19
    • 文件大小:2048
    • 提供者:潘军
  1. CRC-checksum

    0下载:
  2. CRC 校验 通过Ethernet帧的CRC校验,了解网络协议中校验字段的计算过程与作用。-CRC checksum Ethernet frame CRC checksum, to understand the process and the role of the network protocol checksum field calculation.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-05
    • 文件大小:54793
    • 提供者:wang jinyi
  1. CRC

    0下载:
  2. Cyclic Redundancy check (CRC) for error detection and correction
  3. 所属分类:Linux Network

    • 发布日期:2017-12-08
    • 文件大小:1167
    • 提供者:Naseer
  1. DES-CRC-SUM

    0下载:
  2. des crc校验,累加和计算,集成了DES及CRC计算 累加和计算为一体的计算软件,放便平时的计算-des crc and sum calc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:138897
    • 提供者:zhangyu
  1. CRC

    0下载:
  2. 软件快速crc校验的一种实现,crc8&&出人才6- crc calc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:12572
    • 提供者:postlist
  1. CRC-code

    0下载:
  2. 用模2除法计算CRC码,生成多项式为CRC-16;允许输入字符等,有完备的报错功能。-The 2 division calculation CRC code mode, generating polynomial for CRC-16 allow input characters, there are errors of complete function.
  3. 所属分类:WinSock-NDIS

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

    0下载:
  2. 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC,它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。-Cyclic Redundancy Check English name for the Cyclical Redundancy Check, referred to as
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:201419
    • 提供者:郑漾
  1. crc

    0下载:
  2. CRC that is cyclic redundancy check
  3. 所属分类:Browser Client

    • 发布日期:2017-04-12
    • 文件大小:527
    • 提供者:rebels
« 12 3 4 5 »
搜珍网 www.dssz.com