代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/329609/12945244
c aodv_hello.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
*
* This program is free software; you can redistribute it
www.eeworm.com/read/139077/13189388
m stft.m
%*********************STFT函数***************************
% 输入变量X表示是信号数据(列向量);
% t_interval是窗函数的移动步长(整数,一般为1);
% f_interval是做时的频谱采样间隔;
% h为窗函数;
function st_ft=STFT(X,t_interval,fft_number,h)
www.eeworm.com/read/240712/13202199
c aodv_hello.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
* Copyright (C) 2003 Simon Fraser University and NewMIC
*
www.eeworm.com/read/323159/13348536
c aodv_hello.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
*
* This program is free software; you can redistribute it
www.eeworm.com/read/136812/5857821
c panel_dclick.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)panel_dclick.c 1.1 92/07/30 Copyr 1984 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
/* panel_dclick.c: Dou
www.eeworm.com/read/100285/6271164
c date.c
/*-------------------------------------------------------------------------
*
* date.c
* Utilities for the built-in type "AbsoluteTime" (defined in nabstime).
* Functions for the built-in type
www.eeworm.com/read/487702/6507615
c aodv_hello.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
*
* This program is free software; you can redistribute it
www.eeworm.com/read/258968/11829989
c aodv_hello.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
*
* This program is free software; you can redistribute it
www.eeworm.com/read/154078/11990401
cpp main.cpp
#include
#include
#include
#include
#include
#include
using namespace std;
class interval
{
public:
interval(int begin, int e
www.eeworm.com/read/127767/14337868
txt e781. setting the selection mode of a jlist component.txt
// The default mode is MULTIPLE_INTERVAL_SELECTION
String[] items = {"A", "B", "C", "D"};
JList list = new JList(items);
// Get the current selection model mode
int mode = l