代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/441060/7676641
vhd control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith;
use ieee.std_logic_signed.all;
use ieee.numeric_std.all;
entity control is
port(clk :in std_logic;
rst
www.eeworm.com/read/244597/12854355
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/140665/13069017
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/139270/13165081
vhd can_register_syn.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
entity can_register_syn is
generic(
WIDTH :
www.eeworm.com/read/139270/13165105
vhd can_register_asyn.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
entity can_register_asyn is
generic(
WIDTH
www.eeworm.com/read/322174/13386785
cpp ex288_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL 4.0
www.eeworm.com/read/322174/13387329
cpp ex580_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // inc
www.eeworm.com/read/312211/13615830
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/306761/13738042
vhd branch.vhd
--choose the next pc according to branch and jump instruction
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mips_pack.all;
entity branch is
port(zero_in: in std_ul
www.eeworm.com/read/140727/5782423
cc mel_05.cc
// file: $isip/class/numeric/Mel/mel_05.cc
// version: $Id: mel_05.cc,v 1.4 2001/06/09 03:19:15 picone Exp $
//
// isip include files
//
#include "Mel.h"
// method: compute
//
// arguments:
// floa