代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/414813/2142072
cpp interval.cpp
/**********************************************************************
* $Id: Interval.cpp 1820 2006-09-06 16:54:23Z mloskot $
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
www.eeworm.com/read/414813/2142099
h interval.h
/**********************************************************************
* $Id: Interval.h 1820 2006-09-06 16:54:23Z mloskot $
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
www.eeworm.com/read/414813/2142115
h interval.h
/**********************************************************************
* $Id: Interval.h 1820 2006-09-06 16:54:23Z mloskot $
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
www.eeworm.com/read/407519/2262755
eps interval.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: inkscape 0.44
%%Pages: 1
%%Orientation: Portrait
%%BoundingBox: 93 71 540 118
%%HiResBoundingBox: 93.669684 71.728125 539.1785 117.80858
%%EndComments
%%Page: 1 1
0
www.eeworm.com/read/403510/2311112
java interval.java
/**
*
*/
package com.sun.electric.tool.generator.flag.router;
public class Interval {
private double min, max;
Interval(double min, double max) {this.min=min; this.max=max;}
/** Merge two overl
www.eeworm.com/read/402551/2319247
java interval.java
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* JFlex 1.4.2 *
* Copyright (C) 1998-2008 Gerwin Klein
www.eeworm.com/read/376006/2717738
c interval.c
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.37 2007/08/22 08:20:58 meskes Exp $ */
#include "postgres_fe.h"
#include
#include
#ifdef __FAST_MATH__
#error -f
www.eeworm.com/read/376006/2718014
out interval.out
--
-- INTERVAL
--
SET DATESTYLE = 'ISO';
-- check acceptance of "time zone style"
SELECT INTERVAL '01:00' AS "One hour";
One hour
----------
01:00:00
(1 row)
SELECT INTERVAL '+02:00' AS "Two hours
www.eeworm.com/read/376006/2718230
sql interval.sql
--
-- INTERVAL
--
SET DATESTYLE = 'ISO';
-- check acceptance of "time zone style"
SELECT INTERVAL '01:00' AS "One hour";
SELECT INTERVAL '+02:00' AS "Two hours";
SELECT INTERVAL '-08:00' AS "Eight h
www.eeworm.com/read/375190/2731534
hpp interval.hpp
/* Boost interval/interval.hpp header file
*
* Copyright 2002-2003 Herv