代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/359386/2976706
sql pointbase.createaccount.sql
drop table accounts;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18) );
www.eeworm.com/read/359386/2976721
sql pointbase.createaccount.sql
drop table accounts;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18) );
www.eeworm.com/read/356021/3043788
sql pointbase.createaccount.sql
drop table accounts;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18) );
www.eeworm.com/read/135259/13944583
cpp limits.cpp
#include "stlexam.h"
#pragma hdrstop
/**************************************************************************
*
* limits.cpp - Example program of numeric limits class used for
*
www.eeworm.com/read/485226/6568283
vhd ccd_pkg.vhd
library ieee;
use ieee.std_logic_1164.all;
--use IEEE.numeric_bit.all;
--use ieee.numeric_std.all;
use ieee.std_logic_arith.all;
use work.wishbone.all;
package ccd is
constant CCD_PORT_B
www.eeworm.com/read/376468/2710496
sql checkfund.sql
create table checkfund( //统筹基金银行对帐表
checkdate smalldatetime not null, //对帐时间
checkname char(30) not null, //基数名称
dbnum numeric(16,2) not null, //数据库中的值
changenum numeric(14,2) not null, //调整值
www.eeworm.com/read/376468/2710506
sql listtable.sql
create table listtable(
unitcode char(6) not null,
listmonth smalldatetime not null,
flowcode char(12) null,
r1 smallint null,
r2 smallint null,
z1 numeric(10,2) null,
z2 numeric(10,2) null,
p
www.eeworm.com/read/358128/3004277
result myisam_bitdata.result
SET @NO_REFRESH = IF( '' = '', 0, 1);
USE test;
drop table if exists tb4 ;
create table tb4 (
f176 numeric (0) unsigned not null DEFAULT 9,
f177 numeric (64) unsigned not null DEFAULT 9,
f178 numeri
www.eeworm.com/read/112808/6143571
am makefile.am
#
# Copyright (c) 2003, 2004 Intel Corporation
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
www.eeworm.com/read/162614/5526020
f90 nonreturning_statements.f90
! { dg-final { scan-assembler-not "should_be_noreturn" } }
! PR 17758
! This checks that non-returning subroutines and statements
! really don't return by calling non-existing subroutines
! afterwards