代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/100127/6273921
test_types
test_types
6. Built-in types
6.1 Truth value testing
6.2 Boolean operations
6.3 Comparisons
6.4 Numeric types (mostly conversions)
6.4.1 32-bit integers
6.4.2 Long integers
6.4.3 Floating point number
www.eeworm.com/read/486101/6543517
cpp observmodel.cpp
//#include "StdAfx.h"
#include "ObservModel.h"
#include
using namespace std;
CObservModel::CObservModel(TRANSTATE_MAT_TYPE& m_mTranslateMatrix):m_nStateSize(4),m_m
www.eeworm.com/read/478473/6717952
vhdl distributed_implementation.vhdl
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
USE ieee.math_real.ALL;
ENTITY distributed_implementation IS
GENERIC (WIDTH:INTEGER:=8;
N:INTEGER:=4);
PORT (res
www.eeworm.com/read/263246/11370116
vhd time.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
entity TIME is
port(
CLK : in std_logic; --4096 Hz
ENABLE_10MS : in std_logic;
MEASURE : in std_
www.eeworm.com/read/263246/11370121
vhd control.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
ENTITY control IS
port(
CLK : in std_logic; --4096 Hz
RESET : in std_logic;
KEY1 : in std_logi
www.eeworm.com/read/407962/11406990
vhd pulsefsm.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity progPulse is port (
clk, reset: in std_logic;
loadLength,loadDelay: in std_logic;
data: in std_logic_vector(7
www.eeworm.com/read/407961/11406995
vhd dncnten.vhd
-- Incorporates Errata 5.4
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity downCounter is port (
clk: in std_logic;
reset: in std_logic;
count: out std_log
www.eeworm.com/read/407961/11407002
vhd count1.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;
count: out std_logic_vector(3 downto 0)
);
www.eeworm.com/read/152250/12130933
m read_ap_txt.m
function [data, textlines, Nalphabet] = read_ap_txt(filename, max_lines)
% READ_AP_TXT Read AP news file and convert to numeric format
% [data, textlines, Nalphabet] = read_ap_txt(filename, max_lines)
www.eeworm.com/read/223154/14651787
m str2double.m
function [num,status,strarray] = str2double(s,cdelim,rdelim,ddelim)
%% STR2DOUBLE converts strings into numeric values
%% [NUM, STATUS,STRARRAY] = STR2DOUBLE(STR)
%%
%% STR2DOUBLE can replace