代码搜索:Transforms

找到约 1,181 项符合「Transforms」的源代码

代码结果 1,181
www.eeworm.com/read/136824/5848487

nvp linkerpixels.nvp

; Pixel shader - Bumped surface reflections. ; Transforms the bumpmap into the local coordinate system ; by the basis vectors supplied from the vertex shader. ; Then uses the normal and eye vector
www.eeworm.com/read/136824/5848525

nvp blinn_reflect.nvp

; Pixel shader - Bumped surface reflections. ; Transforms the bumpmap into the local coordinate system ; by the basis vectors supplied from the vertex shader. ; Then uses the normal and eye vector
www.eeworm.com/read/136824/5848607

nvp blinn_reflect.nvp

; Pixel shader - Bumped surface reflections. ; Transforms the bumpmap into the local coordinate system ; by the basis vectors supplied from the vertex shader. ; Then uses the normal and eye vector
www.eeworm.com/read/136821/5851797

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 *
www.eeworm.com/read/490944/6445993

readme

FFTW is a free collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, symmetric, and parallel transforms, and can handle a
www.eeworm.com/read/262892/11386769

h lowercaseprocessor.h

/** * LowercaseProcessor - Transforms output to lowercase * * @author Jonathan Roewen */ #ifndef LOWERCASE_PROCESSOR_H #define LOWERCASE_PROCESSOR_H #include "AimlProcessor.h" #include "
www.eeworm.com/read/262892/11386786

h uppercaseprocessor.h

/** * UppercaseProcessor - Transforms output to uppercase * * @author Jonathan Roewen */ #ifndef UPPERCASE_PROCESSOR_H #define UPPERCASE_PROCESSOR_H #include "AimlProcessor.h" #include "
www.eeworm.com/read/258131/11882792

m modulate.m

% Modulate transforms bits into K-dimensional channel symbols % % The calling syntax is: % [output] = Modulate( input, S_matrix ) % % output = K by N vector of modulated symbols % %
www.eeworm.com/read/252894/12259126

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 *
www.eeworm.com/read/227556/14421200

c fft.c

/* * FFT/IFFT 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