代码搜索:UserData

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

代码结果 4,368
www.eeworm.com/read/198849/7907533

h gdcache.h

#ifdef __cplusplus extern "C" { #endif /* * 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
www.eeworm.com/read/298871/7928748

m nnd10lc.m

function nnd10lc(cmd,arg1,arg2,arg3) %NND10LC Linear pattern classification demonstration. % First Version, 8-31-95. %================================================================== % CON
www.eeworm.com/read/398648/7932122

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/397115/8066855

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/397106/8067782

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/145494/12717978

m proc_model.m

%proc_model manipulates system models. The syntax of the function is % % W_Sys=proc_model(nTask,g_model,key,arg1,arg2,arg3) %where % nTask -- the task code for model processing, details of
www.eeworm.com/read/331448/12827577

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/244790/12843806

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/141739/12988755

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/141692/12991099

m threenplus1.m

function threenplus1(n) %"Three n plus 1". % Study the 3n+1 sequence. % threenplus1(n) plots the sequence starting with n. % threenplus1 with no arguments starts with n = 1. % uicontrols