代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/173141/5379736
out floattypes.out
ij> -- ** insert decimal.sql
--
-- Test DECIMAL and NUMERIC. Note that we
-- know that DECIMAL and NUMERIC are pretty much the
-- same thing, so we don't do much testing with
-- the two types other t
www.eeworm.com/read/173141/5379864
out floattypes.out
ij> -- ** insert decimal.sql
--
-- Test DECIMAL and NUMERIC. Note that we
-- know that DECIMAL and NUMERIC are pretty much the
-- same thing, so we don't do much testing with
-- the two types other t
www.eeworm.com/read/273525/4207698
mata atan.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix atan(numeric matrix x)
{
return(isreal(x) ? atanr(x) : (atanh(x:*1i):/1i))
}
end
www.eeworm.com/read/371704/2779267
m cell2num.m
function x = cell2num(X)
% a = cell2num(A)
% The input 'A' is a numeric cell array (one number per cell)
% The output 'a' is a numeric matrix.
%% This program was tested under versions 5.2 and 5
www.eeworm.com/read/194440/8194764
m las2logtype.m
function itype=las2logtype(mnem)
% itype=las2logtype(mnem)
%
% Convert a 4 letter las mnemonic identifying a log to a numeric logtype.
% The master list of possible numeric logtypes is to be fou
www.eeworm.com/read/235612/14061499
m las2logtype.m
function itype=las2logtype(mnem)
% itype=las2logtype(mnem)
%
% Convert a 4 letter las mnemonic identifying a log to a numeric logtype.
% The master list of possible numeric logtypes is to be fou
www.eeworm.com/read/12867/251081
numbrw
// -*- C++ -*-
/****************************************************************************
*
* rw/numbrw - Internal classes for numeric formatting and parsing.
*
***************************
www.eeworm.com/read/209900/4956335
numbrw
// -*- C++ -*-
/****************************************************************************
*
* rw/numbrw - Internal classes for numeric formatting and parsing.
*
***************************
www.eeworm.com/read/291881/8391026
cpp wg_rect.cpp
// wg_rect.cpp
//
// CRect class implementation
//
//
// Copyright (c) 2002 Rob Wiskow
// rob-dev@boxedchaos.com
//
// This library is free software; you can redistribute it and/or
// modify it under
www.eeworm.com/read/291752/8399428
cpp bpsk_theory.cpp
//
// File = bpsk_theory.cpp
//
#include
#include
#include "bpsk_theory.h"
#include "sinc.h"
#include "q_func.h"
#include
using namespace std;
#ifndef PI