代码搜索:range
找到约 10,000 项符合「range」的源代码
代码结果 10,000
www.eeworm.com/read/451586/1660350
java range.java
package rabbit.io;
/** A class to handle a range.
*
* @author Robert Olofsson
*/
public class Range {
private long start;
private long end;
publ
www.eeworm.com/read/250585/4429258
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 v
www.eeworm.com/read/249895/4445167
java range.java
package org.garret.rdf;
/**
* Class used to represent range of property values for search queries
*/
public class Range {
/**
* Low boundary
*/
public final Object from;
www.eeworm.com/read/247473/4481891
awk range.awk
# $Id: range.awk,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Print out a range of the log
/^\[/{
l = length($1) - 1;
i = index($1, "]");
file = substr($1, 2, i - 2);
file += 0;
start = i + 2
www.eeworm.com/read/243634/4519772
c range.c
/* File: range.c */
#include
//标尺组件
GtkWidget *hscale, *vscale;
void cb_pos_menu_select( GtkWidget *item, GtkPositionType pos )
{
//设置标尺上的数值的位置
gtk_scale_set_value_pos (GTK_
www.eeworm.com/read/241991/4556770
java range.java
// $Id: Range.java,v 1.5 2004/10/04 20:43:35 belaban Exp $
package org.jgroups.util;
import java.io.*;
public class Range implements Externalizable, Streamable {
public long low=-1; // firs
www.eeworm.com/read/240162/4591540
java range.java
/*
* Copyright (c) 2000 World Wide Web Consortium,
* (Massachusetts Institute of Technology, Institut National de
* Recherche en Informatique et en Automatique, Keio University). All
* Rights
www.eeworm.com/read/239567/4598022
py range.py
########################################################################
#
# File Name: Range.py
#
# Documentation: http://docs.4suite.com/4DOM/Range.py.html
#
"""
WWW: http:/
www.eeworm.com/read/238752/4611029
java range.java
/* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file di