代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/377148/9293070

c interval.c

/* Copyright (C) 2004,2005,2006 Bull S.A. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by
www.eeworm.com/read/169988/9825918

cpp interval.cpp

/********************************************************************** * $Id: Interval.cpp,v 1.7 2004/07/02 13:28:27 strk Exp $ * * GEOS - Geometry Engine Open Source * http://geos.refractions.ne
www.eeworm.com/read/365798/9846394

c interval.c

/* +----------------------------------------------------------------------+ | | | OCILIB - C Dri
www.eeworm.com/read/364309/9912959

h interval.h

#if !defined(AFX_INTERVAL_H__B79988AE_CD60_4C44_9DBC_343CFFFDDE3D__INCLUDED_) #define AFX_INTERVAL_H__B79988AE_CD60_4C44_9DBC_343CFFFDDE3D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _
www.eeworm.com/read/364309/9912982

cpp interval.cpp

// Interval.cpp : implementation file // #include "stdafx.h" #include "测试程序.h" #include "Interval.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__
www.eeworm.com/read/349709/10803330

sql interval.sql

/* * Interval.sql * Chapter 3, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, Scott Urman * * This script demonstrates the use of the INTERVAL types */ exec clean_schem
www.eeworm.com/read/349581/10815971

cpp interval.cpp

#include "mathclass.h" m_real EPS = 1.0e-4; ostream& operator
www.eeworm.com/read/349581/10816004

h interval.h

#ifndef INTERVAL_H #define INTERVAL_H class interval { private: m_real start, end; // negation friend interval operator-( interval const& ); // addtion frien
www.eeworm.com/read/198531/7931016

h interval.h

/* * OpenVPN -- An application to securely tunnel IP networks * over a single UDP port, with support for TLS-based * session authentication and key exchange, *
www.eeworm.com/read/327456/13076999

java interval.java

package datamining; import java.util.*; /** * Class for implementing an interval for non-derivable itemset. * * @author Michael Holler */ public class Interval { private int lower