代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/149739/12352772
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/149739/12353169
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/149739/12353398
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/129425/14243263
sql hrdb.sql
CREATE TABLE [dbo].[SysLink] (
[FORptID] [varchar] (40) NOT NULL ,
[FTRptID] [varchar] (6) NOT NULL ,
[FMName] [varchar] (8) NOT NULL ,
[FMText] [varchar] (60) NULL ,
[FLinkClms] [varchar] (
www.eeworm.com/read/223570/14624063
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/223042/14663169
sql 101.sql
CREATE TABLE "dba"."fjxx_tab" ("fjh" numeric(10,0) NOT NULL DEFAULT NULL, "ft" char(10) DEFAULT NULL, "jg" numeric(5,0) DEFAULT NULL, "pz" char(2) DEFAULT NULL, "bz" char(20) DEFAULT NULL , PRIMARY KE
www.eeworm.com/read/223042/14663177
txt 重要的表.txt
CREATE TABLE "dba"."fjxx_tab" ("fjh" numeric(10,0) NOT NULL DEFAULT NULL, "ft" char(10) DEFAULT NULL, "jg" numeric(5,0) DEFAULT NULL, "pz" char(2) DEFAULT NULL, "bz" char(20) DEFAULT NULL , PRIMARY KE
www.eeworm.com/read/115583/15008803
sql ejb.sql
drop table accounts;
drop table customers;
drop table orders;
drop table products;
drop table orderLineItems;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18));
www.eeworm.com/read/215463/15060666
h util.h
/*
* File: util.h
*
* Interface of a utility library performing common tasks.
*
* See Also
* util.c -- An implementation exposing a util.h interface.
*
* Copyright (C) 2002 RidgeRun, Inc.
*
www.eeworm.com/read/211227/15184417
sql cw_sj.sql
connect to s_hdxt;
create table cw_sj
(
cwdwbm char(4) not null,
txbm char(4) not null,
ssnf numeric(4,0) not null,
mon numeric(2,0) not null,
ri numeric