代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/306131/13751988
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/305568/13766193
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
www.eeworm.com/read/303048/13823284
m vis_som_show_data.m
function [handles,msg,lattice,msize,dim,normalization,comps]=vis_som_show_data(p,f)
% VIS_SOM_SHOW_DATA Checks and returns UserData and subplot handles stored by SOM_SHOW
%
% [handles,msg,lattice,msi
www.eeworm.com/read/300886/13883615
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/148359/5714642
h gdcache.h
/*
* gdcache.h
*
* Caches of pointers to user structs in which the least-recently-used
* element is replaced in the event of a cache miss after the cache has
* reached a given size.
*
* John
www.eeworm.com/read/138754/5813745
c mgrcmddispatcher.c
/*************************************************************************/
/* module: SyncML Command Dispatcher */
/*
www.eeworm.com/read/123964/6056617
h user.h
/*==============================================================================
O F E L I
Object Finite Element Library
www.eeworm.com/read/113668/6126812
h slot_container.h
/* $Id: slot_container.h,v 1.19 2004/01/02 15:42:44 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**
**
www.eeworm.com/read/108506/6182289
c eapsim.c
/**
* A client-side 802.1x implementation supporting EAP/SIM
*
* This code is released under both the GPL version 2 and BSD licenses.
* Either license may be used. The respective licenses are fou
www.eeworm.com/read/120147/6303502
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON