代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/387009/8712273
h machar.h
struct Machar {
Int ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp;
Doub eps, epsneg, xmin, xmax;
Machar () {
Int i,itemp,iz,j,k,mx,nxres;
Doub a,b,beta,betah,betain,one,t,te
www.eeworm.com/read/387009/8712376
h expint.h
Doub expint(const Int n, const Doub x)
{
static const Int MAXIT=100;
static const Doub EULER=0.577215664901533,
EPS=numeric_limits::epsilon(),
BIG=numeric_limits::max()*EPS;
I
www.eeworm.com/read/429797/8788437
m convert_double.m
function [varargout]=convert_double(varargin)
% % Keywords: convert, double, data type
% %
% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% % Syntax: [varargout]=c
www.eeworm.com/read/384512/8865999
m vis_valuetype.m
function flag=vis_valuetype(value, valid, str);
% VIS_VALUETYPE Used for type checks in SOM Toolbox visualization routines
%
% flag = vis_valuetype(value, valid, str)
%
% Input and output arguments
www.eeworm.com/read/427328/8951174
vhd pll20.vhd
-- megafunction wizard: %ALTPLL%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: altpll
-- ============================================================
-- File Name: PLL20.vhd
-- Megafun