代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/273525/4206629
mata svdsv.mata
*! version 1.0.1 05nov2004
version 9.0
mata:
real colvector svdsv(numeric matrix A)
{
numeric matrix Acopy
return(_svdsv(Acopy=A))
}
end
www.eeworm.com/read/273525/4210134
mata hqrdr1.mata
*! version 1.0.1 06jan2005
version 9.0
mata:
numeric matrix hqrdr1(numeric matrix H) return(uppertriangle(H,.))
end
www.eeworm.com/read/446641/1710383
php search.inc.php
function datetime($field, $value)
{
$sql = '';
if(is_numeric($value['start'])) $sql .= "AND `$field`>='$value[start]' ";
if(is_numeric($value['end'])) $sql .= "AND `$field`
www.eeworm.com/read/446641/1710393
php search.inc.php
function number($field, $value)
{
if(is_numeric($value['start']) && is_numeric($value['end']) && $value['start'] == $value['end'])
{
$sql = " `$field`='$value[start]' ";
}
els
www.eeworm.com/read/445359/1724612
php search.inc.php
function datetime($field, $value)
{
$sql = '';
if(is_numeric($value['start'])) $sql .= "AND `$field`>='$value[start]' ";
if(is_numeric($value['end'])) $sql .= "AND `$field`
www.eeworm.com/read/445359/1724625
php search.inc.php
function number($field, $value)
{
if(is_numeric($value['start']) && is_numeric($value['end']) && $value['start'] == $value['end'])
{
$sql = " `$field`='$value[start]' ";
}
els
www.eeworm.com/read/330303/3425720
hpp vector.hpp
#ifndef INDII_ML_AUX_VECTOR_HPP
#define INDII_ML_AUX_VECTOR_HPP
#include "boost/numeric/ublas/vector.hpp"
#include "boost/numeric/ublas/vector_sparse.hpp"
#include "boost/numeric/ublas/vector_proxy.h
www.eeworm.com/read/407072/2271004
hpp vector.hpp
#ifndef INDII_ML_AUX_VECTOR_HPP
#define INDII_ML_AUX_VECTOR_HPP
#include "boost/numeric/ublas/vector.hpp"
#include "boost/numeric/ublas/vector_sparse.hpp"
#include "boost/numeric/ublas/vector_proxy.h
www.eeworm.com/read/389810/8498408
cpp ex86_oci8.cpp
#define OTL_ORA8I // Compile OTL 4/OCI8
#define OTL_STL // Turn on STL
#include // include the OTL 4 header file
#include
#include
#include
using names
www.eeworm.com/read/389810/8498653
cpp ex50_oci8.cpp
#include
using namespace std;
#include
#define OTL_ORA8I // Compile OTL 4/OCI8
#include // include the OTL 4 header file
otl_connect db; // connect object
vo