代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/124283/14578335
c steepest_descent.c
/* multimin/steepest_descent.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/212047/15166557
c directional_minimize.c
/* multimin/directional_minimize.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/212047/15166558
c steepest_descent.c
/* multimin/steepest_descent.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/167728/5452715
c directional_minimize.c
/* multimin/directional_minimize.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/167728/5452716
c steepest_descent.c
/* multimin/steepest_descent.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/202674/15376010
cpp attitude_indicator.cpp
#include
#include
#include
#include
#include "attitude_indicator.h"
AttitudeIndicatorNeedle::AttitudeIndicatorNeedle(const QColor &c)
{
www.eeworm.com/read/102394/15782826
c directional_minimize.c
/* multimin/directional_minimize.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/102394/15782827
c steepest_descent.c
/* multimin/steepest_descent.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/432935/8562193
asv example_streamslice.asv
% example_streamslice.m
% 绘制流线切片图
% 首先z=peaks;
surf(z);
shading interp
hold on
[c ch] = contour3(z,20); set(ch,'edgecolor','b')
[u v] = gradient(z);
h = streamslice(-u,-v);
set(h,'color','k
www.eeworm.com/read/180274/9313882
h optimize.h
// -*- C++ -*-
#ifndef __LEMGA_OPTIMIZE_H__
#define __LEMGA_OPTIMIZE_H__
/** @file
* @brief Some generic optimization algorithms.
*
* $Id: optimize.h 1917 2005-01-07 01:25:30Z ling $
*/
#inclu