代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/150183/5694292
c calccrc.c
/*******************************************************************************************************
*
www.eeworm.com/read/149476/5698756
cpp lzmaalone.cpp
// LzmaAlone.cpp
#include "StdAfx.h"
#include "../../../Common/MyWindows.h"
#include "../../../Common/MyInitGuid.h"
#include
#if defined(_WIN32) || defined(OS2) || defined(MSDOS
www.eeworm.com/read/149476/5698818
cpp crc.cpp
#include "rar.hpp"
uint CRCTab[256];
void InitCRC()
{
for (int I=0;I1)^0xEDB88320L : (C>>1);
CRCTab[I]=C;
}
}
ui
www.eeworm.com/read/149476/5698892
h rangecoderbit.h
// Compress/RangeCoder/RangeCoderBit.h
#ifndef __COMPRESS_RANGECODER_BIT_H
#define __COMPRESS_RANGECODER_BIT_H
#include "RangeCoder.h"
namespace NCompress {
namespace NRangeCoder {
const
www.eeworm.com/read/149476/5698951
cpp lzmadecoder.cpp
// LZMADecoder.cpp
#include "StdAfx.h"
#include "LZMADecoder.h"
#include "../../../Common/Defs.h"
namespace NCompress {
namespace NLZMA {
const int kLenIdFinished = -1;
const int kLenId
www.eeworm.com/read/149476/5698955
cpp lzmaencoder.cpp
// LZMA/Encoder.cpp
#include "StdAfx.h"
#include "../../../Common/Defs.h"
#include "../../Common/StreamUtils.h"
#include "LZMAEncoder.h"
// for minimal compressing code size define these:
www.eeworm.com/read/149476/5699006
cpp x86_2.cpp
// x86_2.cpp
#include "StdAfx.h"
#include "x86_2.h"
#include "../../../Common/Alloc.h"
static const int kBufferSize = 1
www.eeworm.com/read/149476/5699131
cpp 7zin.cpp
// 7zIn.cpp
#include "StdAfx.h"
#include "7zIn.h"
#include "7zMethods.h"
#include "7zDecode.h"
#include "../../Common/StreamObjects.h"
#include "../../Common/StreamUtils.h"
#include "../../
www.eeworm.com/read/149476/5699154
cpp 7zdecode.cpp
// 7zDecode.cpp
#include "StdAfx.h"
#include "7zDecode.h"
#include "../../IPassword.h"
#include "../../Common/LockedStream.h"
#include "../../Common/StreamObjects.h"
#include "../../Common
www.eeworm.com/read/149476/5699194
cpp zipin.cpp
// Archive/ZipIn.cpp
#include "StdAfx.h"
#include "ZipIn.h"
#include "Windows/Defs.h"
#include "Common/StringConvert.h"
#include "Common/DynamicBuffer.h"
#include "../../Common/LimitedStream