代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/447738/1696588
d ulw2-el-ilocks.d
#as: -EL -32
#objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric
#name: ulw2 -EL interlocked
#source: ulw2.s
# Further checks of ulw macro.
# XXX: note: when 'move' is changed to us
www.eeworm.com/read/437663/1829639
sql proc_ord_qty_add.sql
if object_id('dbo.Proc_Ord_Qty_Add') is not null
drop procedure dbo.Proc_Ord_Qty_Add
go
Create Procedure Proc_Ord_Qty_Add
@pono varchar(30) = null,
@Qty numeric(18,2) = 0.0,
@itemseq int =
www.eeworm.com/read/358128/3002805
phpt bug1321.phpt
--TEST--
Bug #1321 : Numeric zero values are not shown.
--FILE--
www.eeworm.com/read/471777/6881719
vhd list_ch03_11_gen_add.vhd
--Listing 3.11
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity gen_add_w_carry is
generic(N: integer:=4);
port(
a, b: in std_logic_vector(N-1 downto 0);
www.eeworm.com/read/471796/6881996
vhd list_ch03_11_gen_add.vhd
--Listing 3.11
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity gen_add_w_carry is
generic(N: integer:=4);
port(
a, b: in std_logic_vector(N-1 downto 0);
www.eeworm.com/read/471796/6882073
vhd list_ch13_08_pong_counter.vhd
-- Listing 13.8
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity m100_counter is
port(
clk, reset: in std_logic;
d_inc, d_clr: in std_logic;
dig
www.eeworm.com/read/172733/9694860
vhd vdu8.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;
--
--
-- Video Display terminal
-- John Kent
-- 11th Febr
www.eeworm.com/read/413190/11163681
vhd program_memory.vhd
library ieee;
use ieee.std_logic_1164.all; -- each module will need to use std_logic
use ieee.numeric_std.all;
entity program_memory is
port( addr: in std_logic_vector(12 downto 0);
data: out s
www.eeworm.com/read/413190/11163684
vhd alu.vhd
library ieee;
use ieee.std_logic_1164.all; -- each module will need to use std_logic
use ieee.numeric_std.all;
use work.alu_const.all;
entity alu is
port( a : in std_logic_vector(7 downto 0);
www.eeworm.com/read/413190/11163701
vhd port_k.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity port_k is
port( reset : in std_logic;
clk : in std_logic;
load_ddrk : in std_logic;
ddrk_in: in std_