代码搜索:UserData

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

代码结果 4,368
www.eeworm.com/read/309305/13674699

m imuichmix.m

function varargout = imuichmix(varargin) % IMUICHMIX Application M-file for imuichmix.fig % FIG = IMUICHMIX launch imuichmix GUI. % IMUICHMIX('callback_name', ...) invoke the named callback. %
www.eeworm.com/read/308927/13687292

m imuieq.m

function CY = imuieq(varargin) if ~ischar(varargin{1}) Action = '::::BuildGUI'; CX = varargin{1}; CPREV = thumb(CX, 150); if isgray(CPREV) CPREV = cat(3, CPREV, CPREV, CPREV); end el
www.eeworm.com/read/308927/13687294

m imuihs.m

function varargout = imuihs(varargin) % IMUIHS Application M-file for imuihs.fig % FIG = IMUIHS launch imuihs GUI. % IMUIHS('callback_name', ...) invoke the named callback. % Last Modified by G
www.eeworm.com/read/308927/13687297

m imuibc.m

function varargout = imuibc(varargin) % IMUIBC Application M-file for imuibc.fig % FIG = IMUIBC launch imuibc GUI. % IMUIBC('callback_name', ...) invoke the named callback. % Last Modified by G
www.eeworm.com/read/308927/13687312

m imui.m

function imui(varargin) % IMUI - Image Processing Toolbox Utilities for MATLAB 6.1 % Under development % Kotaimen.C, 2002/5 - 200?/?, All rights reserved. % Connect to kotaimen_c@citiz.net. % i
www.eeworm.com/read/308927/13687314

m imuichmix.m

function varargout = imuichmix(varargin) % IMUICHMIX Application M-file for imuichmix.fig % FIG = IMUICHMIX launch imuichmix GUI. % IMUICHMIX('callback_name', ...) invoke the named callback. %
www.eeworm.com/read/308824/13690055

c gsm_sms.c

// ************************************************************************* // * GSM TA/ME library // * // * File: gsm_sms.cc // * // * Purpose: SMS functions // * (ETSI GSM 07.05)
www.eeworm.com/read/308403/13702953

m plotseismic.m

function plotseismic(seis,t,x,kol) % PLOTSEISMIC: A wtva seismic viewer with GUI controls % % plotseismic(seis,t,x) % % seis ... input seismic matrix, one trace per column % t ... column vector
www.eeworm.com/read/306480/13744455

m eyediasi.m

function [sys, x0, str, ts] = eyediasi(t,x,u,flag,... timeRange, boundary, storeLength, eyeLine, scatterLine, twoDLine) %EYEDIASI Simulink eye diagram and scatter plot. % [SYS, X0, STR, TS]
www.eeworm.com/read/306033/13754374

pas paximport.pas

//////////////////////////////////////////////////////////////////////////// // PAXScript Interpreter // Author: Alexander Baranovsky (ab@cable.netlux.org) // ======================================