代码搜索:Transforms
找到约 1,181 项符合「Transforms」的源代码
代码结果 1,181
www.eeworm.com/read/162519/5544533
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/270032/11050852
c transbox.c
/*
Transforming Axis-Aligned Bounding Boxes
by Jim Arvo
from "Graphics Gems", Academic Press, 1990
*/
#include "GraphicsGems.h"
/* Transforms a 3D axis-aligned bo
www.eeworm.com/read/202785/15373314
m da_trans.m
%
% da_trans.m
%
% Transforms data by:
%
% Taking logs
% Powers
% Square roots
% Exponentials
%
da_front;
drawnow;
w1=gcf;
%
% Put the original data into a backup matrix
%
tran
www.eeworm.com/read/102394/15783068
todo
* Sine and Cosine Transforms from FFTPACK.
* A simple multidimensional fft.
* Convolutions. This will need different interfaces corresponding to
the type of underlying FFT (radix-2, mixed-radix, ra
www.eeworm.com/read/279377/10442922
m hankelwts.m
%
% [WT0,WT1]=hankelwts()
%
% Returns the weights for the Hankel transforms of order 0 and 1.
%
% Once you have the weights and the function evaluated at the points YF,
% you can compute the tran
www.eeworm.com/read/464894/7061973
c pngwtran.c
/* pngwtran.c - transforms the data in a row for PNG writers
*
* libpng 1.0.9 - January 31, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001
www.eeworm.com/read/464894/7061976
c pngrtran.c
/* pngrtran.c - transforms the data in a row for PNG readers
*
* libpng 1.0.9 - January 31, 2001
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2001
www.eeworm.com/read/452512/7438875
c pngrtran.c
/* pngrtran.c - transforms the data in a row for PNG readers
*
* libpng 1.0.2 - June 14, 1998
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1995, 1996 Gu
www.eeworm.com/read/306970/13734554
c fft_altivec.c
/*
* FFT/IFFT transforms
* AltiVec-enabled
* Copyright (c) 2003 Romain Dolbeau
* Based on code Copyright (c) 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
www.eeworm.com/read/142536/5764691
c fourier.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/*
* Code to do fourier transforms o