代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/478412/6717493
m zsurfdatacodes.m
function SurfDataCodes = zSurfDataCodes()
% zSurfDataCodes - Returns structure with surface data codes for use with zGetSurfaceData
%
% Usage : SurfDataCodes = zSurfDataCodes
%
% Returns a struct
www.eeworm.com/read/476442/6762382
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
www.eeworm.com/read/264287/11323283
ned genericnetworknode.ned
//-------------------------------
// File: genericNetworkNode.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//-----------------------
www.eeworm.com/read/401637/11552686
sql lib .sql
/*1.3.1 创建系统用户表格user_Info*/
CREATE TABLE user_Info1
(
user_ID VARCHAR (10) NOT NULL ,
user_PWD VARCHAR (10) NOT NULL ,
user_Des VARCHAR (20),
CONSTRAINT user_ID_PK1 PRIMARY KEY (User_ID)
www.eeworm.com/read/400577/11572660
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/400577/11572858
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/157685/11672413
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/342008/12047157
m getlabn.m
%GETLABN Get numeric labels of dataset
%
% [NLAB,LABLIST] = GETLABN(A)
%
% Returns the numeric labels NLAB of all objects in the dataset A.
% Numbers are assigned in alphabetical order.
% LABLIST is t
www.eeworm.com/read/255755/12057344
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/255755/12057695
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