代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/293183/8310272
m renumlab.m
%RENUMLAB Renumber labels
%
% [nlab,lablist] = renumlab(slab)
%
% The array of labels slab is converted and renumberred to a vector
% of numeric labels nlab. The conversion table lablist is such t
www.eeworm.com/read/106690/15626475
m loadtxt.m
% loadtxt() - load ascii text file into numeric or cell arrays
%
% Usage:
% >> array = loadtxt( filename, 'key', 'val' ...);
%
% Inputs:
% filename - name of the input file
%
% Optional inputs
%
www.eeworm.com/read/100077/15886097
c ecusz.c
char *numeric_revision = "@(#)ecusz 3.20";
#define BUFFERED_WRITE
/*+-------------------------------------------------------------------------
ecusz.c - X/Y/ZMODEM send program
Derived from public
www.eeworm.com/read/386050/8768253
m nlabeld.m
%NLABELD Return numeric labels of classified dataset
%
% NLABELS = NLABELD(Z)
% NLABELS = Z*NLABELD
% NLABELS = NLABELD(A,W)
% NLABELS = A*W*NLABELD
%
% INPUT
% Z Classified dataset, or
%
www.eeworm.com/read/419693/10844835
cpp arraylistwithiterator.cpp
// test the iterator for arrayList
#include
#include // has reverse
#include // has accumulate
#include "linearList.h"
#include "arrayListWithIterator.h"
us
www.eeworm.com/read/272848/10940578
cpp extendedchain.cpp
// test extended chain
#include
#include // has accumulate
#include "extendedChain.h"
using namespace std;
int main()
{
// create an extended chain
extendedCha
www.eeworm.com/read/272848/10941166
cpp arraylistwithiterator.cpp
// test the iterator for arrayList
#include
#include // has reverse
#include // has accumulate
#include "linearList.h"
#include "arrayListWithIterator.h"
us
www.eeworm.com/read/299984/7140347
m nlabeld.m
%NLABELD Return numeric labels of classified dataset
%
% NLABELS = NLABELD(Z)
% NLABELS = Z*NLABELD
% NLABELS = NLABELD(A,W)
% NLABELS = A*W*NLABELD
%
% INPUT
% Z Classified dataset, or
%
www.eeworm.com/read/460435/7250822
m nlabeld.m
%NLABELD Return numeric labels of classified dataset
%
% NLABELS = NLABELD(Z)
% NLABELS = Z*NLABELD
% NLABELS = NLABELD(A,W)
% NLABELS = A*W*NLABELD
%
% INPUT
% Z Classified dataset, or
%
www.eeworm.com/read/460293/7254242
sql createdb.sql
CREATE TABLE book(
primaryAuthor text,
title text,
isbn VARCHAR(30) PRIMARY KEY,
publisherID integer ,
edition VARCHAR(5),
dateOfPublication DATE,
price numeric CHEC