代码搜索:Range
找到约 10,000 项符合「Range」的源代码
代码结果 10,000
www.eeworm.com/read/474814/1390344
for range.for
LOGICAL FUNCTION RANGE(NUMBER,IARRAY)
*-----------------------------------------------------------------------
*
* Purpose: returns 'TRUE' if NUMBER is contained in ranges given
*
www.eeworm.com/read/467516/1500112
as range.as
package flare.query.methods
{
import flare.query.Range;
/**
* Creates a new Range query operator.
* @param min the minimum range value.
* This value can be an expression
www.eeworm.com/read/467516/1500150
as range.as
package flare.query
{
/**
* Expression operator that tests if a value is within a given range.
* Implemented as an And of Comparison
* expressions.
*/
publi
www.eeworm.com/read/324447/3503036
for range.for
LOGICAL FUNCTION RANGE(NUMBER,IARRAY)
*-----------------------------------------------------------------------
*
* Purpose: returns 'TRUE' if NUMBER is contained in ranges given
*
www.eeworm.com/read/323581/3514486
for range.for
LOGICAL FUNCTION RANGE(NUMBER,IARRAY)
*-----------------------------------------------------------------------
*
* Purpose: returns 'TRUE' if NUMBER is contained in ranges given
*
www.eeworm.com/read/192030/8410730
m range.m
function Q = range(A)
% RANGE -- find range of a matrix
%
% Q = range(A)
%
% This does essentially the same thing as the Matlab system
% routine ORTH, except it uses the tolerance parameter
www.eeworm.com/read/191800/8421983
h range.h
#ifndef RANGE_H
#define RANGE_H
#include
#include
#include
#include
#include "VarSet.h"
class Range
{
public:
double minV;
double maxV;
bool missi
www.eeworm.com/read/191800/8421986
cpp range.cpp
#include "Range.h"
double convertArg(const char* arg)
{
if (!strcmp(arg, "Infinity")) {
return HUGE;
} else if (!strcmp(arg, "-Infinity")) {
return -HUGE;
} else {