代码搜索:transform

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

代码结果 10,000
www.eeworm.com/read/310869/13642017

cpp transform.cpp

//编写一个程序,要求用户按欧洲风格输入汽车的耗油量(每100公里消耗的汽油量(升),然后将其转换为 //美国风格的耗油量---每加仑多少英里.注意除了使用不同的单位计量外,美国方法(距离/燃料)与欧洲 //风格(燃料/距离)相反.100公里等于62.14英里,1加仑等于3.875升.因此,19mpg大约全12.4/100km,127mpg //大约合8.71/100km。 #incl ...
www.eeworm.com/read/310520/13649774

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/309443/13671250

html transform.html

MFC Programmer's SourceBook : STL Programmer's Gui
www.eeworm.com/read/303043/13823317

m transform.m

%transform.m 坐标的变换,低通到高通,带通,带阻 function [out]=transform(pl1,f0,omegac,string) sq=f0^2; pb=[-fliplr(pl1),pl1(2:length(pl1))]; %omegac=2;%低通滤波器变换到低通滤波器时的扩张系数 if(string == 'lp2lp') pl
www.eeworm.com/read/149467/5699725

java transform.java

package ksnb; public class transform { //字符转换函数 public static String GBK(String string) { String re=null; byte temp[]; try { temp=string.getBytes("iso-8859-1")
www.eeworm.com/read/140180/5794114

c transform.c

/***************************************************************************** * transform.c : transform image module for vlc ************************************************************************
www.eeworm.com/read/139903/5796040

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/139332/5800299

hpp transform.hpp

/*============================================================================= Copyright (c) 2003 Joel de Guzman Use, modification and distribution is subject to the Boost Software Licen
www.eeworm.com/read/139332/5800930

hpp transform.hpp

#ifndef BOOST_MPL_TRANSFORM_HPP_INCLUDED #define BOOST_MPL_TRANSFORM_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // Copyright David Abrahams 2003-2004 // // Distributed under the Boost Soft
www.eeworm.com/read/139332/5802171

hpp transform.hpp

# /* Copyright (C) 2001 # * Housemarque Oy # * http://www.housemarque.com # * # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt or copy at