代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/450608/7480291
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/450608/7480359
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/444225/7616328
sql createdb.sql
/* 创建数据库 */
CREATE DATABASE ClassManage
ON (
NAME=' ClassManage', FILENAME='E:\江莉\教学相关\教案\各学期教案\09上\实例+项目\班级信息管理系统\database\ClassManage.mdf')
LOG ON (
NAME=' ClassManageLog', FILENAME='E:\江莉\教学相关
www.eeworm.com/read/441254/7672288
html group__remote__source__string.html
WinPcap: Strings related to the new source syntax
www.eeworm.com/read/441245/7672696
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/441245/7672894
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/441052/7676812
sql tablesql.sql
use snack
go
/*create table sntest
(fileid int not null primary key,
usedate nchar(12) not null,
timesnu int not null)
go*/
create table snuser
(userid nchar(20) not null Primary key,
us
www.eeworm.com/read/436920/7758855
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/435333/7793327
ned ppsource.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/435330/7793375
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