代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/451979/7452596
rc sstrings.rc
#include "..\sstrings.pas"
LANGUAGE LANG_DUTCH,5
STRINGTABLE
{
s_MsgDlgWarning, "Waarschuwing"
s_MsgDlgError, "Fout"
s_MsgDlgInformation, "Info"
s_MsgDlgConfirm, "Bevestig"
s_MsgDlgY
www.eeworm.com/read/450539/7482425
c dmtxregion.c
/*
libdmtx - Data Matrix Encoding/Decoding Library
Copyright (C) 2006 Mike Laughton
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General P
www.eeworm.com/read/450539/7482437
c dmtxencode.c
/*
libdmtx - Data Matrix Encoding/Decoding Library
Copyright (C) 2006 Mike Laughton
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General P
www.eeworm.com/read/449504/7502281
m gradnt.m
function g = gradnt(funfcn,theta,deltagrad,varargin)
% PURPOSE: compute the gradient of func at b
% ------------------------------------------------
% USAGE: grd = gradnt(func,b,delta,varargin)
% Whe
www.eeworm.com/read/449044/7519536
m shili24.m
function shili24
h0=figure('toolbar','none',...
'position',[200 150 450 350],...
'name','实例24');
subplot(2,2,1)
z=peaks;
ribbon(z)
title('Figure1')
subplot(2,2,2)
[x,y,z]=peaks(15);
www.eeworm.com/read/448535/7531271
m rosengrad.m
function grad = rosengrad(x)
%
% compute the gradient of the rosenbrock function for test purposes
% function grad = rosengrad(x)
% Copyright 1999 by Todd K. Moon
grad = [-400*x(1)*(x(2) - x
www.eeworm.com/read/448535/7531511
m plotfplane.m
% plot a function and a linear approximating surface
% Copyright 1999 by Todd K. Moon
[X,Y] = meshgrid([0:.2:5]);
fxy = (X .* exp(-X)) .* (Y .* exp(-Y));
x = 1.2;
y = 1.2;
gx = (-x*exp(-x)
www.eeworm.com/read/447824/7545107
tee tee.tee
object TChart
Left = 0
Top = 0
Width = 289
Height = 229
AllowPanning = pmNone
BackWall.Pen.Visible = False
Gradient.EndColor = 14285190
Gradient.MidColor = clSilver
Gradient
www.eeworm.com/read/447824/7545113
dfm unit1.dfm
object Form1: TForm1
Left = 242
Top = 169
Width = 577
Height = 411
Caption = #22810#22270#34920#25171#21360#39044#35272'...'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Fo