代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/471796/6881984

vhd list_ch04_09_bin.vhd

-- Listing 4.9 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity free_run_bin_counter is generic(N: integer := 8); port( clk, reset: in std_logic; m
www.eeworm.com/read/471796/6882049

vhd list_ch06_03_db_test.vhd

-- Listing 6.3 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity debounce_test is port( clk: in std_logic; btn: in std_logic_vector(3 downto 0);
www.eeworm.com/read/471796/6882057

vhd list_ch05_07_db_test.vhd

-- Listing 5.7 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity debounce_test is port( clk: in std_logic; btn: in std_logic_vector(3 downto 0);
www.eeworm.com/read/471796/6882072

vhd list_ch13_09_pong_timer.vhd

-- Listing 13.9 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity timer is port( clk, reset: in std_logic; timer_start, timer_tick: in std_logic;
www.eeworm.com/read/471796/6882077

vhd list_ch13_03_font_test_top.vhd

-- Listing 13.3 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity font_test_top is port( clk, reset: in std_logic; hsync, vsync: out std_logic;
www.eeworm.com/read/103266/15738304

h nfa-to-dfa-stl.h

// Some functions called from nfa-to-dfa.cpp. // (C) Vladimir Prus , 2000. #ifndef _NFA_TO_DFA_STL_H_ #define _NFA_TO_DFA_STL_H_ #include #include
www.eeworm.com/read/100916/15861402

h sortclass.h

// SortClass.h : header file // #ifndef __SORTCLASS_H__ #define __SORTCLASS_H__ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 enum SORT_TYPE{ TYPE_TEXT, TYPE_NUMERIC,
www.eeworm.com/read/291235/8433088

cpp gser.cpp

#include #include #include "nr.h" using namespace std; void NR::gser(DP &gamser, const DP a, const DP x, DP &gln) { const int ITMAX=100; const DP EPS=numeric_limits::ep
www.eeworm.com/read/389810/8500105

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
www.eeworm.com/read/431464/8675984

vhd motorcombustion.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; use ieee.numeric_std.all; entity motorcombustion is port( --entradas clock : s