代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/273525/4204807
mata rank.mata
*! version 3.0.0 20jan2005
version 9.0
mata:
real scalar rank(numeric matrix X, |real scalar tol)
{
numeric matrix Xcpy
return(rank_from_singular_values(_svdsv(isfleeting(X) ? X : (Xcpy=
www.eeworm.com/read/273525/4205486
mata invfft.mata
*! version 1.0.0 15nov2004
version 9.0
mata:
numeric vector invfft(numeric vector H)
{
complex vector h
h = C(H)
_invfft(h)
return(allof(Im(h),0) ? Re(h) : h)
}
end
www.eeworm.com/read/422060/2044434
phpt bug23788.phpt
--TEST--
Bug #23788 (*_replace() clobbers referenced array elements)
--FILE--
www.eeworm.com/read/376468/2710499
sql personproperty.sql
create table personproperty(
district char(24) not null, //单位属地
unittype char(24) not null, //单位类型
persontype char(24) not null, //人员类型
personpay numeric(6,2) not null, //个人筹款参数
unitpay numeric(
www.eeworm.com/read/275844/10792191
tdf lpm_add_sub2.tdf
-- megafunction wizard: %LPM_ADD_SUB%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_add_sub
-- ============================================================
-- File Name: lpm_add_sub
www.eeworm.com/read/136989/5828507
exp ada-pred.exp
in word set boolean
in word set character
in word set constraint_error
in word set false
in word set float
in word set integer
in word set natural
in word set numeric_error
in word set positiv
www.eeworm.com/read/131315/5940750
ada-pred expected.ada-pred
in word set boolean
in word set character
in word set constraint_error
in word set false
in word set float
in word set integer
in word set natural
in word set numeric_error
in word set positive
in wor
www.eeworm.com/read/100926/6264623
exp ada-pred.exp
in word set boolean
in word set character
in word set constraint_error
in word set false
in word set float
in word set integer
in word set natural
in word set numeric_error
in word set positiv
www.eeworm.com/read/486101/6543520
h boost_debug_tool.h
#pragma once
/********************************************************************
created: 2008/01/05
created: 5:1:2008 10:21
filename: c:\boosttest\MyTargetTrack\MyTargetTrack\BOOST_DEBU