代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/371372/2780538
ned newmaclayermoduledefn.ned
simple NewMACLayerModule
parameters:
sample: numeric;
gates:
in:
fromBottomLayer,
fromTopLayer;
out:
toBottomLayer,
toTopLayer;
endsimple
www.eeworm.com/read/389810/8499238
cpp ex171_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
// Default "numeric" NULLs to (-1)
#define OTL_DEFAULT_NUMERIC_NULL_TO_VAL (-1)
www.eeworm.com/read/277143/10661283
cpp ex171_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
// Default "numeric" NULLs to (-1)
#define OTL_DEFAULT_NUMERIC_NULL_TO_VAL (-1)
www.eeworm.com/read/322174/13387457
cpp ex171_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
// Default "numeric" NULLs to (-1)
#define OTL_DEFAULT_NUMERIC_NULL_TO_VAL (-1)
www.eeworm.com/read/402770/11528195
cpp ex171_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
// Default "numeric" NULLs to (-1)
#define OTL_DEFAULT_NUMERIC_NULL_TO_VAL (-1)
www.eeworm.com/read/16502/673988
m str2num.m
function [x,ok] = str2num(s)
%STR2NUM Convert string matrix to numeric array.
% X = STR2NUM(S) converts a character array representation of a matrix of
% numbers to a numeric matrix. For exampl
www.eeworm.com/read/349545/3143775
m str2num.m
function [x,ok] = str2num(s)
%STR2NUM Convert string matrix to numeric array.
% X = STR2NUM(S) converts a character array representation of a matrix of
% numbers to a numeric matrix. For exampl
www.eeworm.com/read/273525/4204570
mata ftwrap.mata
*! version 1.0.1 20jan2005
version 9.0
mata:
/*
numeric vector ftwrap(numeric vector r, real scalar m)
Given response vector r 1 x n or n x 1, where n is odd, assumed
to be a response ve
www.eeworm.com/read/273525/4209572
mata polytrim.mata
*! version 1.0.0 11jan2005
version 9.0
mata:
numeric rowvector polytrim(numeric rowvector c)
{
real scalar i
if (c[cols(c)]) return(c)
for (i=cols(c)-1; i>1; i--) {
if (c[i]) brea