代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/291370/8422483
c msp430x42x0_wdt_01.c
//******************************************************************************
// MSP430x42x0 Demo - WDT, Toggle P1.0, Interval Overflow ISR, DCO SMCLK
//
// Description: Toggle P1.0 using WDT
www.eeworm.com/read/291235/8432788
cpp xqromo.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qromo
DP funcl(const DP x)
{
return sqrt(x)/sin(x);
}
DP func
www.eeworm.com/read/291204/8435996
dfm unit1.dfm
object Form1: TForm1
Left = 201
Top = 106
Width = 385
Height = 350
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/189239/8482929
m girem.m
% Function 4-4
% girem.m
%
% Function to remove guard interval from received signal
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]= girem(idata,qdata,fftlen2,gilen,nd);
%
www.eeworm.com/read/189239/8482957
m interwave.m
% Function 4-10
% interwave.m
%
% Function to add interference wave
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara);
%*********
www.eeworm.com/read/390009/8489508
h timer.h
# define MAXTIMER 10
struct TM
{
DWORD Interval;
DWORD LastTimer;
BOOL Enable;
BOOL Used;
void (*Pointer)();
www.eeworm.com/read/189063/8492015
ex1 in.ex1
Experiments = 1
Total Trials = 1000
Population Size = 50
Structure Length = 30
Crossover Rate = 0.6
Mutation Rate = 0.001
Generation Gap = 1.0
Scaling Window
www.eeworm.com/read/433114/8545445
m interpf.m
function ynew=interpf(yold,dxold,dxnew)
% Function interpolates in the frequency domain;
% appends data to mitigate "edge effects" prior to FFT, and removes them afterwards
% assumes that "dxold" is
www.eeworm.com/read/188324/8549469
m sprpp.m
function [v,b] = sprpp(tx,a)
%SPRPP Right Taylor coefficients from local B-coefficients.
%
% [V,B] = SPRPP(TX,A)
%
% uses knot insertion to derive from the B-spline coefficients
% A(.,:) r
www.eeworm.com/read/289241/8565871
cpp timer.cpp
#include "stdafx.h"
#include
#include
#include "timer.h"
/* 缺省构造函数,初始化为系统当前时间 */
timer::timer()
{
// 取系统当前时间
long now;
time( &now );
tm tmnow = *localtime( &now );