代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/312587/13608628
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=[0:ts:ts*(length(x)-1
www.eeworm.com/read/312211/13615664
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/310206/13655485
cpp jose2.cpp
//******************************
//** Josephus问题解法二 **
//** jose2.cpp **
//******************************
#include
#include
struct jose
www.eeworm.com/read/310043/13659260
htm 7-6.htm
var msg = "状态栏打字机效果! " ;
interval = 200
var seq=0;
function Scroll() {
len = msg.length;
wi
www.eeworm.com/read/309215/13678880
h timer.h
# define MAXTIMER 10
struct TM
{
DWORD Interval;
DWORD LastTimer;
BOOL Enable;
BOOL Used;
void (*Pointer)();
www.eeworm.com/read/309123/13681799
h uhci.h
#ifndef __LINUX_UHCI_H
#define __LINUX_UHCI_H
#include
#include
/*
* Universal Host Controller Interface data structures and defines
*/
/* Command register */
#define
www.eeworm.com/read/307760/13715448
m contents.m
% Bootstrap Toolbox
%
% Communications & Information Processing Group
% Cooperative Research Centre for Satellite Systems
% School of Electrical & Electronic Systems E
www.eeworm.com/read/306675/13740023
c mutual.c
/*Author: Rainer Hegger. Last modified, Sep 20, 2000 */
#include
#include "mex.h"
#include
#include
#include
// 定义输入参数
#define X prhs[0] // 时间序列(列向量
www.eeworm.com/read/306646/13740591
pl vprof.pl
#!/usr/bin/perl
# $Header: /home/cvs/cvm-book1/vprof/vprof.pl,v 1.8 2003/04/08 14:27:30 cvm Exp $
# Cary Millsap (cary.millsap@hotsos.com)
# Copyright (c) 2003 by Hotsos Enterprises, Ltd. All rig