代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/125996/14452559
c ticlength.c
//********************************************************************
//
// Author : ADI - Apps www.analog.com/MicroConverter
//
// Date : October 2003
//
// File
www.eeworm.com/read/124628/14556229
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/124417/14568725
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/124283/14579245
texi roots.texi
@cindex root finding
@cindex zero finding
@cindex finding roots
@cindex finding zeros
@cindex roots
@cindex solving a non-linear equation
@cindex non-linear equation, solutions of
This chapter descri
www.eeworm.com/read/124283/14581022
todo
* Newton-Maehly (Newton with implicit deflation)
* Jenkins-Traub
* Brian Smith's adaptation of Laguerre's method
* Hirano's method, SIAM J Num Anal 19 (1982) 793-99 by Murota
* Carstensen, Petkovi
www.eeworm.com/read/123880/14607644
c usbhcdlib.c
/* usbHcdLib.c - Implements HCD functional API */
/* Copyright 2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01e,26jan00,rcb Change parameter in usbH
www.eeworm.com/read/223154/14651949
m berger.m
function [Y,RRI]=berger(RRI,Fs)
% Resampling with the Berger algorithm
% [HRV,RRI] = berger(RRI, Fs)
% [HRV,RRI] = berger(ONSET, Fs)
%
% RRI R-to-R interval
% ONSET onset time QRS-complex
%