代码搜索:Increasing

找到约 326 项符合「Increasing」的源代码

代码结果 326
www.eeworm.com/read/358128/3001511

pod perldiag.pod

=head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A dep
www.eeworm.com/read/172012/9726694

m demotrap.m

function demoTrap % demoTrap Use composite trapezoidal rule to integrate x*exp(-x) on [0,5] % % Synopsis: demoTrap % % Input: none % % Output: Table of integral values for increasing n
www.eeworm.com/read/200021/15443566

cpp testing.cpp

/** * * @brief OOM Test Harness example * * Runs the code in DoTestL() with increasing heap failure intervals until it succeeds, thus * proving that it doesn't leak resources under Out-Of-Memory
www.eeworm.com/read/309157/13680644

h blas_enum.h

#ifndef BLAS_ENUM_H #define BLAS_ENUM_H /* Enumerated types */ enum blas_order_type { blas_rowmajor = 101, blas_colmajor = 102 }; enum blas_trans_type { blas_n
www.eeworm.com/read/160583/10516779

py matshow.py

#!/usr/bin/env python """Simple matshow() example.""" from matplotlib.pylab import * def samplemat(dims): """Make a matrix with all zeros and increasing elements on the diagonal""" aa = zero
www.eeworm.com/read/458493/7295783

m demowiggle.m

function demoWiggle % demoWiggle Plot wiggle from increasing order of polynomial interpolant % of data obtained by combining two linear functions % y = c1*x + c2; y
www.eeworm.com/read/458493/7295798

m demosimp.m

function demoSimp % demoSimp Use composite Simpson's rule to integrate x*exp(-x) on [0,5] % % Synopsis: demoSimp % % Input: none % % Output: Table of integral values for increasing num
www.eeworm.com/read/458488/7296159

m demowiggle.m

function demoWiggle % demoWiggle Plot wiggle from increasing order of polynomial interpolant % of data obtained by combining two linear functions % y = c1*x + c2; y
www.eeworm.com/read/458488/7296174

m demosimp.m

function demoSimp % demoSimp Use composite Simpson's rule to integrate x*exp(-x) on [0,5] % % Synopsis: demoSimp % % Input: none % % Output: Table of integral values for increasing num
www.eeworm.com/read/144399/12797592

m demowiggle.m

function demoWiggle % demoWiggle Plot wiggle from increasing order of polynomial interpolant % of data obtained by combining two linear functions % y = c1*x + c2; y