代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/407961/11406996
vhd cntconv.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
count: out std_logic_v
www.eeworm.com/read/407961/11407003
vhd count3.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
count: out std_logic_v
www.eeworm.com/read/407961/11407005
vhd count2a.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
count: out std_logic_v
www.eeworm.com/read/407961/11407006
vhd cntsrst.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
count: out std_logic_v
www.eeworm.com/read/407961/11407007
vhd cntconv2.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity counter is port (
clk: in std_logic;
reset: in std_logic;
count: out std_logic_v
www.eeworm.com/read/402770/11528403
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/402347/11536817
m invmoments.m
function phi=invmoments(F)
I=imread('F:\dingwei\1.bmp');
F=logical(I);
if (ndims(F)~=2)|issparse(F)|~isreal(F)|~(isnumeric(F)|islogical(F))
error(['F must be a 2-D,real,nonsparse,numeric or lo
www.eeworm.com/read/156813/11762052
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/258816/11841099
cpp p4-180.cpp
#include
#include
#include
#include
using namespace std;
//创建一个list容器的实例LISTINT
typedef list LISTINT;
//创建一个list容器的实例LISTCHAR
typedef list
www.eeworm.com/read/344123/11908064
vhd huffman_en.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
use IEEE.numeric_std.all;
ENTITY huffman_en IS
PORT (
CLK