代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/166678/10008559
cpp signalhandled.cpp
/*
* Copyright 2002-2004, Mersad Team, Allame Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/361315/10058704
txt 说明.txt
打开VB6.0然后添加一个Time控件
然后在窗体里输入代码
注意时间Interval可以随意改(毫秒为单位)
打开的网页也可以根据需要更改
www.eeworm.com/read/361257/10062815
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/360137/10108642
c probrandwalk.c
/******************************************************************************
* File Name: probrandwalk.c
* Purpose: probabilistic random walk mobility model
* Author: Jeff Boleng
* Date Cre
www.eeworm.com/read/164407/10110478
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/164086/10130273
c ticpd.c
//********************************************************************
//
// Author : ADI - Apps www.analog.com/MicroConverter
//
// Date : April 2002
//
// File
www.eeworm.com/read/358751/10180143
pas milk2.pas
{
ID:maigoak1
PROG:milk2
}
program milk;
const
maxn=5000;
type
interval=record
start,finish:longint;
end;
var
fin,fout:text;
int:array[1..maxn]of interval;
t:interval;
www.eeworm.com/read/358751/10180165
pas barn1.pas
{
ID:maigoak1
PROG:barn1
}
program barn1;
const
maxs=200;
var
fin,fout:text;
stall:array[1..maxs]of integer;
interval:array[1..maxs]of integer;
m,s,c,i,j,total,cover,tmp:integer
www.eeworm.com/read/425725/10333574
cpp datamanager.cpp
// datamanager.cpp: implementation of the datamanager class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "arlunSigma.h"
#include "data
www.eeworm.com/read/279419/10439362
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,l