代码搜索:Transforms

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

代码结果 1,181
www.eeworm.com/read/381363/9096126

hlp permute.hlp

Permute The Permute item of the Colormap menu transforms the colormap of the current image by permuting its columns. {Colormap_Menu.hlp}
www.eeworm.com/read/196292/8101688

h speex_stereo.h

/* Copyright (C) 2002 Jean-Marc Valin*/ /** @file speex_stereo.h @brief Describes the handling for intensity stereo */ /* Redistribution and use in source and binary forms, with or without
www.eeworm.com/read/303513/13813722

m sph2cyl.m

function B=sph2cyl(A) %SPH2CYL Transform spherical to cylindrical coordinates. % T = SPH2CART(S) transforms the scalar function S % in spherical coordinates to cylindrical coordinates, % wh
www.eeworm.com/read/303513/13813740

m cyl2sph.m

function B=cyl2sph(A) %CYL2SPH Transform cylindrical to spherical coordinates. % T = CYL2SPH(S) transforms the scalar function S % in cylindrical coordinates to spherical coordinates, % whe
www.eeworm.com/read/303513/13813790

m sph2cyl.m

function B=sph2cyl(A) %SPH2CYL Transform spherical to cylindrical coordinates. % W = SPH2CART(V) transforms the vector function V % in spherical coordinates to cylindrical coordinates, % wh
www.eeworm.com/read/303513/13813809

m cyl2sph.m

function B=cyl2sph(A) %CYL2SPH Transform cylindrical to spherical coordinates. % W = CYL2SPH(V) transforms the vector function V % in cylindrical coordinates to spherical coordinates, % whe
www.eeworm.com/read/101130/6239720

cpp mgcbillboardnode.cpp

// Magic Software, Inc. // http://www.magic-software.com // Copyright (c) 2000, All Rights Reserved // // Source code from Magic Software is supplied under the terms of a license // agreement and
www.eeworm.com/read/149850/12340805

h speex_stereo.h

/* Copyright (C) 2002 Jean-Marc Valin*/ /** @file speex_stereo.h @brief Describes the handling for intensity stereo */ /* Redistribution and use in source and binary forms, with or without
www.eeworm.com/read/224579/14582762

h speex_stereo.h

/* Copyright (C) 2002 Jean-Marc Valin*/ /** @file speex_stereo.h @brief Describes the handling for intensity stereo */ /* Redistribution and use in source and binary forms, with or without
www.eeworm.com/read/216443/15006746

m assert_tt.m

function info=assert_tt(ttype,a,M,callfun); %ASSERT_TT Assert transform type and parameters. % Check validity of a and M assert_squarelat(a,M,1,callfun); % Must the window be real? info.isreal=0;