代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/437115/7755043
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/435828/7783528
cls atimer.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/199740/7825564
cpp 7_3.cpp
//7_3
#include
const int num=17;
void main()
{
int interval=3;
int a[num];
for(int i=0; i
www.eeworm.com/read/399326/7869499
m binarysearch.m
function result=binarysearch(vec,searchVal)
%function result=binarysearch(vec,searchVal) performs a binary search on a
%sorted vector and returns the interval that searchVal falls into in vec.
%i.e.,
www.eeworm.com/read/298871/7929036
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/196890/8052090
m latticebamudaput.m
function [price,lattice]=latticebamudaput(S0,X,r,T,sigma,N,interval)
deltaT=T/N;
lb=round(interval(1)/deltaT);
ub=round(interval(2)/deltaT);
u=exp(sigma*sqrt(deltaT));
d=1/u;
p=(exp(r*deltaT)-d)
www.eeworm.com/read/397001/8072774
h pso.h
#include
#include
#include
#include
#include
#include
#include
#include
#include "curve.h"
using namespace std
www.eeworm.com/read/195529/8145181
h sdl_timer.h
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2004 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library Gener
www.eeworm.com/read/247026/12692162
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/145881/12696553
html 148-152.html
Learn Encryption Techniques with BASIC and C++:Transposition-based Monoalphabetic Substitution