代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/410881/11266339

h stl_numeric.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/403922/11505503

html function.is-numeric.html

Finds whether a variable is a number or a numeric string
www.eeworm.com/read/262351/11591831

h stl_numeric.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/345936/11779763

h stl_numeric.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/259565/11782494

m check_numeric.m

function [var,ier,handle]=check_numeric(str,var_name,varargin) % Check if string represents numeric variables and satisfies specified constraints % Written by: E. R.: August 21, 2004 % Last updated: D
www.eeworm.com/read/151704/12180563

m disp_numeric.m

function dummy = disp_numeric(mm) % Private. Display numeric-specific properties. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.2 $ $Date: 2002/04/02 21:28:46 $ fprintf(' Symbol Name
www.eeworm.com/read/151704/12180589

m cast_numeric.m

function resp = cast_numeric(nn,datatype,siz) % Private. Cast to another object with different datatype. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.6 $ $Date: 2002/05/30 15:34:54 $
www.eeworm.com/read/151704/12180602

m write_numeric.m

function dummy = write_numeric(nn,index,data) %WRITE_NUMERIC - Writes data into DSP memory. % % WRITE_NUMERIC(MM,DATA) - write DATA into the DSP memory pointed to by the object handle MM. % % W
www.eeworm.com/read/151704/12180649

m copy_numeric.m

function dummy = copy_numeric(nn,resp) % Private. Copies over NN properties to RESP. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.5 $ $Date: 2002/03/27 21:09:59 $ % public properti
www.eeworm.com/read/151704/12180656

m convert_numeric.m

function mm = convert_numeric(mm,datatype,siz) % Private. Object conversion. % Copyright 2002 The MathWorks, Inc. if ~ishandle(mm), error('First Parameter must be a NUMERIC Handle.'); end