代码搜索:transform

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

代码结果 10,000
www.eeworm.com/read/380446/9148746

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/380446/9148834

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/182959/9182725

class transform.class

www.eeworm.com/read/181916/9227487

c transform.c

/* * The parse tree transformation module for SIP. * * Copyright (c) 2006 * Riverbank Computing Limited * * This file is part of SIP. * * This copy of SIP is
www.eeworm.com/read/180414/9309174

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/180414/9309209

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/376361/9319592

cpp transform.cpp

#include "stdafx.h" #include "transform.h" #include "math.h" #define PI 3.1415926 float *fftBuf=0; void fft1D(float *arrayBuf, int n) { int i, j, k, r; float *buf1=new float[n*2]; for(i=0;
www.eeworm.com/read/376361/9319633

h transform.h

void fft1D(float *arrayBuf, int n); void fft2D(unsigned char* imgBuf, int width, int height); void ifft2D(unsigned char* imgBuf, int width, int height); //旋转 void rotateGrey(unsigned char *img
www.eeworm.com/read/376170/9327704

xpm transform.xpm

/* XPM */ static const char * transform_xpm[] = { "16 16 9 1", " c None", ". c #000000", "+ c #FFFFFF", "@ c #000000", "# c #C0C000", "$ c #FFFFC0", "% c #FFFFFF", "& c #000080", "* c #585858", "
www.eeworm.com/read/376170/9327717

png transform.png