代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1107277
bif meas_linear.bif
(Image meas_linear
(Resources
(.Width 16)
(.Height 16)
(.Depth 24)
)
(Data
0F00000001F0FD000D100D200D0799CC99330D430D530D5B022C0D00780D880
www.eeworm.com/read/38040/1107505
ewstr transf_linear.ewstr
www.eeworm.com/read/38383/1112269
ewstr transf_linear.ewstr
www.eeworm.com/read/38594/1115278
ewstr transf_linear.ewstr
www.eeworm.com/read/39903/1137516
ewstr transf_linear.ewstr
www.eeworm.com/read/42552/1151439
ewstr transf_linear.ewstr
www.eeworm.com/read/490329/1201656
cxx ivu_linear.cxx
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.
#ifndef WIN32
# pragma implementation "ivu_linear.hxx"
# pragma implementation "ivu_linear_software.hxx"
# pragma implementat
www.eeworm.com/read/490329/1201658
hxx ivu_linear.hxx
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.
//IVP_EXPORT_PUBLIC
#ifndef _IVP_U_LINEAR_INCLUDED
#define _IVP_U_LINEAR_INCLUDED
#ifdef IVP_WINDOWS_ALIGN16
#pragma pac
www.eeworm.com/read/482889/1282592
hpp linear_congruential.hpp
/* boost random/linear_congruential.hpp header file
*
* Copyright Jens Maurer 2000-2001
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or
www.eeworm.com/read/477111/1364077
m exp_linear.m
%指数函数与线性函数的交点
function y=exp_linear(x,a,b)
y=exp(x)+a*x-b;