代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/325179/13221055
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/138268/13243612
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/136752/13362874
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/136752/13363008
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/321286/13409576
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/321050/13412677
m sbiterr.m
function [sys, x0, str, ts] = sbiterr(t,x,u,flag, numLine, K, timeDelay, sampleTime)
% SBITERR: S-function for display symbol and bit error
% This M-file is designed to be used in a Simulink S-funct
www.eeworm.com/read/321050/13412692
m eyesampl.m
function [sys, x0, str, ts] = eyesampl(t,x,u,flag,...
timeRange, boundary, storeLength, eyeLine, scatterLine, sampleTime)
% EYESAMPL Simulink eye diagram and scatter plot --- sampled time vers
www.eeworm.com/read/321050/13412710
asv eyesampl.asv
function [sys, x0, str, ts] = eyesampl(t,x,u,flag,...
timeRange, boundary, storeLength, eyeLine, scatterLine, sampleTime)
% EYESAMPL Simulink eye diagram and scatter plot --- sampled time vers
www.eeworm.com/read/320558/13423959
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/318488/13477579
m mia_improfile.m
function mia_improfile(action)
% mia_improfile
%
% Compute pixel-value cross-sections along line segments.
% Click left mouse button to start, and right button
% to finish up a line segment
%