代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/441276/7672210
bak data_execution.vhd.bak
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
ENTITY data_execution IS
PORT (instr_25_21 : IN std_ulogic_vector(4 downto 0);
ins
www.eeworm.com/read/441276/7672211
vhd data_execution.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
-- use package
USE work.procmem_definitions.ALL;
ENTITY data_execution IS
PORT (instr_25_21 : IN std_ulogic_vector(4 downto 0);
ins
www.eeworm.com/read/441060/7676635
vhd cpu1.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 cpu1 is
port(clk:in std_logic;
rst:in std_logic
www.eeworm.com/read/441060/7676638
vhd alu.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use ieee.std_logic_signed.all;
entity alu is
port(alu_c :in std_logic_vector(1 downto 0);
aluin1 :in std_logic
www.eeworm.com/read/199451/7850516
cpp p4-190.cpp
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT,其存放int型数据
typedef list LISTINT;
void main(void)
{
//用LISTINT创建一个名为listOne的list对象
www.eeworm.com/read/197352/8002719
vhd clk_odd_divdier.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
entity clk_odd_divdier is
generic(N:integer:=7);--定义任意奇数N分频
port
(
clk_in: in st
www.eeworm.com/read/197351/8002786
vhd clk_even_divdier.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
entity clk_even_divdier is
generic(N:integer:=6); --定义任意偶数N分频值
port
(
clk_in: in
www.eeworm.com/read/397859/8018660
htm ref_t-z.htm
tan method
Returns the tangent of a number.
语法
Math.tan(number)
number is a numeric expression repres
www.eeworm.com/read/296921/8071843
vhd sine_wave_tb.vhd
-- Test bench created by tb_gen_vhdl.pl
-- Copyright Doulos Ltd
-- SD, 10 May 2002
library IEEE;
use IEEE.Std_logic_1164.all;
use IEEE.Numeric_Std.all;
use work.sine_package.all;
entity sine_wave_tb
www.eeworm.com/read/244597/12854843
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_