代码搜索:FileCRC
找到约 55 项符合「FileCRC」的源代码
代码结果 55
www.eeworm.com/read/287531/8683854
h viruscrc.h
/*
VIRUSCRC.H
Kevin Dean
Fairview Mall P.O. Box 55074
1800 Sheppard Avenue East
Willowdale, Ontario
CANADA M2J 5B9
CompuServe ID: 76336,3114
November 16, 1990
This is the interface
www.eeworm.com/read/264647/11307656
h viruscrc.h
/*
VIRUSCRC.H
Kevin Dean
Fairview Mall P.O. Box 55074
1800 Sheppard Avenue East
Willowdale, Ontario
CANADA M2J 5B9
CompuServe ID: 76336,3114
November 16, 1990
This is the interface
www.eeworm.com/read/125087/14513960
cpp repvir.cpp
# include "dos.h"
# include "dir.h"
# include "stdlib.h"
# include "iostream.h"
# include "fstream.h"
# include "conio.h"
# define OK 0
# define Cancel 255
unsigned int ChkCRC(char * filename,
www.eeworm.com/read/390788/8442105
h crc32dynamic.h
#ifndef _CRC32DYNAMIC_H_
#define _CRC32DYNAMIC_H_
#include "Common.h"
class CCrc32Dynamic
{
public:
CCrc32Dynamic();
virtual ~CCrc32Dynamic();
void Init(void);
void Free(void);
www.eeworm.com/read/390788/8442107
cpp crc32dlg.cpp
// Crc32Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "Crc32.h"
#include "Crc32Dlg.h"
#include "Crc32Dynamic.h"
#include "Crc32Static.h"
#include "HiResTimer.h"
#ifdef _DEB
www.eeworm.com/read/390788/8442157
h crc32static.h
#ifndef _CRC32STATIC_H_
#define _CRC32STATIC_H_
#include "Common.h"
class CCrc32Static
{
public:
CCrc32Static();
virtual ~CCrc32Static();
static DWORD StringCrc32(LPCTSTR szString, DW
www.eeworm.com/read/390009/8489485
c virusdat.c
/*
VIRUSDAT.C
这个模块定了_viruscrc变量,默认的搜索变量DEAN_CRC,但是也可以修改这个文件
或者在连接的早期在其他文件定义另外一个_viruscrc
*/
#include "viruscrc.h"
const union filecrc _viruscrc =
{
'D', 'E', 'A', 'N', '_', 'C', 'R
www.eeworm.com/read/288594/8619857
h crc32dynamic.h
#ifndef _CRC32DYNAMIC_H_
#define _CRC32DYNAMIC_H_
#include "Common.h"
class CCrc32Dynamic
{
public:
CCrc32Dynamic();
virtual ~CCrc32Dynamic();
void Init(void);
void Free(void);
www.eeworm.com/read/288594/8619862
cpp crc32dlg.cpp
// Crc32Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "Crc32.h"
#include "Crc32Dlg.h"
#include "Crc32Dynamic.h"
#include "Crc32Static.h"
#include "HiResTimer.h"
#ifdef _DEB
www.eeworm.com/read/288594/8619886
h crc32static.h
#ifndef _CRC32STATIC_H_
#define _CRC32STATIC_H_
#include "Common.h"
class CCrc32Static
{
public:
CCrc32Static();
virtual ~CCrc32Static();
static DWORD StringCrc32(LPCTSTR szString, DW