代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/353723/10425761
m linear_dyn.m
% linear_dyn.m
% returns an offset that can be added to data that increases linearly with
% time, based on cputime, first time it is called is start time
%
% equation is: offset = (cputime - tnot)
www.eeworm.com/read/424281/10467102
c linear_wrapper.c
typedef struct
{
gsl_function_fdf fdf_linear;
gsl_multimin_function_fdf *fdf;
/* fixed values */
const gsl_vector *x;
const gsl_vector *g;
const gsl_vector *p;
/* cached values, for x(a
www.eeworm.com/read/424281/10467117
c linear_minimize.c
#include
#include
#include
/* Find a minimum in x=[0,1] of the interpolating quadratic through
* (0,f0) (1,f1) with derivative fp0 at x=0. The in
www.eeworm.com/read/160392/10536433
h linear_section.h
/*
HYSDEL
Copyright (C) 1999-2002 Fabio D. Torrisi
This file is part of HYSDEL.
HYSDEL is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
www.eeworm.com/read/160392/10536455
h linear_item.h
/*
HYSDEL
Copyright (C) 1999-2002 Fabio D. Torrisi
This file is part of HYSDEL.
HYSDEL is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
www.eeworm.com/read/160392/10536608
cc linear_item.cc
/*
HYSDEL
Copyright (C) 1999-2002 Fabio D. Torrisi
This file is part of HYSDEL.
HYSDEL is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
www.eeworm.com/read/278064/10576956
m linear_dyn.m
% linear_dyn.m
% returns an offset that can be added to data that increases linearly with
% time, based on cputime, first time it is called is start time
%
% equation is: offset = (cputime - tnot)
www.eeworm.com/read/278064/10577006
m linear_dyn.m
% linear_dyn.m
% returns an offset that can be added to data that increases linearly with
% time, based on cputime, first time it is called is start time
%
% equation is: offset = (cputime - tnot)
www.eeworm.com/read/421910/10680139
m linear_dyn.m
% linear_dyn.m
% returns an offset that can be added to data that increases linearly with
% time, based on cputime, first time it is called is start time
%
% equation is: offset = (cputime - tnot)
www.eeworm.com/read/276537/10731495
m linear304.m
%% Linear Fit of Nonlinear Problem
% A linear neuron is trained to find the minimum sum-squared error linear fit to
% a nonlinear input/output problem.
%
% Copyright 1992-2002 The MathWorks, Inc.