代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/382989/8982925
m delete_handles2delete1.m
function delete_handles2delete1(gui_handle)
% Delete handles collected in field "handles2delete" of structure "userdata"
% saved in the application data of the GUI with handle "gui_handle"
% See al
www.eeworm.com/read/380499/9144538
m imuiresize.m
function varargout = imuiResize(varargin)
% IMUIRESIZE Application M-file for imuiResize.fig
% FIG = IMUIRESIZE launch imuiResize GUI.
% IMUIRESIZE('callback_name', ...) invoke the named callbac
www.eeworm.com/read/183589/9150677
lua ankhcooldowntimer.lua
--
-- AnkhCooldowTimer by Starforce (starforce@playmate.se)
--
-- Gives shamans a timer for their reincarnation ability
--
-- Currently playing on Shattered Hands (EU)
-- Greets fly out t
www.eeworm.com/read/377948/9256262
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/181075/9275577
h obex_test_cable.h
/*********************************************************************
*
* Filename: obex_test_cable.h
* Version:
* Description:
* Status: Experimental.
* A
www.eeworm.com/read/179398/9358255
chf cvseqsearch.chf
char* cvSeqSearch(CvSeq* seq, void* elem, CvCmpFunc func, int is_sorted, int* elem_idx, void* userdata) {
void *fptr;
char*retval;
fptr = dlsym(_Chcv_handle, "cvSeqSearch_chdl");
www.eeworm.com/read/179150/9368403
m mmsetf.m
function C=mmsetf(H,S)
%MMSETF Choose Font Characteristics Interactively.
% MMSETF displays a dialog box for the user to select
% font characteristics.
%
% X = MMSETF returns the handle of the text ob
www.eeworm.com/read/177129/9468952
m plot_process.m
function plot_process(mu)
%Plot the mu's during an algorithm's execution
%Inputs:
% mu - The location of points
% No outputs
h = findobj('UserData','mu');
if (~isempty(h)),
delete(h
www.eeworm.com/read/176032/9521364
m exec_bouncing.m
function exec_bouncing(x)
%隶属于 BALL_BOUNCE,计算实际小球谈跳的过程。
k=1; uu=get(gcf,'UserData');
if nargin==0,
[x,y,k]=ginput(1); uu{3}=x; set(gcf,'UserData',uu);
end
if k==1
if x