代码搜索:range
找到约 10,000 项符合「range」的源代码
代码结果 10,000
www.eeworm.com/read/347934/11627419
cpp range.cpp
/************************************************************************
* range.cpp *
* This range class started out as just that - a ra
www.eeworm.com/read/346712/11729239
java range.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/156356/11810011
m range.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PULSED RANGE IMAGING %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
colormap(gray(256))
cj=sqrt(-1);
pi2=2*pi;
%
c=3e8;
www.eeworm.com/read/344239/11895869
java range.java
//: net/mindview/util/Range.java
// Array creation methods that can be used without
// qualifiers, using Java SE5 static imports:
package net.mindview.util;
public class Range {
// Produce a
www.eeworm.com/read/154633/11941509
c range.c
/*
* Boa, an http server
* Copyright (C) 2000 Larry Doolittle
* Copyright (C) 2000-2004 Jon Nelson
*
* This program is free software; you can redistribute
www.eeworm.com/read/153014/12067148
m range.m
%#
%# function [rdata,table,rnewdata] = range(data,mn,mx,newdata)
%#
%# AIM: Each element in the data set is scaled to a range determined
%# by the user.
%#
www.eeworm.com/read/253646/12207466
cpp _range.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/253646/12207886
h _range.h
#if !defined(AFX__RANGE_H__9839E67B_DC4E_407E_8FEB_6016A6A8864C__INCLUDED_)
#define AFX__RANGE_H__9839E67B_DC4E_407E_8FEB_6016A6A8864C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/338643/12290479
m range.m
% range.m
% Scope: This MATLAB macro computes the range between two position points
% defined into a three-dimensional orthogonal frame.
% Usage: xout = ra
www.eeworm.com/read/251106/12363976
js range.js
ObjectRange = Class.create();
Object.extend(ObjectRange.prototype, Enumerable);
Object.extend(ObjectRange.prototype, {
initialize: function(start, end, exclusive) {
this.start = start;
this.