代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/474516/6811289
m bledy.m
function bledy(nr)
% trgraph
% displays error of a given number
switch nr
case 1
disp('ERROR: No data! Choose another time interval.');
case 2
disp('ERROR: Start time
www.eeworm.com/read/473355/6851496
m traintestsample.m
function [TrainFeature,TrainKnnTarget,...
TestFeature, TestKnnTarget]...
= TrainTestSample(interval,FeatureArray,KnnTarget);
% 将特征矩阵分解成:训练样本与测试样本
[row,column] = size(Featu
www.eeworm.com/read/472375/6876191
c msp430x11x1_wdt_03.c
//******************************************************************************
// MSP430x11x1 Demo - WDT, Toggle P1.0, Interval Overflow ISR, HF XTAL ACLK
//
// Description: Toggle P1.0 using s
www.eeworm.com/read/171254/9764714
c fet110_wdt02.c
//******************************************************************************
// MSP-FET430x110 Demo - WDT Toggle P1.0 Interval overflow ISR, 32kHz ACLK
//
// Description; Toggle P1.0 using so
www.eeworm.com/read/414455/11111292
m ip_07_01.m
% MATLAB script for Illustrated Problem 7.1.
clear
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % rolloff factor
fc=40/T; % carrier frequency
www.eeworm.com/read/268929/11114771
c time_interrupt.c
#include
#include "iodefine.h"
#ifdef __cplusplus
extern "C" {
#endif
void abort(void);
#ifdef __cplusplus
}
#endif
#define BRINK_INTERVAL 305
#pragma i
www.eeworm.com/read/148309/12475987
c fet440_wdt02.c
//******************************************************************************
// MSP-FET430P440 Demo - WDT Toggle P5.1 Interval overflow ISR, 32kHz ACLK
//
// Description; Toggle P1.0 using so
www.eeworm.com/read/248950/12531288
c gp-pred.c
/* gp-pred.c: Generic program for doing predictions with Gaussian Processes.
*
* Log record from a specified log file within a specified interval are used to
* make predictions for squared error lo
www.eeworm.com/read/237957/13917972
cc shiftgabormp.cc
#include "ShiftGaborMP.h"
#include
real RunShiftGaborMP(int max_iter, // maximal number of iterations
real epsilon, // desired precision | Rf | < epsilon
const Interval &f, /
www.eeworm.com/read/237870/13924283
asm fet140_wdt_02.asm
;******************************************************************************
; MSP-FET430P140 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK
;
; Description: Toggle P1.0 using so