摘要:
using System; namespace CRC { public sealed class Crc32 : ICRC { readonly static uint CrcSeed = 0xFFFFFFFF; readonly static uint[] CrcTable = new uint[] { 0x00000000, 0... 阅读全文
posted @ 2004-12-27 14:27
用心(Canny)
阅读(6413)
评论(3)
推荐(0)
浙公网安备 33010602011771号