代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/323581/3514506
for getcon.for
SUBROUTINE GETCON(STRING,I1,I2,KLCH,STYP)
*-----------------------------------------------------------------------
*
*--- returns a numeric constant, and its type. Constant must start on I1
*---
www.eeworm.com/read/289126/3995658
c sp_byte_jump.c
/* $Id$ */
/* Copyright (C) 2002 Sourcefire Inc. */
/* Author: Martin Roesch*/
/* sp_byte_jump
*
* Purpose:
* Grab some number of bytes, convert them to their numeric
* representatio
www.eeworm.com/read/273525/4204186
ado ksm.ado
*! version 3.3.3 18feb2004
program ksm
version 8.0
syntax varlist(min=2 max=2 numeric) ///
[if] [in] [, ///
LOWess ///
Line ///
Weight ///
* /// other lowess opts
]
www.eeworm.com/read/273525/4206569
ado sunflower.ado
*! version 1.0.7 10dec2004
program sunflower, sortpreserve
version 8.0
syntax varlist(numeric min=2 max=2) ///
[fweight] [if] [in] [, ///
noGRAPH ///
noTABle ///
BINWidth(pa
www.eeworm.com/read/273525/4207963
ado biplot.ado
*! version 1.0.0 25jan2005
program biplot
version 9.0
syntax varlist(numeric min=2) [if] [in] ///
[, ///
STD ///
MAHalanobis ///
ALPha(numlist max=1 >=0
www.eeworm.com/read/273525/4209071
ado _labels2names.ado
*! version 1.0.1 18nov2004
program _labels2names, sclass sortpreserve
syntax varname(numeric) [if] [in] [, ///
Missing ///
noLABel ///
stub(name) ///
Indexfrom(integer 1) ///
www.eeworm.com/read/273525/4209672
ado tetrachoric.ado
*! version 1.0.0 21mar2005
program tetrachoric, rclass byable(recall)
version 8
#del ;
syntax varlist(numeric) [if] [in] [fw]
[,
AVAILable
FORmat(passthru)
noTABle
POSdef
] ;
www.eeworm.com/read/273525/4210526
ado biplot.ado
*! version 1.0.1 23may2005
program biplot
version 9.0
syntax varlist(numeric min=2) [if] [in] ///
[, ///
STD ///
MAHalanobis ///
ALPha(numlist max=1 >=0
www.eeworm.com/read/438718/1822874
py histogram.py
# Module 'Histogram'
from Buttons import *
# A Histogram displays a histogram of numeric data.
#
class HistogramAppearance(LabelAppearance, Define):
#
def define(self, parent):
Define.define(sel