代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/418205/10958854
txt 18.5 . 属性的持久性.txt
18.5 . 属性的持久性
在VB中打开己有的VBTest程序,并打开Clock控件自身的属性表单,在General属性页上将<mark>Interval</mark>属性值设置为3∞0,井在其颜色属性页上分别修改BackColor和ForeColor属性的值。然后保存当前VB工程,之后关闭该工程。接着在VB中再次打开该工程,读者将会看到Clock控件的背景色和前景色仍是上次工程关闭前的颜色,没有发生改变,说明 Cloc ...
www.eeworm.com/read/301579/13855926
h bttrackerresponse.h
#ifndef __BTTRACKERRESPONSE_H__
#define __BTTRACKERRESPONSE_H__
#include
#include
using namespace std;
class BTPeer;
class BTTrackerResponse{
#define INTERVAL 2*60
public:
str
www.eeworm.com/read/149033/5703708
java taskrunner.java
/*
* XP Forum
*
* Copyright (c) 2002-2003 RedSoft Group. All rights reserved.
*
*/
package org.redsoft.forum.schedule;
import java.util.Timer;
import java.util.TimerTask;
/**
* TimerTask runn
www.eeworm.com/read/139332/5802755
hpp arith2.hpp
/* Boost interval/arith2.hpp template implementation file
*
* This header provides some auxiliary arithmetic
* functions: fmod, sqrt, square, pov, inverse and
* a multi-interval division.
*
* Co
www.eeworm.com/read/139332/5802758
hpp division.hpp
/* Boost interval/detail/division.hpp file
*
* Copyright 2003 Guillaume Melquiond, Sylvain Pion
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0
www.eeworm.com/read/116793/6112403
c ualarm.c
/*
** ualarm.c -
**
**
** Copyright (c) 1993-95 David J. Hughes
** Copyright (c) 1995 Hughes Technologies
**
** Permission to use, copy, and distribute for non-commercial purposes,
** is hereby gra
www.eeworm.com/read/486859/6531096
html group__g__timestamp.html
OCILIB (C Driver for Oracle): Timestamps and inter
www.eeworm.com/read/251837/12316722
m plus.m
function r = plus(a,b)
%PLUS (interval) overloades plus for interval matrices. a+b.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
% DESCRIPTION:
% 'plus' is ca
www.eeworm.com/read/251837/12316760
m minus.m
function r = minus(a,b)
%MINUS (interval) overloades minus for interval matrices, a-b.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
% DESCRIPTION:
% 'minus' i
www.eeworm.com/read/251837/12316816
m mrdivide.m
function r = mrdivide(a,b)
%MRDIVIDE (interval) overloades mrdivide for interval matrices, a/b.
%
%b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke
%
% DESCRIPTION:
%