代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/152843/5660104
makefile
#
# linux/arch/x86_64/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
# Note all the files here are compiled/linked as 32bit executables.
#
targets := vmli
www.eeworm.com/read/393812/8261992
dfm commandsfrm.dfm
object CommandsForm: TCommandsForm
Left = 289
Top = 105
BorderStyle = bsToolWindow
Caption = 'UPX Commands'
ClientHeight = 333
ClientWidth = 549
Color = clBtnFace
Font.Charset
www.eeworm.com/read/167133/5469467
java zipverify.java
// This class will write a zip file into memory and verify that the
// contents being written matches the expected output.
import java.io.*;
import java.util.*;
import java.util.zip.*;
public class
www.eeworm.com/read/200008/15443949
doc transport format combination selection for compressed mode in a w-cdma system.doc
www.eeworm.com/read/178499/9394351
h f8x8.h
/*
created with FontEditor written by H. Reddmann
HaReddmann at t-online dot de
File Name : f8x8.h
Date : 30.03.2004
Font size in bytes : 0x0176, 3
www.eeworm.com/read/363056/9969779
c compress.c
/**
* compress.c - Compressed attribute handling code. Originated from the Linux-NTFS
* project.
*
* Copyright (c) 2004-2005 Anton Altaparmakov
* Copyright (c) 2004-2006 Szabolcs Szakacsits
*
www.eeworm.com/read/360807/10077690
h zftape-compress.h
#ifndef _ZFTAPE_COMPRESS_H
#define _ZFTAPE_COMPRESS_H
/*
* Copyright (c) 1994-1997 Claus-Justus Heine
This program is free software; you can redistribute it and/or
modify it under the terms o
www.eeworm.com/read/273826/10899879
c compress.c
/**
* compress.c - Compressed attribute handling code. Originated from the Linux-NTFS
* project.
*
* Copyright (c) 2004-2005 Anton Altaparmakov
* Copyright (c) 2004-2006 Szabolcs Szakacsits
*
www.eeworm.com/read/418689/10936023
m test_main.m
clc;
img = imread('lena.bmp');
% JPEG compression
jpegcompression(img,'lena_compressed.mat');
% JPEG decompression
Irec = jpegrestoration('lena_compressed.mat');
% System performances
[CR,B