代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/406594/11439443
m nnd2n1.m
function nnd2n1(cmd,arg1,arg2,arg3)
%NND2N1 One-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs
www.eeworm.com/read/406594/11439455
m nnd9mc.m
function nnd9mc(cmd,data)
%NND9MC Method comparison demonstration.
% First Version, 8-31-95.
%==================================================================
% BRING UP FIGURE IF IT EXIST
www.eeworm.com/read/402286/11539164
m mmctl7.m
% mmctl7.m
Hc_fcolor = uicontrol(gcf,'Style','popupmenu',...
'Position',[20 20 80 20],...
'String','Black|Red|Yellow|Green|Cyan|Blue|Magenta|White',...
'Value',1,...
'UserData',[[0 0
www.eeworm.com/read/157515/11697485
cpp smallslider.cpp
#include "resource.h"
#include "gsplayer2.h"
#include "smallslider.h"
typedef struct _tagSliderInfo
{
int nPos;
int nMin;
int nMax;
int nTick;
BOOL fPushed;
BOOL fFocus;
}SLIDERINFO
www.eeworm.com/read/346403/11749225
h pserialport.h
// PSerialPort.h: interface for the CPSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
t
www.eeworm.com/read/259886/11759393
m nnd10eeg.m
function nnd10eeg(cmd,arg1,arg2,arg3)
% NND10EEG Electroencephalogram noise cancellation demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7 $
%
www.eeworm.com/read/259886/11759482
m nnd8ts1.m
function nnd8ts1(cmd,data)
%NND8TS Taylor series demonstration #1.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.6 $
% First Version, 8-31-95.
%=========
www.eeworm.com/read/259886/11759547
m nnd15gl2.m
function nnd15gl2(cmd,arg1,arg2,arg3)
%NND15GL2 Grossberg layer 2 demonstration.
% $Revision: 1.7 $ $Date: 2002/04/14 21:23:33 $
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, In
www.eeworm.com/read/259886/11759563
m nnd11bc.m
function [ret1,ret2,ret3,ret4]=nnd11bc(cmd,arg1,arg2,arg3,arg4,arg5)
% NND11BC Backpropagation calculation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
%
% NND11BC
www.eeworm.com/read/259886/11759573
m nnd11nf.m
function [ret1,ret2,ret3,ret4,ret5]=nnd11nf(cmd,arg1,arg2,arg3,arg4,arg5)
%NND11NF Network function demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk