搜索资源列表
VBcrc16
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
hznm
- 读取HEX文件的,数据解码软件。一个汉字在16进制的代码是什么-Read the HEX file, the data decoding software.
regbit
- regbit.exe 实用小工具,可以转换10进制和16进制,bit位来显示,可以单独修改某个bit。一直在用很好用。推荐给大家-regbit.exe it is a good tool. it is used to change OCT to HEX. I urally use it.it is very good.
hex转换成bin文件
- 1.把HEX2BIN.EXE 复制到c盘根目录下 2.hex转换成bin文件使用方法直接把hex文件拖到HEX2BIN.EXE软件上自动生成bin文件(Hex conversion to bin file)
基于stm32的源码
- 成功移植了contiki操作系统的代码,编译在keil5下编译生成HEX文件下载到STM32即可实现LED闪烁与串口打印功能。(The code of Contiki operation system is successfully transplanted, compiled and compiled under keil5, and HEX files are downloaded to STM32 to achieve LED scintillation and serial port p