代码搜索:Increasing
找到约 326 项符合「Increasing」的源代码
代码结果 326
www.eeworm.com/read/303435/3811071
lib antialias.cwp.lib
ANTIALIAS - Butterworth anti-aliasing filter
antialias use before increasing the sampling interval of data
i.e. subsampling
Function Prototype:
void antialias (float frac, int phase, int n, floa
www.eeworm.com/read/413855/2157500
hh sortedsched.hh
// -*- c-basic-offset: 4 -*-
#ifndef CLICK_SORTEDSCHED_HH
#define CLICK_SORTEDSCHED_HH
/*
* =c
* BalancedThreadSched([INTERVAL, INCREASING])
* =s IP
* bin packing scheduler
* =d
*
* Bin pack t
www.eeworm.com/read/371704/2779135
m l_depth2index.m
function wlog=l_depth2index(wlog,warn)
% Prepend a new column to the log curves. This curve is an index vector
% with values increasing from 1 to "nsamp", the number of rows of the curve
% matrix.
www.eeworm.com/read/271244/11002090
m polvec.m
function q=polvec(a,x,ux,uy)
% The function POLVEC draws a vector plot of two 2-D data arrays in polar coordinates
% with 0 degrees located at the 12 o'clock position and
% degrees increasing co
www.eeworm.com/read/197649/7983074
m polvec.m
function q=polvec(a,x,ux,uy)
% The function POLVEC draws a vector plot of two 2-D data arrays in polar coordinates
% with 0 degrees located at the 12 o'clock position and
% degrees increasing co
www.eeworm.com/read/142092/12963272
m polvec.m
function q=polvec(a,x,ux,uy)
% The function POLVEC draws a vector plot of two 2-D data arrays in polar coordinates
% with 0 degrees located at the 12 o'clock position and
% degrees increasing co
www.eeworm.com/read/136812/5861967
h defs.h
/* @(#)defs.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
/* Conventions:
* points are numbered in increasing order from White's home
* in the lower right-hand corne
www.eeworm.com/read/38039/1103998
res selobj_simple.res
!*****************************************************************************!
!
! 28-Apr-06 L-01-08 aap $$1 Reduced from selobj_sublay.res
! 21-Aug-06 L-01-15 AOK $$2 Increasing input le
www.eeworm.com/read/241991/4556644
java checkmonotonicallyincreasingnumbers.java
package org.jgroups.tests;
import java.io.*;
/**
* Checks whether numbers in a stream are monotonically increasing, e.g.
*
* 1
* 2
* 3
* 4
*
* @author Bela Ban
* @version $Id:
www.eeworm.com/read/216502/4891351
y expr.y
/* Yacc productions for "expr" command: */
%token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
%token A_STRING SUBSTR LENGTH INDEX NOARG MATCH
/* operators listed below in increasing precedence