代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/269573/11091461
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/269518/11096057
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/414865/11098564
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/269256/11103544
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/414697/11105620
m edit_model.m
f=crfig(50,50,660,420,['Model ',num2str(p_index),': (' num2str(row) ',' num2str(col) ')'],...
'w','none','off');
set(f,'UserData',{[row col p_index],current_obj});
uicontrol(f,...
'Style','tex
www.eeworm.com/read/414357/11118960
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/414357/11118982
asv nnd11nf.asv
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
www.eeworm.com/read/414357/11119043
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/414357/11119051
asv nnd12cg.asv
function nnd12cg(cmd,arg1)
%NND12CG Conjugate gradient backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% Copyright 1994-2002 PWS Publishing Company an
www.eeworm.com/read/414357/11119084
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