代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/452608/7436848
c usart.c
#include "msp430x42x.h"
#include "Global.h"
#include "USART.h"
#include "Measure.h" // 测量值
// 串口检查定时器周期(最小4个字节长度时间)
#define TIMER_INTERVAL (15729) // 15ms @
www.eeworm.com/read/450691/7477773
properties music.properties
#HSQL database
#Sun Jan 23 17:04:41 GMT+07:00 2005
hsqldb.cache_file_scale=1
runtime.gc_interval=0
hsqldb.first_identity=0
version=1.7.2
modified=yes
hsqldb.script_format=0
sql.enforce_size=fa
www.eeworm.com/read/244906/12835562
vb form1.vb
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
step1 = 1
Timer1.Interval = 0
End Sub
Public Sub mymove()
label1.move(label1.l
www.eeworm.com/read/136697/13365357
m fuz_log.m
function f = fuz_log(f1)
% f=fuz_log(f1)
%
% (natural) logarithm of a (LR-) fuzzy interval (number).
% f = f1 = [xmin xmax m n alpha beta] s. Definition for LR-sets.
% ymin=0 and ymax=1 as a conditio
www.eeworm.com/read/309722/13665796
m c12l2.m
count=0;
%H=.01
%Integration interval increased by factor of 100 to get acceptable run time
H=1;
A=2.0926e7;
GM=1.4077e16;
GAM=45.;
ALTNM=0.;
V=24000.;
ANGDEG=0.;
ANG=ANGDEG/57.3;
VRX=V*cos
www.eeworm.com/read/309722/13665797
m c12l3.m
count=0;
%H=.01;
%Integration interval increased by factor of 1000 to get acceptable run time
H=10.;
A=2.0926e7;
GM=1.4077e16;
GAM=0.;
ALTNM=1000.;
ALT=ALTNM*6076.;
XLAM=1.;
V=sqrt(GM*XLAM/(
www.eeworm.com/read/136571/5868407
ini dvsslot5.ini
[Setup]
Video_Source=0
Video_Stand=1
Recorde_Mode=0
Video_Size=0
Video_Constant=1
Video_Constant_Value=600
Record By=0
DataHold=15
InterVal=45
Audio_Delay=0
RecordStyleOfWeek1=0
StartHour1
www.eeworm.com/read/110972/6160943
ini dvsslot5.ini
[Setup]
Video_Source=0
Video_Stand=1
Recorde_Mode=0
Video_Size=0
Video_Constant=1
Video_Constant_Value=600
Record By=0
DataHold=15
InterVal=45
Audio_Delay=0
RecordStyleOfWeek1=0
StartHour1
www.eeworm.com/read/478563/6710001
m randintr.m
% ATLAST65中生成给定阶、给定秩的整数矩阵的子程序randintr
%
function A = randintr(m,n,k,r)
% RANDINTR(m,n,k,r) is an m by n matrix of rank r
% with integer entries in the interval [-k:k].
% If less than three argume