代码搜索:Numeric

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

代码结果 7,754
www.eeworm.com/read/277143/10659947

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/277143/10661010

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/467355/7010721

atom_def

# Data cited from the Tripos force field as implemented in SYBYL 6.3 # The 1st column: numeric ID # The 2nd column: atom type symbol # The 3rd column: van der Waals radius # The 4th column: van de
www.eeworm.com/read/462646/7198776

vhd c_rom_3.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.all; entity c_rom_3 is Generic (data_width : integer:= 8; address_width : integer:= 3; mem_depth : integer:= 8);
www.eeworm.com/read/462646/7198779

vhd c_rom_4.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.all; entity c_rom_4 is Generic (data_width : integer:= 8; address_width : integer:= 3; mem_depth : integer:= 8);
www.eeworm.com/read/462646/7198787

vhd rom_asincrona.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.all; entity c_rom_1 is Generic (data_width : integer:= 8; address_width : integer:= 3; mem_depth : integer:= 8);
www.eeworm.com/read/462646/7198799

vhd c_rom_1.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.all; entity c_rom_1 is Generic (data_width : integer:= 8; address_width : integer:= 3; mem_depth : integer:= 8);
www.eeworm.com/read/462646/7198810

vhd c_rom_2.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.all; entity c_rom_2 is Generic (data_width : integer:= 8; address_width : integer:= 3; mem_depth : integer:= 8);
www.eeworm.com/read/455289/7374698

cpp main.cpp

#include #include int add(int x, int y){ return x + y; } int mul(int x, int y){ return x * y; } int main(void){ using namespace std; int iArray1[3]={2, 5, 4};
www.eeworm.com/read/441060/7676634

vhd regfile.vhd

library ieee; use ieee.std_logic_1164.all; --use ieee.std_logic_arith; use ieee.std_logic_unsigned.all; --use ieee.numeric_std.all; entity regfile is port( clk:in std_logic; reset