代码搜索:Compressed

找到约 3,459 项符合「Compressed」的源代码

代码结果 3,459
www.eeworm.com/read/462831/7194536

php3 gzgetss.php3

gzgetss
www.eeworm.com/read/462831/7194687

php3 gzpassthru.php3

gzpassthru
www.eeworm.com/read/462831/7194725

php3 gzgetc.php3

gzgetc
www.eeworm.com/read/449996/7491876

c pppdump.c

/* * PPPDUMP.C * */ #include #include "global.h" #include "mbuf.h" #include "iface.h" #include "internet.h" #include "ppp.h" #include "trace.h" #ifdef TURBOC_SWITCH_BUG #pra
www.eeworm.com/read/449167/7517379

m readme.m

% IMAGE COMPRESSION WITH NEURAL NETWORKS % % Unzip all files in Matlab current directory, then type "test_main" on % Matlab command window. % % function [out]=nncompression(img,namefile) % Th
www.eeworm.com/read/446837/7564138

m lz77.m

function [CR,timeC,timeDC]=LZ77(str) fprintf('LZ77 is started.'); str=strrep(str,' ','_'); str=strcat(str,'$'); searchWindowLen=31; lookAheadWindowLen=31; fprintf('Compression'); tic cod
www.eeworm.com/read/437619/7744651

c pppdump.c

/* * PPPDUMP.C * */ #include #include "global.h" #include "mbuf.h" #include "iface.h" #include "internet.h" #include "ppp.h" #include "trace.h" #ifdef TURBOC_SWITCH_BUG #pra
www.eeworm.com/read/196983/8037980

txt sample.txt

/***************************************************************************** * * * sample.txt
www.eeworm.com/read/196152/8112618

h blockcodegenerator.h

#define KMAX 8 // max number of rows in the generator matrix #define NMAX 10 // max number of columns in the generator matrix #ifndef BLOCKCODEGENERATOR #define BLOCKCODEGENERATOR class BlockCodeGen