代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/218079/14940017
tag glass.tag
An original file donated by Vina Speihler
ID, N -- numeric identifier of the instance
RI, N -- refractive index
NA2O, N -- Sodium oxide
MGO, N -- magnesium oxide
AL2O3, N -- aluminum oxide
S
www.eeworm.com/read/209769/15214641
tag glass.tag
An original file donated by Vina Speihler
ID, N -- numeric identifier of the instance
RI, N -- refractive index
NA2O, N -- Sodium oxide
MGO, N -- magnesium oxide
AL2O3, N -- aluminum oxide
S
www.eeworm.com/read/15127/432644
cpp betacf.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::betacf(const DP a, const DP b, const DP x)
{
const int MAXIT=100;
const DP EPS=numeric_limits::epsilon();
www.eeworm.com/read/16793/690841
bash isnum.bash
#From: jrmartin@rainey.blueneptune.com (James R. Martin)
#Newsgroups: comp.unix.shell
#Subject: Re: testing user input on numeric or character value
#Date: 26 Nov 1997 01:28:43 GMT
# isnum returns Tr
www.eeworm.com/read/18282/782917
vhm uart4.vhm
--
-- Written by Synplicity
-- Fri Jul 07 14:16:33 2006
--
-- No definition of black box LUCENT.CCU2.PRIM
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library syn
www.eeworm.com/read/475809/1381315
cpp betacf.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::betacf(const DP a, const DP b, const DP x)
{
const int MAXIT=100;
const DP EPS=numeric_limits::epsilon();
www.eeworm.com/read/470720/1448198
c eb59.c
#define INC_FUNCTIONAL 1
#define USE_STATIC_CAST 1
#include
#include
#ifdef INC_FUNCTIONAL
#include
#endif
using namespace std;
template int p( int val, R&
www.eeworm.com/read/470693/1460144
c eb59.c
#define INC_FUNCTIONAL 1
#define USE_STATIC_CAST 1
#include
#include
#ifdef INC_FUNCTIONAL
#include
#endif
using namespace std;
template int p( int val, R&
www.eeworm.com/read/464469/1529352
sql addtimestamp.sql
USE Northwind
GO
BEGIN TRANSACTION
SET QUOTED_IDENTIFIER ON
SET ARITHABORT ON
SET NUMERIC_ROUNDABORT OFF
SET CONCAT_NULL_YIELDS_NULL ON
SET ANSI_NULLS ON
SET ANSI_PADDING ON
SET ANSI_WARNINGS
www.eeworm.com/read/233522/4667447
h vnl_bignum_traits.h
// This is vxl/vnl/vnl_bignum_traits.h
#ifndef vnl_bignum_traits_h_
#define vnl_bignum_traits_h_
//:
// \file
// \brief numeric traits for vnl_bignum
#include
#include