代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/212307/15160118
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/209311/15223628
txt ica matlab code from appendix d代码,或许对刚接触bss的有点用.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Demonstration code for "Independent component analysis: A Tutorial Introduction"
% JV Stone, MIT Press, September
www.eeworm.com/read/163987/5500739
dfm gldemo.dfm
object GLDemoFrm: TGLDemoFrm
Left = 318
Top = 203
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Freeware Globus Delphi VCL Extension Library'
ClientHeight = 363
ClientWidth =
www.eeworm.com/read/154890/5631964
h graphic.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod
www.eeworm.com/read/475207/6794082
m irish.m
function irish()
%name=strcat(int2str(i),'face.jpg');
a=rgb2gray(imread('face2.jpg'));
a=medfilt2(a);
a=imresize(a,[160,128]);
b=a(6:100,:);
b=im2double(b);
x=gradient(b);
b=uint8(round(x*225)
www.eeworm.com/read/474074/6831084
pas teevolumepipeeditor.pas
{***************************************************************}
{* }
{* Purpose : The Editor dialog for the Volume Pipeline Series }
www.eeworm.com/read/474074/6831312
pas teegridbandtooledit.pas
{******************************************}
{ TGridBandTool Editor Dialog }
{ Copyright (c) 1999-2005 by David Berneda }
{******************************************}
unit TeeGridBand
www.eeworm.com/read/474074/6832025
pas teethemes.pas
{*******************************************}
{ TeeChart Pro visual Themes }
{ Copyright (c) 2003-2005 by David Berneda }
{ All Rights Reserved }
{***********
www.eeworm.com/read/473505/6845136
m ex253.m
%《MATLAB及其在理工课程中的应用指南》第二章第五节演示程序三(彩色和动画)
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
echo on,clf,axis equal, % 因为产生的图形是圆形,故把坐标设成相等比例
set(gcf,'color','w') % 置图形背景色为白色
M = moviein(1
www.eeworm.com/read/473419/6852658
~dfm u_fr_yearper.~dfm
object Fr_yearper: TFr_yearper
Left = 0
Top = 0
Width = 455
Height = 298
TabOrder = 0
object DBChart1: TDBChart
Left = 0
Top = 0
Width = 455
Height = 298
All