搜索资源列表
checksum
- 这是一款校验和算法的源代码,有需要校验和算法的朋友,可以借鉴一下。-This is a checksum algorithm source code, the checksum algorithm need a friend, you can learn from it.
CheckSum
- Hex 文件 Checksum,计算工具-Hex File Checksum, computational tools
CRC-test
- 自己做的关于Modbus RTU通信的16位CRC校验码生成的示例,希望对各位有所帮助-Own on the Modbus RTU communication 16 CRC checksum generated code example, you want to be helpful
crc
- 用VC++6编写的CRC校验小程序,有操作界面,可直接输入需要校验的十六进制数据-With VC++ 6 prepared CRC checksum applet, there are user interface, can be directly input hexadecimal checksum data
CalCrcV1.3
- CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.3 增强了系统兼容性-CRC16, CRC32, Checksum calculation and practical tools, support 10,16 M V1.3 enhances system compatibility
crc
- 计算达拉斯8位校验码的工具软件,内部使用死循环,要退出时按Ctrl+C,过程中要归零可输入与上次结果相同的数,DOS窗口,输入的数为单字节的十六进制数即00-FF。-Dallas 8 Checksum calculation tool code software, the internal use of the death cycle, and when to withdraw from the Ctrl+ C, the process to zero can be input with the
PMACView
- 用C++语言程序实现CRC校验,开发环境是VC++6.0版本。-Using C++ language procedures realize CRC checksum, the development environment is VC++6.0 version.
code
- 这是一个校验验证码,包括一个完整的界面和图片文件夹-This is a checksum verification code, including a complete picture of the interface and folders
CRC
- 两个文件对CRC校验做了非常详细的说明,并给出了两种实现方法的源代码-CRC checksum of the two documents has done a very detailed descr iption, and gives two methods to achieve source code
HexCounter
- 一个可以对输入的16进制字符串求其校验和的小程序,只要按照如下格式输入既可计算:12 34 1a 3b 4d,然后点计算就会输入其校验和 -To enter a string of 16 hexadecimal checksum for its small program, as long as the input format can be in accordance with the following calculation: 12 34 1a 3b 4d, then calculat
datatransmission
- 单片机无线数据传输接口C程序设计 介绍一种抗干扰能力强的单片机无线数据传输接口的工作原理与软件设计。主控芯片采用AT89C51单片机,信方式采用抗干扰能力强、可靠性高的DTMF信号和单工调频的无线通信方式。十六DTMF信号码作为信息帧的十种位码,以及采用校验码进行检错和纠错,数据传输误码率几乎降到为零,极大地提高了无线数据传输质量。软件采C51模块化设计,可方便地进行移植以实现各种数据的区域无线传输。本接口可应用于实验室大型仪器设备的无线通自动登记和管理系统,也可应用于无线通信动抄表系统等。
CRC32
- This the CRC32 checksum utility. You can use this utility to make CRC 32 checksum-You can use this utility for making CRC 32
amode822
- crc校验的工具,可生成8位或者16位crc校验码-crc checking tool can generate 8-bit or 16-bit crc checksum
vb_modbusRTU
- 用VB实现对MODBUS RTU设备的通讯及CRC校验模块-Using VB to realize MODBUS RTU equipment, communication and CRC checksum module
ethernet_tri_mode_latest.tar
- 10_100 0 Mbps tri-mode ethernet MAC implements a MAC controller conforming to IEEE 802.3 specification. It is designed to use less than 2000 LCs/LEs to implement full function. It will use inferred RAMs and PADs to reduce technology dependance.
testCRC
- 文件CRC 校验程序, 经典的CRC检测类,重新生成后可测试-File CRC checksum procedure, the classic class CRC detection and re-build after tests
checksum
- 16进制校验和验证工具,用于开发中的协议调试用.-Hexadecimal checksum verification tools for the development of the protocol debugging.
QChecksumer
- 使用QtConcurrent提供的Map-Reduce并行执行API来计算较大文件的Checksum值。 QtConcurrent会根据CPU的Core Processer个数来自动分配线程数。(A file checksum computation program of Qt.)
checksum
- 对内存中的数据计算它的checksum码并验证(compute the checksum code of the data in the buff and check it)