代码搜索:FileCRC
找到约 55 项符合「FileCRC」的源代码
代码结果 55
www.eeworm.com/read/373036/9476887
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/169109/9880496
c nbfdec.c
#include "project.h"
const SIZE_T cbPackedHeader = 0xAC;
const SIZE_T cbUnpackedHeader = 0x80;
typedef struct _FILE_MAPPING {
HANDLE hFile;
HANDLE hMap;
PVOID base;
SIZE_T size;
} FILE
www.eeworm.com/read/422510/10633793
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/422510/10633795
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/422510/10633812
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/419541/10863103
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/271877/10977171
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/416593/11020211
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/416593/11020214
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/416593/11020224
h crc32static.h
#ifndef _CRC32STATIC_H_
#define _CRC32STATIC_H_
#include "Common.h"
class CCrc32Static
{
public:
CCrc32Static();
virtual ~CCrc32Static();
static DWORD StringCrc32(LPCTSTR szString, DW