代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/273525/4204575
mata ftperiodogram.mata
*! version 1.0.0
version 9.0
mata:
real vector ftperiodogram(numeric vector H)
{
real scalar n, m
real scalar j, k, i
real colvector res
n = length(H)
m = n/2
if (m != trunc(m)) _
www.eeworm.com/read/273525/4209149
mata _svdsv.mata
*! version 1.1.1 20jan2005
version 9.0
mata:
real colvector _svdsv(numeric matrix A)
{
real scalar m, n
real colvector s
m = rows(A)
n = cols(A)
(void) _svd_la(A, s)
return(s)
www.eeworm.com/read/443491/1739652
txt creattable.txt
-----------SQL Server银行账户表----------
CREATE TABLE account(
account_id numeric(23, 0) NOT NULL primary key,
account_name varchar(80) ,
account varchar(40) ,
account_money money NULL)
----S
www.eeworm.com/read/440906/1774782
c bitfield6.c
// { dg-do run }
// { dg-options "-w -fabi-version=0" }
#include
union U {
int i: 4096;
};
int main () {
if (sizeof (U) * std::numeric_limits::digits != 4096)
return
www.eeworm.com/read/436207/1850668
props visualize.props
# Properties for visualization
# 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.gui.visualize.Plot2D.axisColour
www.eeworm.com/read/424146/2018211
cpp 10_12.cpp
//10_12.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
int iarray[]={1,2,3,4,5};
vector ivector(iarray,iarray+si
www.eeworm.com/read/422060/2043647
phpt bug27303_3.phpt
--TEST--
bug #27303 (OCIBindByName binds numeric PHP values as characters)
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2043654
phpt bug27303.phpt
--TEST--
bug #27303 (OCIBindByName binds numeric PHP values as characters)
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2043657
phpt bug27303_2.phpt
--TEST--
bug #27303 (OCIBindByName binds numeric PHP values as characters)
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2043661
phpt bug27303_4.phpt
--TEST--
bug #27303 (OCIBindByName binds numeric PHP values as characters)
--SKIPIF--
--FILE--