代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/418695/10935233
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/272848/10941068
cpp vectorlist.cpp
// test the class vectorList that uses a vector for the list elements
#include
#include
#include // has reverse
#include // has greater
#include "line
www.eeworm.com/read/272848/10941496
cpp productstl.cpp
// multiply n numbers using the STL algorithm accumulate and
// the STL functor multiplies
#include
#include // has copy
#include // has accumulate
#i
www.eeworm.com/read/461264/7230474
pro cspline.pro
function cspline,xx, yy, tt, Deriv = deriv
;+
; NAME:
; CSPLINE
;
; PURPOSE:
; Function to evaluate a natural cubic spline at specified data points
; EXPLANATION:
; Combines the Numeric
www.eeworm.com/read/399920/7822137
cpp example_13_5.cpp
//Function Objects
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int fun
www.eeworm.com/read/397102/8068031
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/146126/12668744
cpp vectorlist.cpp
// test the class vectorList that uses a vector for the list elements
#include
#include
#include // has reverse
#include // has greater
#include "line
www.eeworm.com/read/146126/12668992
cpp productstl.cpp
// multiply n numbers using the STL algorithm accumulate and
// the STL functor multiplies
#include
#include // has copy
#include // has accumulate
#i
www.eeworm.com/read/316300/13525613
cpp arrays.cpp
//
//
// Arrays.cpp
//
//
#include
#include
#include
MJArray::MJArray(unsigned long size)
: Size(size), Capacity(size)
{
if (Si