代码搜索:Compression
找到约 9,238 项符合「Compression」的源代码
代码结果 9,238
www.eeworm.com/read/360007/2970652
c crc.c
/*
* Implementation of CRC-32 from the online Compression FAQ.
*/
#include "crc.h"
/*
* Polynomial used to build table for parallel byte-at-a-time CRC-32.
*/
#define CRC32_POLY 0x04c11db7
stati
www.eeworm.com/read/360007/2970753
c crc.c
/*
* Implementation of CRC-32 from the online Compression FAQ.
*/
#include
/*
* Polynomial used to build table for parallel byte-at-a-time CRC-32.
*/
#define CRC32_POLY 0x04c11db7
www.eeworm.com/read/354175/3079300
s nrv2d_d8.s
/*
; n2d_d8e.ash -- ucl_nrv2d_decompress_8 in 16-bit assembly (dos/exe)
;
; This file is part of the UCL data compression library.
;
; Copyright (C) 1996-2007 Markus Franz Xaver Johannes Oberhumer
www.eeworm.com/read/354175/3079302
s nrv2e_d8.s
/*
; n2e_d8e.ash -- ucl_nrv2e_decompress_8 in 16-bit assembly (dos/exe)
;
; This file is part of the UCL data compression library.
;
; Copyright (C) 1996-2007 Markus Franz Xaver Johannes Oberhumer
www.eeworm.com/read/354175/3079306
s nrv2b_d8.s
/*
; n2b_d8e.ash -- ucl_nrv2b_decompress_8 in 16-bit assembly (dos/exe)
;
; This file is part of the UCL data compression library.
;
; Copyright (C) 1996-2007 Markus Franz Xaver Johannes Oberhumer
www.eeworm.com/read/201477/15407547
cpp rvbits.cpp
// recursive dynamic programming image compression
#include
int L = 256, header = 11;
int kay[6];
int l[6] = {0, 6, 3, 10, 2, 3};
int b[6] = {0, 1, 2, 3, 2, 1};
int n = 5;
in
www.eeworm.com/read/105300/6199075
s n2d_d_f1.s
/* n2d_d_f1.S -- ucl_nrv2d_decompress_asm_fast_le32
This file is part of the UCL data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer
All Rights Reserved.
www.eeworm.com/read/105300/6199076
s n2e_d_n6.s
/* n2e_d_n6.S -- ucl_nrv2e_decompress_asm_safe_le16
This file is part of the UCL data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer
All Rights Reserved.
www.eeworm.com/read/105300/6199077
s n2e_d_f6.s
/* n2e_d_f6.S -- ucl_nrv2e_decompress_asm_fast_safe_le16
This file is part of the UCL data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer
All Rights Rese
www.eeworm.com/read/105300/6199079
s n2e_d_s6.s
/* n2e_d_s6.S -- ucl_nrv2e_decompress_asm_small_safe_le16
This file is part of the UCL data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer
All Rights Res