代码搜索:transform
找到约 10,000 项符合「transform」的源代码
代码结果 10,000
www.eeworm.com/read/217557/14958542
m transform.m
function u = transform(v,A,b)
% Apply affine transformation Tx + v to a vertices object, where T is an
% n by n invertible matrix and v is a constant vector
%
% Syntax:
% "V = transform(vtcs
www.eeworm.com/read/216898/14986975
cpp transform.cpp
#include
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
cout
www.eeworm.com/read/115300/15018927
wav transform.wav
www.eeworm.com/read/115116/15025973
c transform.c
# include
void main()
{
/* 定义变量并赋初值 */
int a = 5;
char c = 'a';
float f = 5.3;
double m = 12.65;
double result;
/* 同类型数据间进行运算并输出结果 */
printf(
www.eeworm.com/read/214966/15081740
c transform.c
/***
* transform.c
***
* soucast knihovny libopen
* 2007-04-29
* xbarin02@stud.fit.vutbr.cz
***
* soubor s fcemi, kt. provadeji transformace (2D (I)DWT a 2D (I)DCT)
*/
// pomocne
www.eeworm.com/read/211211/15184735
c transform.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
*/
#include "gwic.h"
/* Daubechies filters, N = 2 (Vetterli: Subband.., p.260) */
const float tr_daub2_high[4] = {
.12940952
www.eeworm.com/read/209853/15212983
cpp transform.cpp
//: C06:Transform.cpp {-mwcc}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in
www.eeworm.com/read/209433/15220102
c transform.c
# include
void main()
{
/* 定义变量并赋初值 */
int a = 5;
char c = 'a';
float f = 5.3;
double m = 12.65;
double result;
/* 同类型数据间进行运算并输出结果 */
printf(