搜索资源列表
CRC--C-language
- CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, prev
Encrypt
- 加密算法,先将表示时间的字符串进行加密,同时通过CRC进行校验。 (同时例子中也涉及到ini配置的读取、注册表的操作等)-Encryption algorithm, the first time a string that is encrypted by the CRC check at the same time. (And also the example related to the reading ini configuration, registry operations, etc