代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/139332/5802756
hpp interval.hpp
/* Boost interval/interval.hpp header file
*
* Copyright 2002-2003 Herv
www.eeworm.com/read/139332/5802823
hpp interval.hpp
/* Boost interval.hpp header file
*
* Copyright 2000 Jens Maurer
* Copyright 2002 Herv
www.eeworm.com/read/134898/5891622
cc interval.cc
//
// interval.cc
//
// $Id: interval.cc,v 1.1.1.1 2001/02/28 00:28:36 cstolte Exp $
//
#include
/*
* Interval-Arithmetic Functions
* D. P. Mitchell 91/11/15.
*/
www.eeworm.com/read/134898/5891635
h interval.h
//
// interval.h
//
// $Id: interval.h,v 1.1.1.1 2001/02/28 00:28:36 cstolte Exp $
//
#ifndef SGL_INTERVAL_H
#define SGL_INTERVAL_H
/*
* Interval-arithmetic class
* D. P. Mitchell 92/0
www.eeworm.com/read/133329/5905771
d interval.d
#pragma D option quiet
sdt:::callout-start
{
self->callout = ((callout_t *)arg0)->c_func;
}
fbt::timeout:entry
/self->callout && arg2
www.eeworm.com/read/132069/5925376
h interval.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/132069/5925382
cpp interval.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/131315/5939463
ideas interval.ideas
This idea comes from Andrew. The basic part is to represent a division
of the buffer into disjoint intervals by means of a binary tree. Each
interval has one node. The tree has the effect of a larg
www.eeworm.com/read/120487/6073293
c interval.c
#include "postgres_fe.h"
#include
#include
#ifdef __FAST_MATH__
#error -ffast-math is known to break this code
#endif
#include "extern.h"
#include "dt.h"
#include "pgtypes_error.h"
www.eeworm.com/read/120487/6073449
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