代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/493456/6393560
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
www.eeworm.com/read/346857/11718354
h dsmcc-descriptor.h
#ifndef DSMCC_DESCRIPTOR_H
#define DSMCC_DESCRIPTOR_H
#include "vdr/receiver.h"
#include
struct descriptor_type {
char *text;
};
struct descriptor_name {
char *text;
};
struct descript
www.eeworm.com/read/156653/11786607
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
%
if m
www.eeworm.com/read/342845/11996061
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
www.eeworm.com/read/229523/14333264
c util.c
/*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/209825/15213719
cpp compress.cpp
/*
Robot Interface
(C) 2006 Jason Hunt
nulluser@gmail.com
File: compress.h
You have to wrap jpeglib.h in extern "C" { }
*/
#include
#include
www.eeworm.com/read/195453/8154441
htaccess .htaccess
AddType application/x-compressed tgz
deny from 202.97.30.181
www.eeworm.com/read/393394/8290390
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
www.eeworm.com/read/370044/9621730
kconfig
menu "Kernel compression format"
comment "Select Kernel compression format GZIP or LZMA"
choice
prompt "Kernel compression format"
depends on EXPERIMENTAL
default KERNEL_GZIP
c
www.eeworm.com/read/370044/9621745
txt readme !!!!.txt
1.在文件linux-$(ver)/arch/{ARCH}/Kconfig中"source "fs/Kconfig.binfmt"的下一行添加
choice
prompt "Kernel compression format"
depends on EXPERIMENTAL
default KERNEL_GZIP
config KERNEL_