代码搜索:transform
找到约 10,000 项符合「transform」的源代码
代码结果 10,000
www.eeworm.com/read/289443/8550993
hh transform.hh
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/432289/8613057
cpp transform.cpp
//: C21:Transform.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Use of STL transform() algorithm
#inclu
www.eeworm.com/read/387853/8650983
m transform.m
%
% Written by M. Harper Langston - 5/10/00
% harper@cims.nyu.edu
%
% Fast sine transform for poisson.m. Only need one since our Q matrix is orthogonal
function s = Transform(m,p)
const = -sqrt
www.eeworm.com/read/286954/8735070
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/429110/8818925
png transform.png
www.eeworm.com/read/429110/8818938
png transform.png
www.eeworm.com/read/284998/8878771
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
www.eeworm.com/read/384265/8884700
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/384265/8884775
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/384264/8884892
inl transform.inl
//Transform.inl 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_INL //避免多次编译
#define _TRANSFORM_INL
//傅里叶级数逼近
template
void FourierSeriesApp