代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/314341/3635138

php ads_lock.inc.php

www.eeworm.com/read/283334/4081218

py floatcanvas.py

from __future__ import division try: from Numeric import array,asarray,Float,cos, sin, pi,sum,minimum,maximum,Int32,zeros, ones, concatenate, sqrt, argmin, power, absolute, matrixmultiply, tra
www.eeworm.com/read/273525/4204891

ado roctab_7.ado

*! version 7.1.7 17mar2005 prog def roctab_7, rclass sortpreserve version 7, missing syntax varlist(numeric min=2 max=2) [if] [in] [ fweight] [, BAMber /* */ noBIASadj Detail Level(cilevel) LO
www.eeworm.com/read/273525/4206699

ado svyprop_7.ado

*! version 1.1.2 19dec2001 udpated 29sep2004 program define svyprop_7, rclass sortpreserve version 6, missing syntax varlist(numeric) [pw iw/] [if] [in] [, STRata(varname) /* */ PSU(varname)
www.eeworm.com/read/273525/4206755

ado svyprop.ado

*! version 2.0.9 11nov2004 program define svyprop, rclass sortpreserve version 8, missing if _caller()
www.eeworm.com/read/273525/4208786

ado gladder_7.ado

*! version 3.3.2 20sep2004 program define gladder_7 version 6, missing syntax varname(numeric) [if] [in] [, Bin(int -1) * ] marksample touse qui count if `touse' if r(N)
www.eeworm.com/read/273525/4208933

mata _fullsvd.mata

*! version 1.1.2 20jan2005 version 9.0 mata: void _fullsvd(numeric matrix A, U, s, Vt) { real scalar m, n m = rows(A) n = cols(A) if (m==0 | n==0) { if (iscomplex(A)) { U
www.eeworm.com/read/273525/4208941

mata _invlower.mata

*! version 1.0.1 25jan2005 version 9.0 mata: real scalar _invlower(numeric matrix A, | real scalar usertol) { real scalar i, dimA, cmplxA, one, tol, d, rank dimA=rows(A) if(dimA!=cols