代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/328532/13022545
c syswdog.c
/* sysWdog.c - hardware watchdog driver */
/* Copyright 2002-2004 Founder Communications, Inc. */
/*
modification history
--------------------
01a,17mar05,fhchen written
*/
/*
DESCRIPTI
www.eeworm.com/read/328450/13026525
java tnewtimer.java
import java.awt.*;
import java.util.*;
import javax.swing.*;
import javax.swing.event.*;
/**************************************************************************
*自定义时钟控件
****************
www.eeworm.com/read/140756/13062829
c mpsend.c
/* $KAME: mpsend.c,v 1.5 2001/03/12 04:57:39 itojun Exp $ */
/*
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
www.eeworm.com/read/327456/13076981
java ndi.java
package datamining;
import java.util.*;
/**
* Class for implementing the non-derivable itemset algorithm.
*
* In this version support for the constructor using a DataHandler.
*
* @a
www.eeworm.com/read/327041/13102537
java go.java
import java.awt.*;
import java.util.*;
//import javax.swing.*;
//import java.awt.image.*;
public class Go extends Panel
{
int whichStep;
Hashtable myHash;
Point pointNow;//当前的点
Point
www.eeworm.com/read/140115/13108979
m p_y.m
function pc3inte=P_y(interval,len);
% 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
if sign(interval(1))==sign(interval(len))
interval=interval.*(sign(interval)==sign(interval(1)));
inte=interp1([1,len],[i
www.eeworm.com/read/241364/13151468
sql ch10_intervals01.sql
/* Interval value expressions. Note that this example generates
no output. */
DECLARE
A INTERVAL YEAR TO MONTH;
B INTERVAL YEAR TO MONTH;
C INTERVAL DAY TO SECOND;
D INTERVAL DAY
www.eeworm.com/read/241323/13156444
m numerov2.m
function f=numerov2(x0,x1,N,P,mult,E,Y0,DY0);
%> The file integrates the 1D Schrodinger equation
%> for an 'arbitrary' potential using the Numerov method.
%> It produces the function
www.eeworm.com/read/139229/13172916
cpp hnmalloctest.cpp
/*
* HnMallocTest.cc
* Copyright (C) 1999 Norio Katayama
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* L