搜索资源列表
CRCCHK
- 用C语言编的CRC校验程序,他是一种重要的通信算法-C language series of the CRC process, he is an important communications algorithm
循环冗余检验
- 一个用C++编写的模拟CRC循环冗余检验的程序!有计算机网络方面需求的可以看看!-a C simulation prepared by the Cyclic Redundancy testing procedure! Computer networks can demand to see!
CRC
- CRC循环冗余计算C#代码,包括动态实现和静态实现。通过调用.exe 文件实现。完成shell和windows form之间的通信。-1the CRC function in a CalcCRC Class with both static method and none static method. Windows form project to call the .exe file, transmit the parameter through the winform to the
CRC
- C++开发的CRC原代码,里面有详细的说明-C++ Developed the original CRC code, which is described in detail
CRC
- C#编写的通讯检测的CRC校验代码,已经封装成几个函数,使用字符串输入进行检测,哪来直接可以使用-C# Prepared communication CRC checksum detection code has been packaged into several function, use string input detection, where you can use directly
ethernet
- 基于C#的Ethernet的封装和解析程序(8位CRC校验),控制台程序,带有选项. -e o:封装控制台输入信息到文件o中。 -e o i:封装i中的数据位ethernet帧,并回写 至o中。 -u i:解析i中封装的ethernet帧(8位CRC),显示到控制台。-C#, Ethernet-based packaging and analytical procedures (8-bit CRC checksum), the console program, with the op
chuankoutongxun
- C#串口通讯CRC校验码计算类,希望能帮上忙啊 -C# serial communication CRC checksum calculation class, want to help on the Manga
Check
- C#实现的各种校验算法,如CRC校验、加校验、异或校验等,界面良好。-check tools for all kinds of check agrithiom
2-CRC
- CRC32计算 c#编写 内含各种crc资料-Calculated CRC32 crc c# writing containing all the information
crc
- CRC的c#代码 有需要做CRC认证的可以看看 可以根据代码增加程序CRC校验功能-C# code with the CRC CRC certification needs to be done according to code can add the program to see the CRC function
CRC
- C#编写程序,功能实现CRC计算,采用程序循环方式,节约程序,程序效率没有查表快。-C# programming functions for CRC calculation program loop, saving the program, program efficiency is not fast look-up table.
CRC-Calculation
- 用C语言实现CRC校验计算, 十分實用, 可實行串口通信-CRC checksum calculation using the C language, the practical implementation of serial communication
crc
- crc校验软件设计 此软件利用循环冗余码,用C++语言编程设计,用于自动校验传输数据-the crc check software design this software cyclic redundancy code, with C++ programming language design, and transfer data for automatic calibration
CRC
- 使用VS 2008 C#环境编写的MODBUS协议的CRC(循环冗余检验)程序,能自动计算CRC值并显示-Using VS 2008 C# environment MODBUS protocol prepared by a CRC (cyclic redundancy check) program that can automatically calculate and display the CRC value
CSharp-CRC
- 使用C#编写的CRC校验的程序,如果需要的话可以下载看看。-The use of CRC verification of C# program, you can download have a look if needed.
VS2010_MSComm
- C#串口操作,数据包接收操作,数据包接收发送CRC校验,最小化到系统托盘。-C# serial port operation, the packets receive operation, data packets receive send CRC check, minimize to system tray.
CRC-8
- C# CRC-8 CRC-16校验算法 C# CRC-8 CRC-16校验算法 -C# CRC-8 CRC-16
CRC
- C# 计算文件CRC值 显示出来 并自动粘贴到剪切板-C# Calculates the file CRC value
Crc.c
- 多项式x^16 + x^15 + x^2 + 1 种子0xFFFF -Polynominal x^16+ x^15+ x^2+ 1 seed : 0xFFFF
CRC计算
- 使用C#开发,根据输入的十六进制计算出对应的CRC16校验和