代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/125995/7070995
c ticpd.c
//********************************************************************
//
// Author : ADI - Apps www.analog.com/MicroConverter
//
// Date : October 2003
//
// File
www.eeworm.com/read/125995/7071005
lst ticpd.lst
C51 COMPILER V7.04 TICPD 09/30/2003 11:20:03 PAGE 1
C51 COMPILER V7.04, COMPILATION OF MODULE TICPD
OBJECT MODULE PLACED IN t
www.eeworm.com/read/125995/7071012
lst ticlength.lst
C51 COMPILER V7.04 TICLENGTH 09/30/2003 11:19:56 PAGE 1
C51 COMPILER V7.04, COMPILATION OF MODULE TICLENGTH
OBJECT MODULE PLACED
www.eeworm.com/read/443184/7114802
m regulafalsi.m
function [x, fval, evals, iters, badinds] = regulafalsi(fun, a, b, varargin)
% REGULAFALSI Regula Falsi (derivative-free) root finding algorithm.
%
% [x, fsol, evals] = REGULAFALSI(fun, a,
www.eeworm.com/read/463748/7175970
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ returns the lowpass equivalent of the signal x
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[
www.eeworm.com/read/463748/7176116
m test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hil
www.eeworm.com/read/463353/7182870
m p_y.m
function pc3inte=P_y(interval,len);
% 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
if sign(interval(1))==sign(interval(len))
interval=interval.*(sign(interval)==sign(interval(1)));
inte=interp1([1,len],[i
www.eeworm.com/read/462672/7198344
cpp josephus.cpp
#include
void main()
{
const int num=10;
int interval;
int a[num];
for(int i1=0;i1
www.eeworm.com/read/462124/7208843
h sdl_timer.h
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2006 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Genera
www.eeworm.com/read/461247/7231130
m findzero.m
function [ksi,fval,iter] = findzero(hFcn,x0,TOL,varargin)
%findzero Scalar nonlinear zero finding.
% x = FINDZERO(hFcn,x0) tries to find a zero of the function hFcn near x0,
% if x0 is a sca