代码搜索:transform
找到约 10,000 项符合「transform」的源代码
代码结果 10,000
www.eeworm.com/read/275035/10838412
dsp transform.dsp
# Microsoft Developer Studio Project File - Name="transform" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/348948/10859279
c transform.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
*/
#include "gwic.h"
/* Daubechies filters, N = 2 (Vetterli: Subband.., p.260) */
const float tr_daub2_high[4] = {
.12940952
www.eeworm.com/read/274170/10886323
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/273821/10900323
pas transform.pas
unit Transform;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, TBasicBill, DBGridEh, DB, ADODB, ActnList, ImgList, StdCtrls,
DBCtrls,
www.eeworm.com/read/273821/10900337
dcu transform.dcu
www.eeworm.com/read/273821/10900402
dfm transform.dfm
inherited TransformFrm: TTransformFrm
Caption = #24211#23384#35843#25320#21333
PixelsPerInch = 96
TextHeight = 13
inherited fcStatusBar1: TfcStatusBar
Panels = <
item
www.eeworm.com/read/272625/10951586
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/272625/10951618
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/271450/10993820
cpp transform.cpp
//: C21:Transform.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Use of STL transform() al