代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/471121/6897763

h rangedecoder.h

/* =============================================================================== FILE: rangedecoder.h CONTENTS: PROGRAMMERS: martin isenburg@cs.unc.edu COPYRIGHT:
www.eeworm.com/read/471121/6897797

h rangedecoder.h

/* =============================================================================== FILE: rangedecoder.h CONTENTS: PROGRAMMERS: martin isenburg@cs.unc.edu COPYRIGHT:
www.eeworm.com/read/395688/8160192

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/294886/8195954

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/294862/8197364

8 athstats.8

.TH "ATHSTATS" "8" "February 2006" "" "" .SH "NAME" \fBathstats\fP \- simple tool to inspect and monitor network traffic statistics .SH "SYNOPSIS" .B athstats .I "[\-i device] [interval]" .SH "DESCRIP
www.eeworm.com/read/395034/8198790

cpp josephus.cpp

#include void main() { const int num=10; int interval; int a[num]; for(int m=0;m
www.eeworm.com/read/395001/8200091

java go.java

import java.awt.*; import java.util.*; //import javax.swing.*; //import java.awt.image.*; public class Go extends Panel { int whichStep; Hashtable myHash; Point pointNow;//当前的点 Point
www.eeworm.com/read/192685/8321833

html 9736.html

Re: 回圈问题或 . . . . . Re: 回圈问题或 . . . . .
www.eeworm.com/read/174423/9588007

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/174049/9611157

cpp dif_fft.cpp

//dif_fft.cpp //本程序为按频率抽取法计算序列FFT(16点) #include "iostream.h" #include "math.h" //定义复数类 class complex { public: complex() {real=imag=0.0;} complex(double x) {real=x;imag=0.0;} co