代码搜索:Transforms
找到约 1,181 项符合「Transforms」的源代码
代码结果 1,181
www.eeworm.com/read/130612/14180953
java sketcher.java
// Chapter 19 Exercise 4
// Change the element classes to make use of the combined translate & rotate method
/*
This exercise is really to get you thinking about what these transforms - and the
www.eeworm.com/read/130291/14198682
java scanner.java
/**
* The scanner transforms the input file into a stream of tokens. The
* "lookahead" may be used to exam the token following the current token. This
* is sometimes required when the current token
www.eeworm.com/read/218261/14929534
c transform.c
#include "transform.h"
/*}{********* the transforms **************/
extern Transform transformDaub97;
extern Transform transformCDF22;
extern Transform transformHaar;
/*********
Lena51
www.eeworm.com/read/221464/4831603
txt bpl_mods.txt
.. This is a comment. Note how any initial comments are moved by
transforms to after the document title, subtitle, and docinfo.
.. Need intro and conclusion
.. Exposing classes
.. Constru
www.eeworm.com/read/168845/5435370
txt bpl_mods.txt
.. This is a comment. Note how any initial comments are moved by
transforms to after the document title, subtitle, and docinfo.
.. Need intro and conclusion
.. Exposing classes
.. Constru
www.eeworm.com/read/303435/3813168
vel2stiff
#! /bin/sh
# --- Example shell for vel2stiff
# this code transforms velocities, density and Thomsen
# parameters into elastic stiffness coefficients for
# isotropic or VTI medium.
#
#
www.eeworm.com/read/356084/3042671
m contents.m
% BeamMEXSource
% o Binary sources (MEXSource)
% o BWMEXSource - CMEX sources for functions related to the exact beamlet and
% wedgelet transforms.
% o GraphMEX (DPMEXSource) - CMEX sourc
www.eeworm.com/read/293183/8310571
m binm.m
%BINM Binary mapping for classifier outcomes
%
% W = W*binm
%
% Binary transformation of a map or a classifier.
%
% binm transforms the outcomes of the classifier or map
% to binary using the maxim
www.eeworm.com/read/111805/15502689
java sketcher.java
// Chapter 19 Exercise 4
// Change the element classes to make use of the combined translate & rotate method
/*
This exercise is really to get you thinking about what these transforms - and the
www.eeworm.com/read/387891/8649141
c mdct.c
/*
* MDCT/IMDCT transforms
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*