代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/174928/9567958
vhd 复件 sdrm_t.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_on
entit
www.eeworm.com/read/174928/9568095
vhd ref_cntr.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_o
www.eeworm.com/read/174928/9568138
vhd ki_cntr.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_on
entit
www.eeworm.com/read/174928/9568167
bak sdrmc_state.vhd.bak
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_on
entit
www.eeworm.com/read/277143/10661306
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/421425/10736988
vhd ram.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.Numeric_Std.all;
entity sync_ram1 is
port (
clock : in std_logic;
we,rd : in std_logic;
address : in std_logic_vector(0 to 9);
www.eeworm.com/read/275376/10821512
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/275376/10821547
cpp 10_15.cpp
//10_15.cpp
#include
#include //包含数值算法头文件
#include //包含标准函数对象头文件
using namespace std;
int main()
{
int A[] = {1, 2, 3, 4, 5};
const int N = sizeof
www.eeworm.com/read/271074/11009512
vhd producer.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use ieee.std_logic_arith.sxt;
use work.Constants.all;
entity Producer is
port (reset, clk: in std_logic;
produce : in st
www.eeworm.com/read/462646/7198881
vhd filtro_fir_mac.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.NUMERIC_STD.ALL;
entity filtro_fir_mac is
Generic ( data : integer := 8;
num1 : integer := 3;
num2 : integer := 8;
tam_entrad