代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/386799/8726904
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/286852/8739557
h easy_odbc.h
// easy_odbc.h
// defines C++ wrappers for win32 ODBC function calls
// Author: Vijay Mathew Pandyalakal
// 27-MAY-2003
#if !defined _EASY_ODBC_H_
#define _EASY_ODBC_H_ 5000
#include
www.eeworm.com/read/285686/8823382
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00C0C0C0&
Caption = "智能窗体放大器"
ClientHeight = 2400
ClientLeft = 165
ClientTop = 735
Client
www.eeworm.com/read/427960/8908761
cpp lenstra.cpp
/*
* Program to factor big numbers using Lenstras elliptic curve method.
* Works when for some prime divisor p of n, p+1+d has only
* small factors, where d depends on the particular curve
www.eeworm.com/read/283690/8996350
cfg sur_ctr.cfg
8 Record mode (dist=1/time=2): 2
9 Dist interval: 0.2
10 Time interval (
www.eeworm.com/read/185152/9054675
m dirangles.m
function [azimuths, elevations] = dirangles(directions)
%[azimuths, elevations] = DIRANGLES(directions)
%
%Convert directions to azimuth/elevation
%
%Input:
% DIRECTIONS - directions vectors (array N
www.eeworm.com/read/382060/9055636
html 13-4.html
// Here are the initial values for our animation.
var x = 0, y = 0, w=200, h=200; // Window position and size
var dx = 5, dy = 5; // Window velocity
var interval = 100;
www.eeworm.com/read/382060/9055726
html 13-5.html
/*
* This function parses comma-separated name=value argument pairs from
* the query string of the URL. It stores the name=value pairs in
* properties of an object and returns that object.
*/
fun
www.eeworm.com/read/381319/9098043
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/184267/9114044
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