代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/387288/8695671
h msginfo.h
#if !defined(MSG_INFO_H)
#define MSG_INFO_H
#include "udp.h"
#include
#define MSG_INFO_MAX_RETRY 5
#define MSG_INFO_RETRY_INTERVAL (5*1000) /* 5秒 */
typedef struct _message_info{
udp_con_t
www.eeworm.com/read/429797/8788334
m impulsive_noise_meter.m
function [s, round_kind, round_digits]=Impulsive_Noise_Meter(filenamesin, fileout_txt, fileout_struct, save_struct, peak_interval, make_plot, save_plot, fig_format, Tool_Name, same_ylim, min_peak, sar
www.eeworm.com/read/163324/10166119
m predict.m
function [xtf,ytf]=predict(tf,xdum,ydum,x1dum,y1dum)
%h=.01;
%Integration interval increased by factor of 10 to get acceptable running times
h=.1;
a=2.0926e7;
gm=1.4077e16;
t=0.;
x=xdum;
y=ydu
www.eeworm.com/read/279612/10410480
h meter.h
#ifndef METER_H
#define METER_H
class _METER {
public:
uint32 get_count();
real64 get_interval();
real64 get_sum();
real64 get_sumofsquare();
real64 get_average();
real64
www.eeworm.com/read/239320/13288104
m psol_msh.m
function [t_new]=psol_msh(t,m,profile,l_t_new,m_new);
% function [t_new]=psol_msh(t,m,profile,l_t_new,m_new);
% INPUT:
% t representation points
% m number of collocation points (per interval)
% prof
www.eeworm.com/read/101082/6253305
db aqclk.db
# @(#)aqclk.db 4.1 (ULTRIX) 9/4/90
sseg
id cds
name aqclk_cds
label 'CLOCK (MCM)'
elements
aqclk_ccr0 aqclk_freq aqclk_burst aqclk_interval
aqclk_ccr1 aqclk_position aqclk_divider
sitem
name a
www.eeworm.com/read/264046/11331605
m kalmanfis.m
function [inn, zh, xt1, F, Pt1, vr]=kalmanfis(z, u, Phi, E, H, Q, R, Gam, D, P0, x0, sm, Inter, intD)
% KALMANFIS Fixed Interval Smoother for general state space system
%
% [inn,yhat,xhat,Py,Px,vr