代码搜索:transform

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

代码结果 10,000
www.eeworm.com/read/491722/6433349

h transform.h

#ifndef TRANSFORM_H #define TRANSFORM_H #ifdef TRANSFORMMODULE #define EXTCHANGE #else #define EXTCHANGE extern #endif /********************************************************************
www.eeworm.com/read/489333/6470251

v transform.v

// module to transform to screen coordinates. takes in u,v,w as world coordinates module Transform ( vertex1_x_world, vertex1_y_world, vertex1_z_world, vertex2_x_
www.eeworm.com/read/487628/6506530

h transform.h

/*! *************************************************************************** * * \file transform.h * * \brief * prototypes of transform functions * * \date * 10 July 2007
www.eeworm.com/read/487628/6506574

c transform.c

/*! *************************************************************************** * \file transform.c * * \brief * Transform functions * * \author * Main contributors (see contribu
www.eeworm.com/read/487628/6506639

h transform.h

/*! *************************************************************************** * * \file transform.h * * \brief * prototypes of transform functions * * \date * 10 July 2007
www.eeworm.com/read/487628/6506726

c transform.c

/*! *************************************************************************** * \file transform.c * * \brief * Transform functions * * \author * Main contributors (see contribu
www.eeworm.com/read/487368/6510703

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/484945/6569245

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/484945/6569262

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/477671/6730548

cpp transform.cpp

//: C08:Transform.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Use of STL transform() algo