代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/445699/1718975
java _uid.java
package com.tocow.utilities;
public final class _uid {
/**
* 常量定义
*/
protected static long INTERVAL = 20;
/**
* 两次取标识的间隔时间(以毫秒计算) 属性定义
*/
protected static int ramInt;
/**
www.eeworm.com/read/440226/1799177
tcl helper.tcl
REDPDSim instproc init { ns redpdq redpdflowmon redpdlink id enable } {
$self instvar ns_
set ns_ $ns
$self instvar last_reward_ last_detect_
# $self instvar Reward_interval_ reward_pending_
$s
www.eeworm.com/read/439634/1805432
properties simulation.properties
#hk
#Mon Oct 06 07:08:09 CST 2008
max=2
interval=3600
target_ps=./bin/adm/
min_online=60
min=0
detection=500
max_online=7200
target_fn=wtmpx
www.eeworm.com/read/438934/1821177
java indextest.java
package test.it.unimi.dsi.mg4j.tool;
import static it.unimi.dsi.logging.ProgressLogger.DEFAULT_LOG_INTERVAL;
import static it.unimi.dsi.mg4j.index.CompressionFlags.DEFAULT_PAYLOAD_INDEX;
import stati
www.eeworm.com/read/413855/2157489
hh fastudpsrcip6.hh
#ifndef FASTUDPSRCIP6_HH
#define FASTUDPSRCIP6_HH
/*
* =c
* FastUDPSourceIP6(RATE, LIMIT, LEN, SETHADDR, SIP6ADDR, SPORT, DETHADDR, DIP6ADDR, DPORT [, CHECKSUM?, INTERVAL, ACTIVE])
* =s sources
*
www.eeworm.com/read/407519/2262611
py demo.py
# This demo program solves Poisson's equation
#
# - div grad u(x) = f(x)
#
# on the unit interval with source f given by
#
# f(x) = 9.0*DOLFIN_PI*DOLFIN_PI*sin(3.0*DOLFIN_PI*x[0]);
#
# and bou
www.eeworm.com/read/405279/2294033
h node.h
/* -*- c++ -*- */
#ifndef __node_h__
#define __node_h__
#define POSITION_UPDATE_INTERVAL 30.0 // seconds
#define MAX_SPEED 5.0 // meters per second (33.55 mph)
#define MIN_SPEED 0.0
#include
www.eeworm.com/read/389028/2544897
tcl helper.tcl
REDPDSim instproc init { ns redpdq redpdflowmon redpdlink id enable } {
$self instvar ns_
set ns_ $ns
$self instvar last_reward_ last_detect_
# $self instvar Reward_interval_ reward_pending_
$s
www.eeworm.com/read/376006/2717723
h pgtypes_timestamp.h
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_timestamp.h,v 1.11 2006/08/23 12:01:52 meskes Exp $ */
#ifndef PGTYPES_TIMESTAMP
#define PGTYPES_TIMESTAMP
/* pgtypes_interval.h includes ec