代码搜索:Compressed

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

代码结果 3,459
www.eeworm.com/read/424371/10456699

m getprojection.m

function Projection=GetProjection(Sample) %计算样本Sample的特征矩阵作为投影轴Projection %使用PCA方法获得PCA投影轴 %通过SVD分解简化K_L变换,取出所有正的特征值对应的特征向量 [dim,N_per,C]=size(Sample); %N_per--训练样本的每类样本数,C--类别数 Comp_dim=0;
www.eeworm.com/read/276685/10715529

h filewipe.h

#ifndef FILEWIPE_H_INCLUDED #define FILEWIPE_H_INCLUDED //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///[FileWipe - HDD Fil
www.eeworm.com/read/441132/7675651

c compress.c

/* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved * Interface to packet compression for ssh. * *
www.eeworm.com/read/136041/5875656

h rtime.h

#define __u32 int /* _compress returns the compressed size, -1 if bigger */ int rtime_compress(unsigned char *data_in, unsigned char *cpage_out, __u32 *sourcelen, __u32 *dstlen); void rtime_de
www.eeworm.com/read/112303/6145747

c unnuke2.c

#include #include "lpc10.h" int read_bits(FILE *f, INT32 *bits, int len); void write_bits(FILE *f, INT32 *bits, int len); int read_16bit_samples(FILE *f, float speech[], int n); int write
www.eeworm.com/read/112303/6145753

c unnuke.c

#include #include "lpc10.h" int read_bits(FILE *f, INT32 *bits, int len); void write_bits(FILE *f, INT32 *bits, int len); int read_16bit_samples(FILE *f, float speech[], int n); int write
www.eeworm.com/read/109808/6172561

h rtime.h

#define __u32 int /* _compress returns the compressed size, -1 if bigger */ int rtime_compress(unsigned char *data_in, unsigned char *cpage_out, __u32 *sourcelen, __u32 *dstlen); void rtime_de
www.eeworm.com/read/103273/6220076

h filewipe.h

#ifndef FILEWIPE_H_INCLUDED #define FILEWIPE_H_INCLUDED //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///[FileWipe - HDD Fil
www.eeworm.com/read/156785/11775367

php class.zip.php

www.eeworm.com/read/156225/11817438

cpp proc_not.cpp

/* ** CPQDIF_SP_Nothing class. Implements a "do nothing" processor. ** Used when the PQDIF file is not compressed -- or for certain records ** which are never compressed. ** ------------------