crc32.cpp
来自「Jpeg编解码器的源代码」· C++ 代码 · 共 28 行
CPP
28 行
//
// 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 + =
减小字号Ctrl + -
显示快捷键?