代码搜索:range
找到约 10,000 项符合「range」的源代码
代码结果 10,000
www.eeworm.com/read/273778/4192226
h range.h
/*
* Range checking
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.7 $
*
* This is free software. You are permitted to use,
* redistribute, and modify it as specif
www.eeworm.com/read/273778/4192323
h range.h
/*
* Range checking
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.7 $
*
* This is free software. You are permitted to use,
* redistribute, and modify it as specif
www.eeworm.com/read/273778/4192471
h range.h
/*
* Range checking
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.7 $
*
* This is free software. You are permitted to use,
* redistribute, and modify it as specif
www.eeworm.com/read/273525/4204749
hlp range.hlp
{smcl}
{* 30nov2004}{...}
{cmd:help range} {right:dialog: {bf:{dialog range}}}
{hline}
{title:Title}
{p2colset 5 18 21 2}{...}
{p2col :{hi:[D] range} {hline 2}}Generate numerical range{p_en
www.eeworm.com/read/273525/4204782
dlg range.dlg
/*
range
VERSION 1.0.0 21dec2002
*/
VERSION 8.0
INCLUDE _std_small
INCLUDE header
HELP hlp1, view("help range")
RESET res1
DIALOG main, label("range - Generate numerical ranges")
www.eeworm.com/read/273525/4204918
mata range.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric colvector range(numeric scalar a,
numeric scalar b,
numeric scalar delta)
{
real scalar n
if (a>=. | b>=. | delta>=.) _error
www.eeworm.com/read/273525/4204934
ado range.ado
*! version 2.1.1 13dec1998
program define range
version 3.1
if "`3'"=="" | "`5'"!="" { error 198 }
confirm new var `1'
if _N==0 {
if "`4'"=="" { error 198 }
set obs `4'
local o "
www.eeworm.com/read/270919/4233006
h range.h
// $Id: Range.h,v 1.2 2003/10/07 21:46:14 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, cop
www.eeworm.com/read/270919/4233007
nc range.nc
// $Id: Range.nc,v 1.3 2003/10/07 21:46:14 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, co
www.eeworm.com/read/270327/4240482
java range.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (