代码搜索:transform

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

代码结果 10,000
www.eeworm.com/read/100745/6265128

c transform.c

/* * transform.c * Calculate coefficients for tranformation equation * Copyright (C) 1999 Bradley D. LaRonde * * This program is free software; you may redistribute it and/or modif
www.eeworm.com/read/195128/6350206

cpp transform.cpp

#include #include void findMinMax(double array[],int size,double &min,double &max) //求dem数组的最大最小值 { int i; min=max=array[0]; for(i=1;i
www.eeworm.com/read/145285/6350464

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/223932/6357860

class transform.class

www.eeworm.com/read/492476/6414642

h transform.h

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

obj transform.obj

www.eeworm.com/read/492476/6414758

sbr transform.sbr

www.eeworm.com/read/492476/6414774

c transform.c

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

c transform.c

#define TRANSFORMMODULE #include "config.h" #include "transform.h" /******************************************************************************************************* ** 函数名称: INT16S h
www.eeworm.com/read/491722/6433323

o transform.o