代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/366702/2866513
c asm3.c
//PR c++/30851
void foo()
{
asm ("%[x]" : [0](x)); // { dg-error "numeric constant|token" }
}
www.eeworm.com/read/358262/2988210
sql stock.sql
CREATE TABLE "STOCK"
(
"STOCKID" VARCHAR2 (10),
"GOODSID" VARCHAR2 (10),
"STOCKNUM" NUMERIC (10)
)
;
www.eeworm.com/read/291905/8388531
vhd pre_norm_arch.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_misc.ALL;
USE ieee.std_logic_unsigned.ALL;
USE ieee.std_logic_arith.ALL;
--USE ieee.numeric_std.ALL;
--USE ieee.numeric_bit.ALL;
ENTITY
www.eeworm.com/read/443250/7635531
vhd v4_9.vhd
library ieee;
--use ieee.NUMERIC_BIT.all;
use ieee.std_logic_1164.all;
use ieee.NUMERIC_STD.all;
entity V4_9 is
port(a_std : in std_logic_vector(7 downto 0);
b_std : in std_l
www.eeworm.com/read/186489/5231459
sql test.sql
create table db_poet(
a_oid numeric identity,
primary key (a_oid),
a_war_vet char(1),
a_war_hero char(1),
po_poem varchar(128) null,
a_sal numeric(38,3) null constraint auth_sal_ge_zero check (
www.eeworm.com/read/360437/2962806
inc innodb_tb4.inc
##### suite/funcs_1/include/innodb_tb4.inc
--disable_warnings
drop table if exists tb4;
--enable_warnings
create table tb4 (
f176 numeric (0) unsigned not null DEFAULT 9,
f177 numeric (64) unsigned n
www.eeworm.com/read/360437/2962810
inc myisam_tb4.inc
##### suite/funcs_1/include/myisam_tb4.inc
--disable_warnings
drop table if exists tb4 ;
--enable_warnings
create table tb4 (
f176 numeric (0) unsigned not null DEFAULT 9,
f177 numeric (64) unsigned
www.eeworm.com/read/360437/2962811
inc memory_tb4.inc
##### suite/funcs_1/include/memory_tb4.inc
--disable_warnings
drop table if exists tb4 ;
--enable_warnings
create table tb4 (
f176 numeric (0) unsigned not null DEFAULT 9,
f177 numeric (64) unsigned