代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/108859/15573881
m pzpvar.m
function [val1,val2] = pzpvar(mode)
%PZPVAR Support Function for dfdpzp
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishin
www.eeworm.com/read/455463/1614764
m pi_plotimagecolormap.m
function PlotImageColorMap;
h=get(gcf,'userdata');
hmsg=h(4);
hi=h(5);
hscale=h(6);
hclip=h(7);
%get the data
seis=get(hi,'cdata');
%determine old scaling
dat=get(hscale,'userdata');
old
www.eeworm.com/read/243359/4529683
properties cms_users_queries.properties
Q_CREATE_TABLE_USERDATA_MYSQL=\
CREATE TABLE CMS_USERDATA ( \
USER_ID VARCHAR(36) BINARY NOT NULL\, \
DATA_KEY VARCHAR(255) BINARY NOT NULL\, \
DATA_VALUE BLOB\, \
DATA_TYPE VARCH
www.eeworm.com/read/347319/3173856
nc photoandtemp.nc
includes userdata;
configuration Photoandtemp { }
implementation
{
components Main
, PhotoandtempM
, TimerC
, LedsC
, HumidityC
, HamamatsuC
www.eeworm.com/read/175689/5343629
m resetb.m
function reset=resetB(varargin)
data = get(gcf,'UserData');
% 清除axes4中数据
clrchild( data.axes4);
% 获得数据集
trn = get( data.axes4, 'UserData');
% 获得文件名
www.eeworm.com/read/428780/1954303
m resetb.m
function reset=resetB(varargin)
data = get(gcf,'UserData');
% 清除axes4中数据
clrchild( data.axes4);
% 获得数据集
trn = get( data.axes4, 'UserData');
% 获得文件名
www.eeworm.com/read/424063/10501884
m sbiterrs.m
function sbiterrs(h_fig, len_rate, len_u);
%SBITERRS reset the data
% Wes Wang
% Copyright (c) 1996 by The MathWorks, Inc.
handles = get(h_fig, 'UserData');
if len_rate < 2
www.eeworm.com/read/424063/10502243
m comvarb.m
%scrip file for commgui
% Wes Wang 12/29/95
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:55:23 $
handle_com_tmp = get(gcf, 'UserDat
www.eeworm.com/read/313956/13578207
m comvarb.m
%scrip file for commgui
% Wes Wang 12/29/95
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:55:23 $
handle_com_tmp = get(gcf, 'UserDat