代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/270919/4233168
h refvolt.h
//$Id: RefVolt.h,v 1.4 2005/06/14 09:29:24 cssharp Exp $
#ifndef MSP430REFVOLT_H
#define MSP430REFVOLT_H
// time for generator to become stable
#define STABILIZE_INTERVAL 17
// delay before switchi
www.eeworm.com/read/442656/1755103
ini config.ini
[root]
type=Root
children=hier system
checkpoint=
clock=2000000000
max_tick=0
output_file=cout
progress_interval=0
[hier]
type=HierParams
do_data=false
do_events=true
[serialize]
count=10
cycle=0
di
www.eeworm.com/read/442656/1755122
ini config.ini
[root]
type=Root
children=hier system
checkpoint=
clock=2000000000
max_tick=0
output_file=cout
progress_interval=0
[hier]
type=HierParams
do_data=false
do_events=true
[serialize]
count=10
cycle=0
di
www.eeworm.com/read/442656/1755141
ini config.ini
[root]
type=Root
children=hier system
checkpoint=
clock=4000000000
max_tick=0
output_file=cout
progress_interval=0
[hier]
type=HierParams
do_data=false
do_events=true
[serialize]
count=10
cycle=0
di
www.eeworm.com/read/442656/1755162
ini config.ini
[root]
type=Root
children=hier system
checkpoint=
clock=2000000000
max_tick=0
output_file=cout
progress_interval=0
[hier]
type=HierParams
do_data=false
do_events=true
[serialize]
count=10
cycle=0
di
www.eeworm.com/read/442656/1755193
ini config.ini
[root]
type=Root
children=hier system
checkpoint=
clock=4000000000
max_tick=0
output_file=cout
progress_interval=0
[hier]
type=HierParams
do_data=false
do_events=true
[serialize]
count=10
cycle=0
di
www.eeworm.com/read/433911/1876718
cpp reschedule.cpp
/**
* $Id: Reschedule.cpp 80826 2008-03-04 14:51:23Z wotte $
*
* Changing the interval
*/
#include "ace/OS_NS_time.h"
#include "ace/Log_Msg.h"
#include "ace/Reactor.h"
#include "ace/Even
www.eeworm.com/read/433911/1876791
cpp timer_cancel.cpp
/**
* $Id: Timer_Cancel.cpp 80826 2008-03-04 14:51:23Z wotte $
*
* Changing the interval and canceling
*/
#include "ace/OS_NS_time.h"
#include "ace/Log_Msg.h"
#include "ace/Reactor.h"
#i
www.eeworm.com/read/425964/1999636
vec filter.vec
START 0;
STOP 54400;
RADIX DEC;
INTERVAL 10;
inputs g_clk ;
pattern
0 1;
inputs xin[12..1];
pattern
0> 0
340> 4052
680> 1555
1020> 122
1360> 281
1700> 207
2040> 2366
2380> 3488
2720> 1264
3
www.eeworm.com/read/395229/2445432
c ualarm.c
#define _GNU_SOURCE
#include
#include
#include
#include
useconds_t ualarm(useconds_t value, useconds_t interval)
{
struct itimerval otimer;
cons