代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/320955/13415320
h lio.h
/* copy of ftypes from the compiler */
/* variable types
* numeric assumptions:
* int < reals < complexes
* TYDREAL-TYREAL = TYDCOMPLEX-TYCOMPLEX
*/
/* 0-10 retain their old (pre LOGICAL*1, etc.)
www.eeworm.com/read/315745/13537045
sql pro_registclientandretrunid.sql
create procedure RegistClientAndReturnID
@Stamt varchar(1000),
@Return_id numeric(38) output
as
declare @LestSmt varchar(350)
set @LestSmt='insert into CustomerList(custom_name,custom_sexid,custo
www.eeworm.com/read/152814/5666621
pl pingmib.pl
use strict;
use SNMP;
my $target = shift || die "no ping target supplied\n"; # numeric ip address
my $host = shift || 'localhost';
my $community = shift || 'private';
{
my $sess = new SNMP::
www.eeworm.com/read/139206/5807158
pl pingmib.pl
use strict;
use SNMP;
my $target = shift || die "no ping target supplied\n"; # numeric ip address
my $host = shift || 'localhost';
my $community = shift || 'private';
{
my $sess = new SNMP::
www.eeworm.com/read/128604/5981325
java oid.java
/* OID.java -- numeric representation of an object identifier
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistr
www.eeworm.com/read/126884/6010661
java counter.java
package org.trinet.waveserver.rt;
/** Class provides simple integer repeating numeric count (i.e. modulo remainder).
* It is used by the WaveClient class to provide TCPMessage identifier tags.
* @s
www.eeworm.com/read/117325/6104703
pl pingmib.pl
use strict;
use SNMP;
my $target = shift || die "no ping target supplied\n"; # numeric ip address
my $host = shift || 'localhost';
my $community = shift || 'private';
{
my $sess = new SNMP::
www.eeworm.com/read/117227/6105198
java isnumericfunction.java
/*
* IsNumericFunction.java - is numeric test
* Copyright (C) 2000 Romain Guy
* romain.guy@jext.org
* http://www.jext.org
*
* This program is free software; you can redistribute it IsNumeric/or
www.eeworm.com/read/117227/6105211
java roundfunction.java
/*
* RoundFunction.java - rounds a numeric value
* Copyright (C) 2000 Romain Guy
* romain.guy@jext.org
* http://www.jext.org
*
* This program is free software; you can redistribute it and/or
*
www.eeworm.com/read/111677/6153737
props db.props
# Taken from java.sql.Types in the IBM 1.3 JDK
# JDBC to Interbase mappings.
BIT =
TINYINT =
SMALLINT =
INTEGER = INTEGER
BIGINT =
FLOAT =
REAL =
DOUBLE =
NUMERIC =
DECIMAL =
CHAR = VARCHAR
VARCHAR =