代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/154878/11920997
update
This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes,
which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS.
src/ldo.c
Attempt to resume running coroutine
www.eeworm.com/read/154760/11929558
m ctcongui.m
function ctcongui(mode)
%CTCONGUI Graphical User Interface program for continuous convolution
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Publ
www.eeworm.com/read/154209/11982917
m overlay.m
function overlay(ax,s)
%OVERLAY Overlay method for fdax object
% Inputs:
% ax - fdax object; .overlay may be 'on' or 'off'
% s - spectrum structure - if empty, removes spectrum from axes
www.eeworm.com/read/154209/11982919
m delete.m
function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
fig = get(obj(i).h,'parent');
www.eeworm.com/read/154209/11982929
m get.m
function ans = get(obj,prop)
%GET Method for fdax object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
www.eeworm.com/read/154209/11982933
m fdax.m
function obj = fdax(varargin)
%FDAX Constructor for filtdes axes object
% Syntax:
% obj = fdax('prop1',val1,'prop2',val2,...) creates a new object
% obj = fdax(objstruct) where objstruct i
www.eeworm.com/read/154209/11982935
m set.m
function set(obj,varargin)
%SET Method for FD ax object
% - currently supports only scalar object inputs
% Syntax supported:
% SET(obj,'propname',val,...)
% SET(obj,struct,...)
% SET(ob
www.eeworm.com/read/154209/11982955
m get.m
function ans = get(obj,prop)
%GET Method for fdline object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
www.eeworm.com/read/154209/11982958
m set.m
function set(obj,varargin)
%SET Method for FD line object
% - currently supports only scalar object inputs
% Syntax supported:
% SET(obj,'propname',val,...)
% SET(obj,struct,...)
% SET(
www.eeworm.com/read/154209/11982961
m fdline.m
function obj = fdline(varargin)
%FDLINE Constructor for filtdes line object
% Syntax:
% obj = fdline('prop1',val1,'prop2',val2,...) creates a new object
% obj = fdline(objstruct) where obj