代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/471796/6882038
vhd list_ch17_02_pico_int.vhd
-- Listing 17.2
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity pico_int is
port(
clk, reset: in std_logic;
sw: in std_logic_vector(7 downto 0);
www.eeworm.com/read/471796/6882042
vhd list_ch07_04_uart.vhd
-- Listing 7.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity uart is
generic(
-- Default setting:
-- 19,200 baud, 8 data bis, 1 stop its, 2^2 FIFO
www.eeworm.com/read/471796/6882046
vhd list_ch06_01_02_debounce.vhd
-- Listing 6.1
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity debounce is
port(
clk, reset: in std_logic;
sw: in std_logic;
db_level, db_tick:
www.eeworm.com/read/471796/6882047
vhd list_ch06_06_bcd.vhd
-- Listing 6.6
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity bin2bcd is
port(
clk: in std_logic;
reset: in std_logic;
start: in std_logic;
www.eeworm.com/read/471796/6882054
vhd list_ch15_03_pico_sio.vhd
-- Listing 15.3
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity pico_sio is
port(
clk, reset: in std_logic;
sw: in std_logic_vector(7 downto 0);
www.eeworm.com/read/471796/6882080
vhd list_ch13_10_pong_top.vhd
-- Listing 13.10
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity pong_top is
port(
clk, reset: in std_logic;
btn: in std_logic_vector (1 downto 0);
www.eeworm.com/read/295512/8156532
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/295491/8158794
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/195327/8163745
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/393485/8283625
cpp ex438_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