代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/321448/13404796
sql hd7.sql
connect to S_HDXT;
CREATE TABLE kj_km (
txhm char (4) NOT NULL ,
ssnf numeric(4, 0) NOT NULL ,
kmbm char (12) NOT NULL ,
kmmc char (18) NOT NULL ,
xzbj ch
www.eeworm.com/read/321448/13404801
sql kj_km.sql
connect to S_HDXT;
CREATE TABLE kj_km (
txbm char (4) NOT NULL ,
ssnf numeric(4, 0) NOT NULL ,
kmbm char (12) NOT NULL ,
kmmc char (18) NOT NULL ,
xzbj ch
www.eeworm.com/read/319671/13446882
c daqndemo.c
/* The example program demonstrates the use of a DAQ Numeric control.
A DAQ Numeric is a control which can be configured to automatically
read its value in from or write its value out to an a
www.eeworm.com/read/314653/13562258
m renumlab.m
%RENUMLAB Renumber labels
%
% [NLAB,LABLIST] = RENUMLAB(LABELS)
% [NLAB1,NLAB2,LABLIST] = RENUMLAB(LABELS1,LABELS2)
%
% INPUT
% LABELS,LABELS1,LABELS2 Array of labels
%
% OUTPUT
% NL
www.eeworm.com/read/314653/13562419
m getnlab.m
%GETNLAB Get numeric labels
%
% [NLAB,LABLIST] = GETNLAB(A)
%
% The numeric labels of the dataset A are returned in NLAB.
% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))
% i
www.eeworm.com/read/314653/13562487
m setnlab.m
%SETNLAB Set label indices (numeric labels) directly
%
% A = SETNLAB(A,NLAB,J)
%
% Resets the values of A.NLAB(J) to NLAB. Note that NLAB points
% to the labels defined in A.LABLIST. Values of NLAB
www.eeworm.com/read/142050/5766150
java numericattribute.java
package org.scut.DataMining.Core;
public class NumericAttribute extends MiningAttribute
{
/** lower bound of the numeric attribute */
private double lowerBound = Double.MAX_VALUE;
/** upper
www.eeworm.com/read/132414/5916441
sql e_ttoa_create_table.sql
--*****************************
--CREATE TABLE
--*****************************
--
CREATE TABLE T_PERSON_COMING_MSG (
MSG_ID FLOAT NOT NULL,
EMP_ID FLOAT NOT NULL,
SENDER_ID FLOAT,
SEND_DAT
www.eeworm.com/read/131315/5935275
posix
Right now, the numeric vs. string comparisons are screwed up in draft
11.2. What prompted me to check it out was the note in gnu.bug.utils
which observed that gawk was doing the comparison $1 == "00
www.eeworm.com/read/131315/5935881
t pack.t
#!./perl
# $Header: pack.t,v 4.0 91/03/20 01:53:57 lwall Locked $
print "1..3\n";
$format = "c2x5CCxsdila6";
# Need the expression in here to force ary[5] to be numeric. This avoids
# test2 failin