代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/349646/10808838
m zipsave.m
%ZIPSAVE Save data in compressed format
%
% zipsave( filename, data )
% filename: string variable that contains the name of the resulting
% compressed file (do not include '.zip' extension)
%
www.eeworm.com/read/349646/10809883
m zipsave.m
%ZIPSAVE Save data in compressed format
%
% zipsave( filename, data )
% filename: string variable that contains the name of the resulting
% compressed file (do not include '.zip' extension)
%
www.eeworm.com/read/349055/10854068
pas winconvert.pas
{$A+} { word align }
{$O+} { ?? ?? }
unit WinConvert;
(*
* LZHUF.C English version 1.0
* Based on Japanese version 29-NOV-1988
* LZSS coded by Haruhiko OKUMURA
* Adaptive Huffman Coding c
www.eeworm.com/read/418779/10921474
txt 12278.txt
Rule:
--
Sid:
12278
--
Summary:
This event is generated when network traffic that indicates Microsoft Media Player is being used.
--
Impact:
Possible policy violation. The use of Microsoft Media Pl
www.eeworm.com/read/271428/10997164
pas winconvert.pas
{$A+} { word align }
{$O+} { ?? ?? }
unit WinConvert;
(*
* LZHUF.C English version 1.0
* Based on Japanese version 29-NOV-1988
* LZSS coded by Haruhiko OKUMURA
* Adaptive Huffman Coding c
www.eeworm.com/read/139476/6933996
cpp bitmap.cpp
/*
Copyright (c) 2003, Cornell University
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions a
www.eeworm.com/read/469310/6973033
pas winconvert.pas
{$A+} { word align }
{$O+} { ?? ?? }
unit WinConvert;
(*
* LZHUF.C English version 1.0
* Based on Japanese version 29-NOV-1988
* LZSS coded by Haruhiko OKUMURA
* Adaptive Huffman Coding c
www.eeworm.com/read/469416/6976303
m zipsave.m
%ZIPSAVE Save data in compressed format
%
% zipsave( filename, data )
% filename: string variable that contains the name of the resulting
% compressed file (do not include '.zip' extension)
%
www.eeworm.com/read/467287/7009253
c splay.c
/*
this program is a straight pascal to C translation of a program that
compresses and decompresses files using 'Splay' trees. This is the
original comment block:
{********