代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/471796/6882050
vhd list_ch06_07_period.vhd
-- Listing 6.7
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity period_counter is
port(
clk, reset: in std_logic;
start, si: in std_logic;
ready
www.eeworm.com/read/471796/6882051
vhd list_ch06_04_fib.vhd
-- Listing 6.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity fib is
port(
clk, reset: in std_logic;
start: in std_logic;
i: in std_log
www.eeworm.com/read/471200/6899276
vhd test_bench.vhd
-- Test Bench for kcpsm3_int_test.vhd
--
-- Ken Chapman - Xilinx Ltd - June 2003
--
--
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY testbench IS
END testbench
www.eeworm.com/read/393485/8282787
cpp ex336_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL 4.0
www.eeworm.com/read/174072/9608809
cpp ex336_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL 4.0
www.eeworm.com/read/174072/9609091
cpp ex291_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL 4.0
www.eeworm.com/read/174072/9609462
cpp ex438_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL
www.eeworm.com/read/174072/9609699
cpp ex347_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_POSTGRESQL // Compile OTL 4.0/ODBC
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include t
www.eeworm.com/read/415267/11078865
vhm cpld_mpu1.vhm
--
-- Written by Synplicity
-- Wed Feb 18 11:14:01 2009
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
entity O
www.eeworm.com/read/413190/11163664
vhd program_counter.vhd
library ieee;
use ieee.std_logic_1164.all; -- each module will need to use std_logic
use ieee.numeric_std.all; -- program counter needs support for numerical operations
entity program_counter is
port