代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/188220/5211572
vb defaultvb.aspx.vb
Imports Telerik.QuickStart
Imports System.Data.OleDb
Imports Telerik.WebControls
Namespace Telerik.ChartExamplesVB.Templates.Bar.Gradient
Public Class DefaultVB
Inherits XhtmlPage
www.eeworm.com/read/173143/5376628
dpr gditest81.dpr
program GDITEST81;
uses
Windows,
Messages,
SysUtils,
GDIPAPI,
GDIPOBJ;
// The following example constructs a path gradient brush from a star-shaped
// path. The code calls the Se
www.eeworm.com/read/347918/3161972
java basiclearner.java
package org.joone.engine;
import org.joone.engine.extenders.*;
/*
* BasicLeaner implements Joone's standard learning (simple gradient descent,
* "incremental" ( or "pattern-by-pattern", "online")
www.eeworm.com/read/344585/3207731
m graddesc.m
function [x, options, flog, pointlog] = graddesc(f, x, options, gradf, ...
varargin)
%GRADDESC Gradient descent optimization.
%
% Description
% [X, OPTIONS, FLOG, POINTLOG] = GRADDESC(F, X, OPTIONS
www.eeworm.com/read/304358/3799789
m fminusub.m
function [x,FVAL,GRADIENT,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x,verbosity,options,Fval,Gval,Hval,varargin)
%FMINUSUB Finds the minimum of a function of several variables.
% Copyright (c)
www.eeworm.com/read/286354/4039593
dpr gditest81.dpr
program GDITEST81;
uses
Windows,
Messages,
SysUtils,
GDIPAPI,
GDIPOBJ;
// The following example constructs a path gradient brush from a star-shaped
// path. The code calls the Se
www.eeworm.com/read/273525/4207896
ado bipp_lf.ado
*! version 1.2.0 06oct1998
program define bipp_lf
version 6.0
local todo "`1'" /* whether to calculate gradient */
local b "`2'" /* Name of beta matrix
www.eeworm.com/read/273525/4207953
ado bipr_lf.ado
*! version 1.1.0 06oct1998
program define bipr_lf
version 6.0
local todo "`1'" /* whether to calculate gradient */
local b "`2'" /* Name of beta matrix
www.eeworm.com/read/449138/1680919
c test06.c
#include
int main()
{
SWFMovie m = newSWFMovieWithVersion(8);
SWFGradient g = newSWFGradient();
SWFGradient_setSpreadMode(g, SWF_GRADIENT_REPEAT);
SWFGradient_setInterpolationMode(g,
www.eeworm.com/read/449138/1680920
c test05.c
#include
int main()
{
SWFMovie m = newSWFMovieWithVersion(8);
SWFGradient g = newSWFGradient();
SWFGradient_setSpreadMode(g, SWF_GRADIENT_REPEAT);
SWFGradient_setInterpolationMode(g,