代码搜索:Increasing

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

代码结果 326
www.eeworm.com/read/144399/12797637

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/330961/12858914

blurbv5

@(#) BLURB 1.5 96/07/06 23:09:45 This is the fifth replacement portmapper release. There is an increasing interest in access control for the NIS, mount and other RPC-based services that are normally
www.eeworm.com/read/347943/11626690

m sortnnz.m

% perm = sortnnz(At,Ajc1,Ajc2) % SORTNNZ Sorts columns in At % in increasing order of nnzs; only the nnzs between Ajc1 and Ajc2 % are considered f
www.eeworm.com/read/338851/12277123

m sortomp2.m

% SORTOMP2.M: sorts water type results and residuals, % latitude and longitude into increasing pressure and % writes the data as sections into files. % % NOTES: 1. This routine reads output from a
www.eeworm.com/read/207238/15278800

htm increasingbatchuptaesspeed.htm

Increasing Inserts and Updates Speed
www.eeworm.com/read/305566/3771814

c yxtoxy.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: compute a regularly-sampled, monotonically increasing function x(y) from a regularly-sa
www.eeworm.com/read/305566/3772133

c yxtoxy.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: compute a regularly-sampled, monotonically increasing function x(y) from a regularly-sa
www.eeworm.com/read/305566/3773112

c yxtoxy.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: compute a regularly-sampled, monotonically increasing function x(y) from a regularly-sa
www.eeworm.com/read/393395/2474684

m sortnnz.m

% perm = sortnnz(At,Ajc1,Ajc2) % SORTNNZ Sorts columns in At % in increasing order of nnzs; only the nnzs between Ajc1 and Ajc2 % are considered f
www.eeworm.com/read/368822/9676758

cpp zju2283 -- challenge of wisdom.cpp

// PROB Zju Online Judge 2283 -- Challenge of Wisdom // Algorithm Math + Longest Increasing Sub Sequence // Complexity O (n Log n) // Author LoveShsean #include #incl