代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/273525/4208962

ado _jk_pseudo.ado

*! version 1.0.0 03jan2005 program _jk_pseudo version 9 syntax varlist(numeric) [fw] [if] , b(name) [ strata(varname) ] confirm matrix `b' local K : word count `varlist' marksample touse
www.eeworm.com/read/273525/4209125

mata _edittozero.mata

*! version 1.0.0 15oct2004 version 9.0 mata: void _edittozero(numeric matrix x, real scalar amt) { _edittozerotol(x, abs(amt)*epsilon( sum(abs(x)) / (rows(x)*cols(x)) ) ) } end
www.eeworm.com/read/273525/4209186

mata _eigensystem.mata

*! version 1.0.1 04jan2005 version 9.0 mata: void _eigensystem(numeric matrix A, V, lambda, |cond, real scalar nobalance) { if (args()==3) cond = . _eigen_work(1, A, V, lambda, cond, n
www.eeworm.com/read/273525/4209395

ado pksumm_7.ado

*! version 1.4.4 24sep2004 program define pksumm_7, rclass sort version 7, missing syntax varlist(numeric min=3 max=3) [if] [in] /* */ [, Trapezoid fit(integer 3) stat(string) noDots /*
www.eeworm.com/read/271875/4221682

h transform_oids.h

#ifndef _net_snmp_transform_oids_h #define _net_snmp_transform_oids_h #ifdef __cplusplus extern "C" { #endif /* * transform_oids.h * * Numeric MIB names for auth and priv transforms. */
www.eeworm.com/read/449183/1679625

svn-base fifo.vhd.svn-base

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.all; entity RAMF is generic ( RAMD_W : INTEGER := 12; RAMA_W : INTEGER := 6 ); port ( d
www.eeworm.com/read/449183/1679629

vhd fifo.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.all; entity RAMF is generic ( RAMD_W : INTEGER := 12; RAMA_W : INTEGER := 6 ); port ( d
www.eeworm.com/read/433911/1880896

gperf adadefs.gperf

boolean character constraint_error false float integer natural numeric_error positive program_error storage_error string tasking_error true address aft base callable constrained cou
www.eeworm.com/read/422060/2044460

phpt var_export.phpt

--TEST-- var_export() and objects with numeric indexes properties --FILE-- --EXPECT-- stdClass::__set_state(array( 'foo' => 'bar
www.eeworm.com/read/419049/2081778

props visualize.props

# Properties for visualization # # Version: $Revision: 1.9 $ # Maximum precision for numeric values weka.gui.visualize.precision=10 # Colour for the axis in the 2D plot (can use R,G,B format) weka.g