代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/151709/12179756
asm vectors_54x.asm
; Simple Vector table for c54xx processor
;
; Copyright 2001-2002 The MathWorks, Inc.
; $Revision: 1.4 $ $Date: 2002/06/12 15:31:00 $
;
; ======== vectors.asm ========
; Plug in the entry point at R
www.eeworm.com/read/151704/12180259
m copy_memoryobj.m
function dummy = copy_memoryobj(mm,resp)
% Private. Copies over MM properties to RESP.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.5 $ $Date: 2002/03/27 21:09:58 $
% public prop
www.eeworm.com/read/151704/12180328
m copy_enum.m
function resp = copy_enum(en,resp)
% Private. Copies over EN properties to RESP.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2002/03/27 21:09:56 $
% public properties
www.eeworm.com/read/151704/12180332
m write.m
function resp = write(en,index,data)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2002/05/14 19:46:58 $
error(nargchk(2,3,nargin));
if ~ishandle(en),
error('First Par
www.eeworm.com/read/151704/12180361
m disp_enum.m
function dummy = disp_enum(mm)
% Private. Dispaly enum-specific properties.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/04/02 21:28:51 $
fprintf(' Labels & values
www.eeworm.com/read/151704/12180432
m p_manglename.m
function mname = p_manglename(st,iname,warnstat)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 2002/05/01 21:12:49 $
error(nargchk(2,3,nargin));
if ~ishandle(st),
erro
www.eeworm.com/read/151704/12180455
m read.m
function resp = read(bb,index,timeout)
%READ Retrieves a block of data values from the DSP processor's memory.
% Copyright 2001-2002 The MathWorks, Inc.
% $Revision: 1.5 $ $Date: 2002/06/12 15:
www.eeworm.com/read/151704/12180471
m construct_bitfield.m
function bb = construct_bitfield(bb,args)
% Private. Set properties of bitfield object.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.6 $ $Date: 2002/04/03 19:03:00 $
% Defaults
bb.a
www.eeworm.com/read/151704/12180503
m copy_bitfield.m
function dummy = copy_bitfield(bb,resp)
% Private. Copies over BB properties to RESP.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.5 $ $Date: 2002/03/27 21:09:54 $
% public propert
www.eeworm.com/read/151704/12180508
m write_bitfieldhex.m
function dummy = write_bitfieldhex(nn,index,data)
% Private. Bitfield hexadecimal write.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/05/14 19:46:57 $
error(nargchk(2,