代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/424357/10458511
ned tokenring.ned
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/424355/10458575
ned gen.ned
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/160516/10523190
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/160516/10523401
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/160083/10573959
java createdatabase.java
import javax.swing.*;
import java.sql.*;
import java.io.*;
public class CreateDatabase
{
private String driver = "com.microsoft.jdbc.sqlserver.SQLServerDriver";
private String url = "jdbc:mi
www.eeworm.com/read/423108/10585963
vhd couter.vhd
-- megafunction wizard: %LPM_COUNTER%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_counter
-- ============================================================
-- File Name: couter.vhd
www.eeworm.com/read/422283/10649950
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
www.eeworm.com/read/422283/10649958
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/422283/10649972
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/348604/10881201
sql table.sql
create table EMPRECENTFUNC
(
ERFID VARCHAR(20) not null,
ERFACCNTID VARCHAR(15) not null,
ERFFUNCID VARCHAR(10) not null
)
go
create table ERPFUNCMETHOD
(
EFMFID VARCH