8000 GitHub - sunbaoshi1975/CRCTool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sunbaoshi1975/CRCTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRCTool

A CodeBlocks project in C demonstrates CRC16 calculation.

CRC16算法的C语言示例,请使用CodeBlocks打开工程。

Usage

  1. Open the project with CodeBlocks.
  2. Modify the variable 'm_input' in main.c. This is the input data list.
  3. Press 'Ctrl + S' to save the changes.
  4. Press 'F9' to build and run the program.
  5. Check the result in your terminal.

用法

  1. 用CodeBlocks打开工程;
  2. main.c文件开头找到变量'm_input',修改需要计算的数据;
  3. 按'Ctrl + S'保存文件;
  4. 按'F9' 编译并运行程序;
  5. 在终端窗口查看计算结果。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0