代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/366702/2867907
c bitfield6.c
// { dg-do run }
// { dg-options "-w -fabi-version=0" }
#include
union U {
int i: 4096;
};
int main () {
if (sizeof (U) * std::numeric_limits::digits != 4096)
return
www.eeworm.com/read/366702/2872246
c eb59.c
// { dg-do run }
#define INC_FUNCTIONAL 1
#define USE_STATIC_CAST 1
#include
#include
#ifdef INC_FUNCTIONAL
#include
#endif
using namespace std;
template
www.eeworm.com/read/360884/2956753
vhd clkmux.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.numeric_std.ALL;
library unisim;
use unisim.vcomponents.all;
entity ClkMux is
Port ( RESET : in std_logic;
A : in std_logic;
www.eeworm.com/read/357991/3009307
props visualize.props
# Properties for visualization
# Maximum precision for numeric values
weka.gui.visualize.precision=10
# Colour for the axis in the 2D plot (can use R,G,B format)
weka.gui.visualize.Plot2D.axisColour
www.eeworm.com/read/357991/3009727
props visualize.props
# Properties for visualization
# Maximum precision for numeric values
weka.gui.visualize.precision=10
# Colour for the axis in the 2D plot (can use R,G,B format)
weka.gui.visualize.Plot2D.axisColour
www.eeworm.com/read/351636/3102285
h vcl_cfloat.h
#ifndef vcl_cfloat_h_
#define vcl_cfloat_h_
//:
// \file
// \author Peter Vanroose, esat.kuleuven.be
// This should define C-style numeric floating point macros
#include "vcl_compiler.h"
#i
www.eeworm.com/read/351636/3102615
cxx test_bignum.cxx
//:
// \file
// converted from COOL/test/test_BigNum.C by Peter Vanroose, 25 April 2002.
#include
#include // for vcl_numeric_limits::infinity()
#ifndef
www.eeworm.com/read/261925/4319213
py optimize.py
#
__version__ = '$Id: optimize.py,v 1.2 2003/01/14 05:38:20 anthonybaxter Exp $'
#
# Optimize any parametric function.
#
import copy
import Numeric
def SimplexMaximize(var, err, func, convcrit = 0.00