代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/359577/10135789
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/356723/10222041
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))));
www.eeworm.com/read/356723/10222044
m fig7_10.m
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(ifft(yfft .* conj(yfft))));
maxval = max (ycomp);
www.eeworm.com/read/356183/10235316
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/356183/10235317
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))));
www.eeworm.com/read/355676/10249882
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/426334/10261374
pas dsiwin32.pas
unit DSiWin32;
interface
uses
Windows, SysUtils;
function DSiFileExistsW(const fileName: WideString): Boolean;
function DSiIsFileCompressedW(const fileName: WideString): Boolean;
functio
www.eeworm.com/read/272513/10954874
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/416428/11026244
pas dsiwin32.pas
unit DSiWin32;
interface
uses
Windows, SysUtils;
function DSiFileExistsW(const fileName: WideString): Boolean;
function DSiIsFileCompressedW(const fileName: WideString): Boolean;
functio
www.eeworm.com/read/470055/6923795
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