代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/110034/6168525
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
dep:
@$(MAKE) -C compressed depend
@$(MAKE) -C rescue depend
clean:
www.eeworm.com/read/107896/6187970
mak freeampcustomcode.mak
# Microsoft Developer Studio Generated NMAKE File, Based on FreeAmpCustomCode.dsp
!IF "$(CFG)" == ""
CFG=FreeAmpCustomCode - Win32 Debug
!MESSAGE No configuration specified. Defaulting to FreeAmpCu
www.eeworm.com/read/103192/6220767
c lzcopy.c
/* DOS Lempel-Ziv Data Decompression Module
(C) Copyright 1989 by Microsoft
written by David Dickman
LZ code by Steve Zeck
note:
this module is
www.eeworm.com/read/102935/6227112
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
dep:
clean:
rm -f zImage tools/build compressed/vmlinux.out
@$(MAKE
www.eeworm.com/read/101082/6248744
h filetype.h
/* @(#)filetype.h 4.1 (ULTRIX) 7/17/90 */
#define PRINT 1
#define NOPRINT 0
#define UNKNOWN -1
#define SLINK 1
#define DIRECTORY 2
#define APPENDONLY 2
#define STANDARD 1
#define N
www.eeworm.com/read/101015/6262211
c lzcopy.c
/* DOS Lempel-Ziv Data Decompression Module
(C) Copyright 1989 by Microsoft
written by David Dickman
LZ code by Steve Zeck
note:
this module is
www.eeworm.com/read/489562/6465821
m compressionratio.m
fid1=fopen('test.txt','r');
tbytes=0;
while(1~=0)
ch = fread(fid1,1);
if(feof(fid1)),break;end
tbytes=tbytes+1;
end
A=tbytes;
fid2=fopen('compressed.txt','r');
tbytes=0;
while (1
www.eeworm.com/read/488200/6497688
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/480828/6662369
c id_ca.c
// ID_CA.C
// this has been customized for WOLF
/*
=============================================================================
Id Software Caching Manager
---------------------------
M
www.eeworm.com/read/480444/6664381
m pulsecompression.m
clc
close all
M=128;
T=0.001;
tb=T/(M-1);
t=[0:tb:T];
df=10^4/T;
uT=exp(j*pi*df*(t).^2);
uTr=real(uT);
uTr2=[zeros(1,30) uTr]+[uTr zeros(1,30)]
v=randn(size(uTr));
uTn=uTr+v; %-------Add no