代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/221800/14720383
c ospf_cfg.c
/* ospf_cfg.c - Static configuration file for OSPF */
/* Copyright 1998-2003 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,20feb03,kc Fixed
www.eeworm.com/read/221796/14721364
c natinit.c
/* natInit.c - WIND NET NAT initialization and timer API */
/* Copyright 2000-2003 Wind River Systems, Inc. */
/* @format.tab-size 4, @format.use-tabs true, @format.new-line lf */
/*
modification h
www.eeworm.com/read/221058/14758808
java ndi.java
package datamining;
import java.util.*;
/**
* Class for implementing the non-derivable itemset algorithm.
*
* In this version support for the constructor using a DataHandler.
*
* @a
www.eeworm.com/read/120773/14789630
txt 实验报告.txt
(1)我的实验报告
约瑟夫环 实验
实验内容:
编号为:1,2,3...n个人按顺时针方向围座成一圈,每个人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数,报m的人出列,将他的密码作为新的m的值,从他在顺时针方向上的下一个人开始报数,如此下去,直至所有人全部列出为止。设计一个程序求出出列的顺序。
测试数 ...
www.eeworm.com/read/218763/14907453
h wavepacket.h
//*****************************************************************************
// WavePacket.h Prototypes for analysis and synthesis
//***************************************
www.eeworm.com/read/218345/14925793
java testactionevent.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class TestActionEvent extends JFrame implements ActionListener{
private JButton jbtOk = new JButton("OK");
privat
www.eeworm.com/read/217795/14951276
c timerinit.c
/*
Copyright 2001-2004 Georges Menie (www.menie.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as publ
www.eeworm.com/read/217392/14967155
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/216800/14992038
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