代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/273525/4210116
ado hotel.ado
*! version 2.0.6 21sep2004
program define hotel, rclass
version 6, missing
syntax varlist [if] [in] [aw fw] [, BY(varname numeric) noTable ]
marksample touse
markout `touse' `by'
quietly
www.eeworm.com/read/273525/4210314
mata diag.mata
*! version 1.1.0 21mar2005
version 9.0
mata:
/*
matrix = diag(vector)
matrix = diag(matrix)
make a diagonal matrix or
extract principal diagonal from matrix
*/
numeric m
www.eeworm.com/read/273525/4210555
ado _svy2.ado
*! version 1.0.8 15jun2005
program _svy2, rclass sort
version 9
syntax varlist(numeric) [if] [in] ///
[pw iw], ///
TYPE(name) ///
[ ///
SVY ZEROweight ///
over(passthru)
www.eeworm.com/read/273525/4210557
ado _robust2.ado
*! version 1.0.6 15jun2005
program _robust2, rclass sort
version 9
syntax varlist(numeric) [if] [in] ///
[pw iw] [, ///
SVY ///
CLuster(varname) ///
SUBpop(passthru) ///
Va
www.eeworm.com/read/447892/1693785
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/447892/1694037
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/411488/2187711
cpp adj_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
www.eeworm.com/read/411488/2187715
cpp setdiff_test.cpp
#include
#include
#include
#include
#include
#include
#include "iota.h"
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || d
www.eeworm.com/read/411488/2187731
cpp plusminus_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase c
www.eeworm.com/read/411488/2187734
cpp divides_test.cpp
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class DivideT