代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/155092/11899043

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/343844/11921613

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/343743/11930929

m inc_tmr.m

function inc_timer(fh) % % Increment a graphical timer during one iteration of a loop. % % Input is a figure handle made by get_tmr.m. % % For further details of the function see: % % 'Matlab Routine
www.eeworm.com/read/154209/11983100

m userchange.m

function UserChange(obj) %UserChange Method for FD spec object % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.3 $ obj = struct(obj); objud = get(obj
www.eeworm.com/read/343020/11983442

m gui_ginputquery.m

function Status = GUI_GInputQuery(Text) %Status = GUI_GInputQuery(Text) %Status = 1 if Continue pressed, 0 if cancel pressed ContinueString='set(gcbf,''UserData'',''Continue'');uiresume'; Cancel
www.eeworm.com/read/342825/11997533

txt matlab gui中的变量传递.txt

matlab gui中的变量传递(zz) 2007-06-24 20:45 m文件中每个callback都可以视为一个独立执行的接口,也就说每个callback之间无法做沟通操作,因此变量传递会有问题,有以下几种方式可以解决不同的回调函数之间的数据传递问题: 1.使用全局变量 当前有一组运算数据放在a必须在tag名称为pushbutton1与pushbutton2所对应的对象c ...
www.eeworm.com/read/153044/12064372

m psbind.m

function theResult = psbind(self) % psbind -- Bind a "ps" object to its handle. % psbind(self) binds self, a "ps" object, to % its handle. % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO. %
www.eeworm.com/read/152849/12078269

cpp usermanage.cpp

// UserManage.cpp : implementation file // #include "stdafx.h" #include "fert2000.h" #include "UserManage.h" #include "ChangePassword.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FIL
www.eeworm.com/read/152398/12117225

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/152310/12122501

m nnd10eeg.m

function nnd10eeg(cmd,arg1,arg2,arg3) %NND10EEG Electroencephelogram noise cancellation demonstration. % First Version, 8-31-95. %===============================================================