代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/322268/13383838
vhd input.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 input is
port(
clk: in std_logic;
reset: in std_l
www.eeworm.com/read/322263/13383857
vhd counter.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 counter is
port(
clk: in std_logic;
clk10: in std
www.eeworm.com/read/314060/13575891
vhf cnt60.vhf
-- Vhdl model created from schematic J:\eda\Xilinx\virtex2\data\drawing\ftce.sch - Thu Dec 19 18:12:07 2002
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
-- synopsys trans
www.eeworm.com/read/312649/13606838
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0
www.eeworm.com/read/312649/13606853
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0
www.eeworm.com/read/312649/13606873
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0
www.eeworm.com/read/312649/13606888
h locale.h
#ifndef __LOCALE
#define __LOCALE
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_CTYPE 2
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
#ifndef NULL
#define NULL ((void*)0
www.eeworm.com/read/312211/13616045
cpp zbrent.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::zbrent(DP func(const DP), const DP x1, const DP x2, const DP tol)
{
const int ITMAX=100;
const DP EPS=numeric_
www.eeworm.com/read/306761/13738107
vhd alu.vhd
-- alu.vhdl
--
-- Main arithmetic logic unit
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mips_pack.all;
entity alu is
port (mux1_in: in std_ulogic_vector(31 dow
www.eeworm.com/read/301746/13849178
vhd cyclic5.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
--USE expander.inc
--USE fran_pg1.inc;
--LIBRARY altera_mf;
--USE altera_mf.altera_mf_components.all;
--Eric Funke, s