代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/200886/15420726

m varcell2vec.m

function x = varCell2Vec(d) %% converts a vector cell array, with each cell having a variable %% length array, into a single numeric vector if min(size(d))>1 error('cell array should be 1d
www.eeworm.com/read/104928/15681447

vbs sol8-2.vbs

Set objRegExp = New RegExp 'set pattern to extract all numeric values from string objRegExp.Pattern = "\d+\.?\d*|\.\d+" objRegExp.IgnoreCase = True objRegExp.Global = True Set objMatches = objRegE
www.eeworm.com/read/103266/15738301

h intervals.h

// set-theoretic operations on intervals: // {(1, 10)} & ~{(4, 5), (7, 7), (10, 15)} = {(1, 3), (6, 6), (8, 9)} // supports any integral type with known numeric_limits. #ifndef __DOLPHIN__INT
www.eeworm.com/read/192089/8407588

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim
www.eeworm.com/read/291235/8433672

cpp arcmak.cpp

#include #include "nr.h" using namespace std; void NR::arcmak(Vec_I_ULNG &nfreq, unsigned long nchh, unsigned long nradd, arithcode &acode) { const unsigned long MAXULNG=numeric_lim
www.eeworm.com/read/289731/8532055

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim
www.eeworm.com/read/288910/8594769

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim
www.eeworm.com/read/432289/8613063

cpp numerictest.cpp

//: C21:NumericTest.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt #include #include
www.eeworm.com/read/384965/8826457

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim
www.eeworm.com/read/284875/8885610

sql 13-globaltemptable.sql

CREATE TABLE ##SharesTmp (ShareDesc varchar(50), Price numeric(18,5), PriceDate datetime) INSERT INTO ##SharesTmp SELECT s.ShareDesc,sp.Price,sp.PriceDate FROM ShareDetails.Shares s JOIN Sh