代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/403922/11505177
html function.samconnection-errno.html
Contains the unique numeric error code of the last executed SAM operation
www.eeworm.com/read/402770/11528201
cpp ex290_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OT
www.eeworm.com/read/341971/12052376
vhd svpwm_top_tb1.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.all;
USE ieee.numeric_std.ALL;
ENTITY svpwm_top_tb IS
Generic (
alfa_beta_width : integer range 1 to 20 := 18
www.eeworm.com/read/132039/14113028
vhd cslt_cntr.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_on
entit
www.eeworm.com/read/132039/14113033
vhd sdrmc_state.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_on
entit
www.eeworm.com/read/132039/14113037
vhd rcd_cntr.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_on
entit
www.eeworm.com/read/132039/14113237
vhd sdrm_t.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_STD.all;
use IEEE.std_logic_unsigned.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.ALL;
-- pragma translate_on
entit
www.eeworm.com/read/215702/15052425
cpp 10_14.cpp
//10_14.cpp
#include
#include //包含数值算法头文件
using namespace std;
class multclass //定义multclass类
{
public:
int operator()(int x, int y) const {return x*y;} //重载操作符oper
www.eeworm.com/read/215702/15052444
cpp 10_15.cpp
//10_15.cpp
#include
#include //包含数值算法头文件
#include //包含标准函数对象头文件
using namespace std;
void main()
{
int A[] = {1, 2, 3, 4, 5};
const int N = sizeo
www.eeworm.com/read/214183/15111439
vhf samkmorsy.vhf
-- Vhdl model created from schematic samkmorsy.sch - Fri Jun 18 19:45:46 2004
LIBRARY ieee;
LIBRARY UNISIM;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
USE UNISIM.Vcomponents.ALL;