📄 crc32.cpp
字号:
//
// Title: Crc32 Class Implementation
//
// Copyright 1999, Colosseum Builders, Inc.
// All rights reserved.
//
// Colosseum Builders, Inc. makes no warranty, expressed or implied
// with regards to this software. It is provided as is.
//
// Author: John M. Miano (miano@colosseumbuilders.com)
//
// Date: March 20, 1999
//
// Version: 1
//
// Description:
//
// This is the implementation of the Crc32 class. See the header file
// for more information.
//
// Revision History:
//
//
#include "crc32.h"
#include "crc.cpp"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -