代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/273525/4207831
mata atanh.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix atanh(numeric matrix x) return(ln((1:+x):/(1:-x)):/2)
end
www.eeworm.com/read/387936/2553797
java upnpvaluerange.java
package no.auc.one.portableplayer.communication.upnphosting;
/**
* Defines bounds for legal numeric values; defines resolution for numeric
* values.
*
* Minimum: Inclusive lower bound. Def
www.eeworm.com/read/273525/4208947
mata _svsolve.mata
*! version 1.1.3 20jan2005
version 9.0
mata:
real scalar _svsolve(numeric matrix A, numeric matrix B, |real scalar tol)
{
real scalar r_a, c_a, c_b, r_b, tmp1, rank
numeric matrix U, Vt
www.eeworm.com/read/358128/3004232
result innodb_bitdata.result
SET @NO_REFRESH = IF( '' = '', 0, 1);
USE test;
drop table if exists tb4;
create table tb4 (
f176 numeric (0) unsigned not null DEFAULT 9,
f177 numeric (64) unsigned not null DEFAULT 9,
f178 numeric
www.eeworm.com/read/455269/1624828
tcl init.tcl
######################################################################
# #
# range: Returns a numeric list from 'min' to 'max'
www.eeworm.com/read/447020/7560427
m datatype.m
function theResult = datatype(self)
% ncitem/datatype -- Numeric type of an ncitem object.
% datatype(self) returns the numeric type of
% self, an object derived from the ncitem class.
% C
www.eeworm.com/read/325535/3482943
py vtkimageexporttoarray.py
"""
vtkImageExportToArray - a NumPy front-end to vtkImageExport
This class converts a VTK image to a Numeric Python array.
To use this class, you must have the LLNL Numeric Python distribution
(http
www.eeworm.com/read/273525/4207814
mata acosh.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix acosh(numeric matrix x) return(ln(x+sqrt(x:*x:-1)))
end
www.eeworm.com/read/273525/4207832
mata asinh.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix asinh(numeric matrix x) return(ln(x+sqrt(x:*x:+1)))
end
www.eeworm.com/read/429426/1949332
py ownomogramgraph.py
# Nomogram visualization widget. It is used together with OWNomogram
from OWWidget import *
#from Numeric import *
import Numeric
import math
from qtcanvas import *
import time, statc
# con