代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/471796/6882031
vhd list_ch09_03_ps2_mon.vhd
-- Listing 9.3
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity ps2_monitor is
port (
clk, reset: in std_logic;
sw: in std_logic_vector(7 downto 0);
www.eeworm.com/read/471796/6882032
vhd list_ch08_03_kb_lcode.vhd
-- Listing 8.3
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity kb_code is
generic(W_SIZE: integer:=2); -- 2^W_SIZE words in FIFO
port (
clk, reset: in
www.eeworm.com/read/471796/6882055
vhd list_ch05_06_debounce.vhd
-- Listing 5.6
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity db_fsm is
port(
clk, reset: in std_logic;
sw: in std_logic;
db: out std_logic
www.eeworm.com/read/471796/6882075
vhd list_ch13_04_text_scr_gen.vhd
-- Listing 13.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity text_screen_gen is
port(
clk, reset: std_logic;
btn: std_logic_vector(2 downto 0);
www.eeworm.com/read/471796/6882079
vhd list_ch13_02_font_test_gen.vhd
-- Listing 13.2
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity font_test_gen is
port(
clk: in std_logic;
video_on: in std_logic;
pixel_x, pixe
www.eeworm.com/read/393485/8282096
cpp ex288_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL 4.0
www.eeworm.com/read/393485/8282775
cpp ex580_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 // inc
www.eeworm.com/read/174072/9608540
cpp ex288_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OTL 4.0
www.eeworm.com/read/334951/12559066
cpp bessj.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::bessj(const int n, const DP x)
{
const DP ACC=160.0;
const int IEXP=numeric_limits::max_exponent/2;
bool
www.eeworm.com/read/146782/12613075
vhd top.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_bit.all;
entity TOP is
generic (Byte : integer := 8);
port(
CLK,OE,reset,G : in std_lo