代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/179398/9358471
chf cvsnakeimage.chf
void cvSnakeImage(IplImage* image, CvPoint* points, int length, float* alpha, float* beta, float* gamma, int coeff_usage, CvSize win, CvTermCriteria criteria, int calc_gradient) {
void *fptr;
www.eeworm.com/read/164539/10103779
asp 复件 tree.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|22 Sep 2001 03:33:31 -0000
vti_extenderversion:SR|4.0.2.3406
vti_cacheddtm:TX|22 Sep 2001 03:33:31 -0000
vti_filesize:IR|10308
vti_cachedlinkinfo:V
www.eeworm.com/read/164539/10103853
asp da.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|25 Nov 2001 04:51:33 -0000
vti_extenderversion:SR|4.0.2.4426
vti_backlinkinfo:VX|edu_exam/tjst/pd.asp edu_exam/tjst/tiankong.asp edu_exam/tjst/da.asp
www.eeworm.com/read/468861/6980681
h crf_thread.h
#ifndef CRF_THREAD_H
#define CRF_THREAD_H
#include "thread.h"
#include "crf.h"
class CRF;
struct sequence;
struct sequence1;
class crf_thread: public thread //all data are borrowed from crf
{
public:
www.eeworm.com/read/444854/7104861
cpp windowcoloredtextdialog.cpp
//+-----------------------------------------------------------------------------
//| Included files
//+-----------------------------------------------------------------------------
#include "Window
www.eeworm.com/read/296389/8107711
asv conjugateg.asv
function [b1,k]=conjugateG(x0,y0)
esp=1*10^(-6);
k=0;
b0=zeros(2,1);
b0(1,1)=x0;
b0(2,1)=y0;
b1=zeros(2,1);
g_aim=zeros(2,1);
g_aim=gradient(x0,y0);
while(norm(g_aim)>esp&k
www.eeworm.com/read/143830/12837787
m sudushiliang.m
clf,t=0:0.1:1.5;
Vx=2*t;Vy=2*t;Vz=6*t.^2;
x=t.^2;y=(2/3)*t.^3;z=(6/4)*t.^4-(1/3)*t.^3;
plot3(x,y,z,'r.-'),hold on
Vx=gradient(x);Vy=gradient(y);
Vz=gradient(z);
quiver3(x,y,z,Vx,Vy,Vz),grid on
www.eeworm.com/read/330872/12862900
cpp defender.cpp
// Defender.cpp: implementation of the CDefender class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Defender.h"
#include
#i
www.eeworm.com/read/330872/12862934
cpp support.cpp
// Support.cpp: implementation of the CSupport class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Support.h"
#include
#incl