代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/230508/14284074
m mbc_userteltxd.m
function [buf_sizestr, channelstr, data_type_str, sampletime_str] = mbc_userteltxd(sampletime, channel, buf_size, data_type)
MAX_UCOM_CHANNELS = 10;
% inactivate link to library...
if(~strcmp(g
www.eeworm.com/read/475502/6790046
m randplt.m
function randplt
% RANDPLT Plotting routine for RANDGUI.
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ash
www.eeworm.com/read/147096/12584745
m sfunyst.m
function [sys, x0, str, ts] = sfunyst(t, x, u, flag, ax, ltype, npts, dt)
%SFUNYST S-function storage scope using graph window.
%
% This M-file is designed to be used in a SIMULINK S-function blo
www.eeworm.com/read/108859/15573722
m randplt.m
function randplt
% RANDPLT Plotting routine for RANDGUI.
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ash
www.eeworm.com/read/101557/15826795
m sfunyst.m
function [sys, x0, str, ts] = sfunyst(t, x, u, flag, ax, ltype, npts, dt)
%SFUNYST S-function storage scope using graph window.
%
% This M-file is designed to be used in a SIMULINK S-function blo
www.eeworm.com/read/326308/3472286
m keypress_callback.m
function keypress_callback(hObject,eventdata,handles)
figures=get(0,'userdata');
handles=get(figures.FI,'userdata');
pos=get(handles.ap,'pos');
x=pos(1);y=pos(2);wid=pos(3);hig=pos(4);
key=ge
www.eeworm.com/read/280773/4124180
lua serialize.lua
----------------------------------------------------------------------------
-- Serialize tables.
-- It works only for tables without cycles and without functions or
-- userdata inside it.
-- @release