代码搜索:Transforms
找到约 1,181 项符合「Transforms」的源代码
代码结果 1,181
www.eeworm.com/read/316872/3604027
txt async-tx-api.txt
Asynchronous Transfers/Transforms API
1 INTRODUCTION
2 GENEALOGY
3 USAGE
3.1 General format of the API
3.2 Supported operations
3.3 Descriptor management
3.4 When does the operation execute?
3.5
www.eeworm.com/read/309003/3708265
m toon0422.m
% toon0422 -- Compare Wavelet & Haar Partial Reconstructions
%
% Try to reconstruct the Doppler signal using the first 64
% coefficients from both the Haar and S8 wavelet transforms.
%
n
www.eeworm.com/read/309003/3708270
m toon0444.m
% toon0444 -- First-m Compression Numbers in DCT & DWT of Four Objects
%
% Compare the accuracy of first-m reconstructions of four
% signals with the Wavelet and DCT transforms.
%
n = 2048;
www.eeworm.com/read/309003/3708709
m mifig42.m
% mifig42 -- Noiseless Data Transforms (MIPT coefficients)
%
% Panel (a): Sinusoid
% Panel (b): Heaviside
% Panel (c): Doppler
%
scriptname = 'mifig42';
Len = 3^9; % length of sampled signa
www.eeworm.com/read/309003/3708712
m mifig41.m
% mifig41 -- Noiseless Data Transforms (MIPT coefficients)
%
% Panel (a): Sinusoid
% Panel (b): Heaviside
% Panel (c): Doppler
%
scriptname = 'mifig41';
Len = 3^9; % length of sampled signa
www.eeworm.com/read/304657/3791572
java colorspace.java
/* ColorSpace.java -- transforms between color spaces
Copyright (C) 2000, 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/304657/3793053
java colorspace.java
/* ColorSpace.java -- transforms between color spaces
Copyright (C) 2000, 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/440906/1784319
java colorspace.java
/* ColorSpace.java -- transforms between color spaces
Copyright (C) 2000, 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/436207/1851065
java tokenfilter.java
package weka.datagenerators;
import java.util.Collection;
/**
* The interface that all filters have to implement. A token filter
* transforms a given token into another form. It may also toss
*