代码搜索:transform

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

代码结果 10,000
www.eeworm.com/read/382481/9024763

cmd transform.cmd

MEMORY { PMEM: o = 0x00000020 l = 00002fe0h BMEM: o = 0x80000000 l = 00040036h BMEM1: o = 0x80040040 l = 00000020h BMEM3: o = 0x80040060 l = 000000
www.eeworm.com/read/382131/9047017

txt transform.txt

The matrices used to describe model transformations are affine 4x4 matrices which are D3D style, row major with translations in the 4th row. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 The tran
www.eeworm.com/read/185152/9054775

m transform.m

function coords = transform(coords, matrix, offset) %coords = TRANSFORM(coords, matrix, offset) % %Transform points with respect to the transformation matrix and offset % %Input: % COORDS - coordinat
www.eeworm.com/read/381951/9061715

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/381951/9061809

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/282547/9084052

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/282547/9084132

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/380937/9121820

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/380631/9136541

js transform.js

www.eeworm.com/read/281673/9142878

cpp transform.cpp

//: C05:Transform.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Use of STL transform() algorit