代码搜索:Compressed

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

代码结果 3,459
www.eeworm.com/read/131693/14132828

h ec2n.h

#ifndef CRYPTOPP_EC2N_H #define CRYPTOPP_EC2N_H #include "gf2n.h" #include "eprecomp.h" #include "smartptr.h" #include "pubkey.h" NAMESPACE_BEGIN(CryptoPP) //! Elliptic Curve Point struc
www.eeworm.com/read/124956/14522400

1 bzdiff.1

\"Shamelessly copied from zmore.1 by Philippe Troin \"for Debian GNU/Linux .TH BZDIFF 1 .SH NAME bzcmp, bzdiff \- compare bzip2 compressed files .SH SYNOPSIS .B bzcmp [ cmp_options ] f
www.eeworm.com/read/161121/5556397

s head-l7200.s

/* * linux/arch/arm/boot/compressed/head-l7200.S * * Copyright (C) 2000 Steve Hill * * Some code borrowed from Nicolas Pitre's 'head-sa1100.S' file. This * is merged with he
www.eeworm.com/read/152843/5659681

makefile

# # create a compressed vmlinuz image from the binary vmlinux.bin file # target = $(target_compressed_dir) src = $(src_compressed_dir) CC = gcc-cris -melf $(LINUXINCLUDE) CFLAGS = -O2 LD = ld-cris
www.eeworm.com/read/152843/5659743

makefile

# # arch/cris/arch-v32/boot/Makefile # target = $(target_boot_dir) src = $(src_boot_dir) zImage: compressed/vmlinuz compressed/vmlinuz: $(objtree)/vmlinux @$(MAKE) -f $(src)/compressed/Makefile
www.eeworm.com/read/267326/11182729

h ec2n.h

#ifndef CRYPTOPP_EC2N_H #define CRYPTOPP_EC2N_H #include "gf2n.h" #include "eprecomp.h" #include "smartptr.h" #include "pubkey.h" NAMESPACE_BEGIN(CryptoPP) //! Elliptic Curve Point struc
www.eeworm.com/read/101208/15841435

c squash.c

/*@A (C) 1992 Allen I. Holub */ #include #include #include #include #include #include
www.eeworm.com/read/100263/15879611

c help.c

/* Autoconf patching by David Hedbor, neotron@lysator.liu.se */ /*****************************************************************/ /* functions for the #help command */
www.eeworm.com/read/192268/8390333

h nodes.h

/* * nodes.h: Node header file * * (C) 1996,1997 Russell King */ #ifndef NODES_H #define NODES_H struct node { struct node *next; int type; union { char *string; struct node *n; unsig
www.eeworm.com/read/388370/8612576

m mulaw_c.m

function [y] = mulaw_c(s,mu) % mu-law compressor % ----------------- % [y] = mulaw_c(s,mu) % y = compressed output signal % s = zero-mean nomalized signal between -1 and 1 % mu = parameter mu