代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/106929/15617136

cpp bessj.cpp

#include #include #include "nr.h" using namespace std; DP NR::bessj(const int n, const DP x) { const DP ACC=160.0; const int IEXP=numeric_limits::max_exponent/2; bool
www.eeworm.com/read/100203/15880997

c gen_num.c

/* * $Id: gen_num.c,v 1.4 1994/02/06 23:44:16 mintha Exp $ * * Set of general routines for use in C programs. * These routines provide numeric conversion, etc. routines. * * $Log: gen_num.c,v $
www.eeworm.com/read/292180/8369553

vhd circuit_tb.vhd

LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE IEEE.numeric_std.ALL; USE std.textio.ALL; ENTITY circuit_tb IS END circuit_tb; ARCHITECTURE behavior OF circuit_tb IS file vectors: text op
www.eeworm.com/read/389810/8499256

cpp ex290_db2.cpp

#include using namespace std; #include #define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI #define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT #include // include the OT
www.eeworm.com/read/429797/8788458

m pow10_round.m

function [A2, A_str, real_digitsL, real_digitsR, imag_digitsL, imag_digitsR]=pow10_round(A, pow10, flag, mult) % % pow10_round: Round a numeric array to a Specified Digits Place % % % % Syntax;
www.eeworm.com/read/428603/8856517

vhd keywatch.vhd

library IEEE, unisim; use IEEE.std_logic_1164.all; use IEEE.NUMERIC_STD.all; use unisim.vcomponents.all; use work.key_Inter_pckg.all; entity KeyWatch is --100_000 generic(FREQ : natural := 50000 );
www.eeworm.com/read/428603/8856544

vhd keytx.vhd

library IEEE, unisim; use IEEE.std_logic_1164.all; use IEEE.NUMERIC_STD.all; use unisim.vcomponents.all; use work.key_Inter_pckg.all; entity KeyTx is --100_000 generic(FREQ : natural := 50000 );
www.eeworm.com/read/428603/8856551

vhd comrx.vhd

library ieee; use ieee.std_logic_1164.all; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.NUMERIC_STD.all; entity ComRx is port ( clk : in std_logic; din :
www.eeworm.com/read/185150/9055142

cpp 10_14.cpp

//10_14.cpp #include #include //包含数值算法头文件 using namespace std; class multclass //定义multclass类 { public: int operator()(int x, int y) const {return x*y;} //重载操作符oper
www.eeworm.com/read/185150/9055175

cpp 10_15.cpp

//10_15.cpp #include #include //包含数值算法头文件 #include //包含标准函数对象头文件 using namespace std; void main() { int A[] = {1, 2, 3, 4, 5}; const int N = sizeo