代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/226200/14489694
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/223110/14657686
gfl lcd.gfl
# XST (Creating Lso File) :
lcd.lso
# xst flow : RunXST
lcd_summary.html
# xst flow : RunXST
lcd.syr
lcd.prj
lcd.sprj
lcd.ana
lcd.stx
lcd.cmd_log
lcd.ngc
lcd.ngr
# Implmentation : Transl
www.eeworm.com/read/122349/14699014
cc sparse_copy.cc
#include "mtl/matrix.h"
#include "mtl/mtl.h"
#include "mtl/utils.h"
/*
Sample Out:
A
10x10
[
[0,0,2,0,4,0,6,0,8,0],
[10,0,12,0,14,0,16,0,18,0],
[20,0,22,0,24,0,26,0,28,0],
[30,0,32,0,34,0,36,0,38,0
www.eeworm.com/read/219695/14869447
cc sparse_copy.cc
#include "mtl/matrix.h"
#include "mtl/mtl.h"
#include "mtl/utils.h"
/*
Sample Out:
A
10x10
[
[0,0,2,0,4,0,6,0,8,0],
[10,0,12,0,14,0,16,0,18,0],
[20,0,22,0,24,0,26,0,28,0],
[30,0,32,0,34,0,36,0,38,0
www.eeworm.com/read/209825/15213697
h compress.h
/*
Robot Interface
(C) 2006 Jason Hunt
nulluser@gmail.com
File: compress.h
*/
#ifndef COMPRESS_H
#define COMPRESS_H
void compress_frame(unsigned char *image,
www.eeworm.com/read/209293/15223865
h tarith_decoder_jpeg2000.h
/*****************************************************************************
File name : arith_decoder.h
Description : This file contains required strcture definition and initialization
www.eeworm.com/read/209292/15223874
h tarith_decoder_jpeg2000.h
/*****************************************************************************
File name : arith_decoder.h
Description : This file contains required strcture definition and initialization
www.eeworm.com/read/295543/8155210
h tarith_decoder_jpeg2000.h
/*****************************************************************************
File name : arith_decoder.h
Description : This file contains required strcture definition and initialization
www.eeworm.com/read/173932/9629494
m fig5_14.m
% use this program to reproduce Fig. 5.14 of text
clear all
eps = 1.5e-5;
t = 0:0.001:.5;
y = chirp(t,0,.25,20);
figure(1)
plot(t,y);
yfft = fft(y,512) ;
ycomp = fftshift(abs(
www.eeworm.com/read/173932/9629496
m mismatch.m
clear all
eps = 1.5e-5;
wind = hamming(512)';
t = 0:0.001:.5;
y = chirp(t,0,.25,20);
figure(1)
plot(t,y);
yfft = fft(y,512) ;
ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));