代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/151704/12180309
m convert.m
function pp = convert(pp,datatype,size)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/03/29 13:35:13 $
nargchk(2,3,nargin);
if ~ishandle(pp),
error('First Paramet
www.eeworm.com/read/151704/12180323
m cast.m
function resp = cast(en,datatype,size)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/03/29 13:35:30 $
nargchk(2,3,nargin);
if ~ishandle(en),
error('First Paramete
www.eeworm.com/read/151704/12180354
m equivalent.m
function resp = equivalent(en,lorv)
%EQUIVALENT Get numeric equivalent of enum label and vice versa.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.6 $ $Date: 2002/04/03 19:02:57 $
if i
www.eeworm.com/read/151704/12180366
m convert.m
function en = convert(en,datatype,size)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.6 $ $Date: 2002/03/29 13:35:29 $
nargchk(2,3,nargin);
if ~ishandle(en),
error('First Paramet
www.eeworm.com/read/151704/12181208
m readnumeric.m
function resp = readnumeric(nn,index,timeout)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/03/29 20:38:41 $
error(nargchk(1,3,nargin));
if ~ishandle(nn),
error('Fi
www.eeworm.com/read/151704/12181279
m equivalent.m
function resp = equivalent(en,lorv)
%CONVERT - converts form of enumerated type
% LABEL = CONVERT(VALUE) accepts an array of numeric values
% VALUE = CONVERT(LABEL) accepts an array of numeric
www.eeworm.com/read/339791/12204217
ini config.ini
;说明
;本文件是 XF_DataCopy 程序的配置文件。
;版本号: V2.0
;发布时间: 2005-1-31
;作者: 喜风
[DataType]
;将 ADODB.Recordset.Filed.type 对应的数值归类。
char=8,130,129,200,201,202,203
numeric=16,2,3,20,17,18,19,21,4,5,6
www.eeworm.com/read/339666/12210898
vhd tff_1.vhd
-- megafunction wizard: %LPM_FF%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_ff
-- ============================================================
-- File Name: TFF_1.vhd
-- Megafun
www.eeworm.com/read/151143/12232888
m mat2cellstrings.m
function cellstring=mat2cellstrings(mat)
% Convert numeric matrix into a cellarray of strings
% Written by: E. R.: September 16, 2004
% Last updated:
%
% cellstring=mat2cellstrings(mat)