代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/312163/13617553
m demo_anderson.m
function result = demo_anderson(action,hfigure,varargin)
% DEMO_ANDERSON Demo on Generalized Anderson's task.
%
% Synopsis:
% demo_anderson
%
% Description:
% This demo demonstrates the algorithms w
www.eeworm.com/read/310212/13654619
m spectview.m
function varargout = spectview(varargin)
%SPECTVIEW Spectrum Viewer.
% This graphical tool for Spectral Analysis lets you create, edit,
% and analyze the frequency content of digital signals.
www.eeworm.com/read/310212/13654636
m get.m
function ans = get(obj,prop)
%GET Method for fdspec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.4 $
obj = struct(obj);
if nargin == 1
www.eeworm.com/read/310212/13654651
m sigdemo1.m
function sigdemo1(action,in1,in2);
%SIGDEMO1 Interactive signal demo - 1 : DFT of a signal
% Demonstrates MATLAB's graphic user interface using Handle Graphics
% while illustrating some basic s
www.eeworm.com/read/310212/13654654
m sigbrowse.m
function varargout = sigbrowse(varargin)
%SIGBROWSE Signal Browser.
% This graphical tool allows you to display, measure, filter, hear
% and analyze digital signals.
%
% Type 'sptool' to s
www.eeworm.com/read/310212/13654722
m sosdemo.m
function sosdemo(action,s);
%SOSDEMO Second Order Sections Demontration for the Signal Processing Toolbox.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.16 $ $Date: 1997/12/0
www.eeworm.com/read/310212/13654799
m justzoom.m
function flag = justzoom(fig)
%JUSTZOOM Determines whether the current buttondownfcn follows a
% zoom windowbuttondownfcn for the client (eg, the signal browser,
% the filter viewer or the spe
www.eeworm.com/read/308301/13704648
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, StrUtils, Variants, Classes, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Grobal2, IniFiles, Menus, GateShare,
ComCtrls, D7ScktCo
www.eeworm.com/read/303048/13823260
m vis_trajgui.m
function vis_trajgui(trajStruct,arg)
% VIS_TRAJGUI subfuntion for SOM_TRAJECTORY
%
% This function is the actual GUI called by SOM_TRAJECTORY
% function.
%
% See also SOM_TRAJECTORY.
% Contributed
www.eeworm.com/read/148359/5715384
h nanoftp.h
/*
* nanohttp.c: minimalist FTP implementation to fetch external subsets.
*
* See Copyright for the status of this software.
*
* daniel@veillard.com
*/
#ifndef __NANO_FTP_H__
#define __NANO_FT