代码搜索:transform

找到约 10,000 项符合「transform」的源代码

代码结果 10,000
www.eeworm.com/read/152398/12117699

m transform.m

function [T,M]=transform(A) % The function finds a transformation matrix T that transform % a matrix or cell array A (by column switching)to a matrix M % having all diagonal elements = 0 (M = A*
www.eeworm.com/read/152351/12120398

inl transform.inl

//Transform.inl 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_INL //避免多次编译 #define _TRANSFORM_INL //傅里叶级数逼近 template void FourierSeriesApp
www.eeworm.com/read/152351/12120462

h transform.h

//Transform.h 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_H //避免多次编译 #define _TRANSFORM_H #include //模板类输入输出流标准头文件 #include
www.eeworm.com/read/253855/12181978

cpp transform.cpp

/*++ Copyright (c) 2005 Microsoft Corporation All rights reserved. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
www.eeworm.com/read/253855/12181982

h transform.h

/*++ Copyright (c) 2005 Microsoft Corporation All rights reserved. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
www.eeworm.com/read/253821/12184189

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/340031/12186824

transform_sv

www.eeworm.com/read/252121/12300973

wav transform.wav

www.eeworm.com/read/251851/12314676

m transform.m

function POLY = transform(POLY,T,v) % Apply affine transformation Tx + v to a polyhedron object, where T is % an invertible n by n matrix and v is a constant vector % % Syntax: % "P = transfo
www.eeworm.com/read/251851/12314709

m transform.m

function CON = transform(CON,T,v) % Apply affine transformation Tx + v to a linear constraint object, where % T is an n by n matrix and v is a constant vector % % Syntax: % "C = transform(con,T,v)"