代码搜索:Gradient

找到约 2,951 项符合「Gradient」的源代码

代码结果 2,951
www.eeworm.com/read/150905/12250352

htm demgpot.htm

Netlab Reference Manual demgpot demgpot Purpose Computes the gradient of the negative log likelihood for a mixture model. S
www.eeworm.com/read/321983/3529066

entries

D/button//// /gradient-bg.gif/1.1/Tue Jan 1 05:52:16 2008/-kb/ D/panel//// D/qtip//// /s.gif/1.1/Tue Jan 1 05:52:16 2008/-kb/ D/tabs//// D/toolbar//// D/window////
www.eeworm.com/read/449138/1680391

c filter.c

#include #include #include "gradient.h" #include "output.h" #include "filter.h" #include "error.h" #include "libming.h" struct Shadow_s { float angle; float distance; floa
www.eeworm.com/read/137211/13340062

m examp073.m

% comparing different algorithms: without using gradient vector format short e x0=[-1.9,2]; '---case1: bfgs, hybrid 2,3 poly-------' fopt=optimset('LargeScale','off', 'MaxFunEvals',1000); [x1,v1,
www.eeworm.com/read/468598/1485547

m bsetroot.m

$set 16 #bsetroot $ #MustSpecify # %s: 错误: 必须从中指定一个: -solid, -mod, -gradient\n $ #Usage # %s 2.0: (c) 1997-2000 Brad Hughes\n\n\ -display 显示连接\n\ -mod 模式\n\
www.eeworm.com/read/240472/4573701

electric pink

GradientGlow 1466201192 0.10 inches 1145661030 80.000 1332765556 100.000 1181491232 1 1196582244 Gradient: 7/0.000 0 3 1 255 185 220 255 0 0.522/0.045 0 3 1 255 185 220 255 0 0.400/0.315 0 3 1 25
www.eeworm.com/read/240472/4573705

blazing sun

GradientGlow 1466201192 0.75 inches 1145661030 50.000 1332765556 100.000 1181491232 0 1196582244 Gradient: 6/0.000 0 3 1 255 255 255 204 0 0.500/0.171 0 3 1 255 230 0 242 0 0.500/0.356 2 4 1 255
www.eeworm.com/read/395296/2441348

glsl conical.glsl

// conical gradient shader #define M_PI 3.14159265358979323846 uniform sampler1D palette; uniform float angle; uniform vec4 inv_matrix; uniform vec2 inv_matrix_offset; void main() { mat2 mat;
www.eeworm.com/read/427489/8940331

m bfgs_min_kier.m

% gradient funkcji celu function [wynik,q_wyniku] = min_kier(x,d,main_x0,main_h0,main_u2,tu2,wskaz) alfa = 0.5; % wspolczynnik zwiekszania kroku maxit = 20; % maksymalna ilosc iteracji
www.eeworm.com/read/477111/1363965

m quiver531.m

function quiver531 figure(1) [X,Y] = meshgrid(-2:.2:2); Z = X.*exp(-X.^2 - Y.^2); [DX,DY] = gradient(Z,.2,.2); contour(X,Y,Z) hold on quiver(X,Y,DX,DY)