代码搜索:Transforms

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

代码结果 1,181
www.eeworm.com/read/181089/9274720

cg position.cg

// // simple vertex program transforms vertices to projection space and // passes through color and texture struct appdata { float4 position : ATTRIB0; float4 color : ATTRIB1; floa
www.eeworm.com/read/356354/10230387

c pngwtran.c

/* pngwtran.c - transforms the data in a row for PNG writers * * libpng 1.2.5 - October 2, 2002 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2002 G
www.eeworm.com/read/356354/10230389

c pngrtran.c

/* pngrtran.c - transforms the data in a row for PNG readers * * libpng 1.2.5 - October 2, 2002 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2002 G
www.eeworm.com/read/352960/10488805

c fft_altivec.c

/* * FFT/IFFT transforms * AltiVec-enabled * Copyright (c) 2003 Romain Dolbeau * Based on code Copyright (c) 2002 Fabrice Bellard. * * This library is free software; you can
www.eeworm.com/read/461382/7228305

c demodfsk.c

/* File: DemodFSK.c Description: Transforms M-dimensional FSK symbols into ML symbol log-likelihoods The calling syntax is: [output] = FskDemod( input, EsNo, [csi_flag], [fade_coef
www.eeworm.com/read/461264/7230778

pro gal_flat.pro

FUNCTION GAL_FLAT,IMAGE,ANG,INC,CEN,INTERP = interp ;+ ; NAME: ; GAL_FLAT ; ; PURPOSE: ; Transforms the image of a galaxy so that the galaxy appears face-on ; EXPLANATION: ; Either a nearest-neighbor
www.eeworm.com/read/452646/7436651

m wgsxyz2lla.m

% Function [lat, lon, alt] = wgsxyz2lla(xyz) transforms the % 3 x 1 vector xyz representing a point in WGS84 xyz coordinates % into its corresponding latitude (degrees), longitude (degrees), % and
www.eeworm.com/read/446824/7564243

m f_nonlin_compand.m

function y = f_nonlin_compand(x, type, V, nbits_in, nbits_out) % nonlinear transforms compander % type == 1, % compression; % else extension % V is the maximum value of output and input n
www.eeworm.com/read/244097/12889096

c fft_altivec.c

/* * FFT/IFFT transforms * AltiVec-enabled * Copyright (c) 2003 Romain Dolbeau * Based on code Copyright (c) 2002 Fabrice Bellard. * * This library is free software; you can
www.eeworm.com/read/138783/13213045

c pngwtran.c

/* pngwtran.c - transforms the data in a row for PNG writers * * libpng 1.0.12 - June 8, 2001 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2001 Gle