代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/442656/1755168
ini config.ini
[root]
type=Root
children=L1 L2 SDRAM checkMem hier mainMem test toL2Bus toMemBus
checkpoint=
clock=200000000
max_tick=0
output_file=cout
progress_interval=0
[L1]
type=BaseCache
adaptive_compression=
www.eeworm.com/read/442656/1755174
ini config.ini
[root]
type=Root
children=L1 L2 SDRAM checkMem hier mainMem test toL2Bus toMemBus
checkpoint=
clock=200000000
max_tick=0
output_file=cout
progress_interval=0
[L1]
type=BaseCache
adaptive_compression=
www.eeworm.com/read/414929/2139153
taiwan
# Taiwan - Taipei, northern Taiwan
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 527000000 6MHz AUTO AUTO AUTO AUTO AUTO AUTO
T 533000000 6MHz AUTO AUTO AUTO AUTO AUTO AUT
www.eeworm.com/read/410728/2203741
c interp.c
#include
#include "sysdep.h"
#include "bfd.h"
#include "mn10200_sim.h"
#ifdef NEED_UI_LOOP_HOOK
/* How often to run the ui_loop update, when in use */
#define UI_LOOP_POLL_INTERVAL 0x6000
www.eeworm.com/read/379455/2674156
jad chapter3.jad
Timer-Interval:3000
MIDlet-1:ExampleMIDlet,,ora.ch3.ExampleMIDlet
MIDlet-Jar-URL: Chapter3.jar
MicroEdition-Configuration:CLDC-1.0
MIDlet-Version: 1.0
MIDlet-Vendor:J2ME in a Nutshell
MIDlet-Nam
www.eeworm.com/read/379455/2674208
jad chapter3.jad
Timer-Interval:3000
MIDlet-1:ExampleMIDlet,,ora.ch3.ExampleMIDlet
MIDlet-Jar-URL: Chapter3.jar
MicroEdition-Configuration:CLDC-1.0
MIDlet-Version: 1.0
MIDlet-Vendor:J2ME in a Nutshell
MIDlet-Nam
www.eeworm.com/read/373914/2756559
properties dataset.properties
#HSQL database
#Wed Nov 03 14:49:06 GMT-05:00 2004
hsqldb.cache_file_scale=1
runtime.gc_interval=0
hsqldb.first_identity=0
version=1.7.2
modified=no
hsqldb.script_format=0
sql.enforce_size=fal
www.eeworm.com/read/265311/4284119
txt text4.txt
var msgt4 = "@msg";
var intervalt4 = @interval
var lentxtt4=msgt4.length;
var widtht4=250;
var countt4=0;
var leftt4=0;
var abct4=0;
setTimeout("
www.eeworm.com/read/158872/5590950
c interp.c
#include
#include "sysdep.h"
#include "bfd.h"
#include "mn10200_sim.h"
#ifdef NEED_UI_LOOP_HOOK
/* How often to run the ui_loop update, when in use */
#define UI_LOOP_POLL_INTERVAL 0x6000
www.eeworm.com/read/475765/6777770
m clrk4ex.m
% CLRK4EX.M Runge-Kutta solution of ydot=f(t,y); t=[a,b] to
% compare clrk4 and ode45 solutions.
% INPUTS: a,b interval endpoints; m points; y0 initial value
% Calls function clfrk4exf to define