代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/305566/3771547
c intsln.c
/*
FUNCTION: interpolation of a uniformly-sampled real function y(x) via
linear interpolation.
PARAMETERS:
nxin i number of x values at which y(x) is input
dxin i x sampling interval for input y(x
www.eeworm.com/read/303754/3808743
js calendar3.js
function HS_DateAdd(interval,number,date){
number = parseInt(number);
if (typeof(date)=="string"){var date = new Date(date.split("-")[0],date.split("-")[1],date.split("-")[2])}
if (typeof(date)=
www.eeworm.com/read/291284/3967661
h bsmatrxc.h
/*
ARPACK++ v1.0 8/1/1997
c++ interface to ARPACK code.
MODULE BSMatrxC.h
Function template for the mass matrix formed by using piecewise
linear elements on the interval [0, 1].
Ma
www.eeworm.com/read/291284/3967667
h dsmatrxc.h
/*
ARPACK++ v1.0 8/1/1997
c++ interface to ARPACK code.
MODULE DSMatrxC.h
Function template for the mass matrix formed by using piecewise
linear elements on the interval [0, 1].
AR
www.eeworm.com/read/286002/4043398
m randintv.m
function [iR, Seed] = RandIntV (Seed, N)
% Generate a random integer in the interval [0, N-1].
% The original C-code for random number generation was as follows:
% *p = (Word16)(((*p)*521L + 259) &
www.eeworm.com/read/282196/4106527
cpp fixed.cpp
//fixed.cpp
#include "fixed.h"
#include
#include
#include
Fixed::Fixed(unsigned accNo, float balan)
:Savings(accNo, balan)
{
int interval;
cout
www.eeworm.com/read/441730/1768910
java config.java
package com.skybright.pig;
public class Config
{
public static int GAME_INTERVAL = 400; //original 800
public static int STATUS_GAMEOVER = 200;
public static int STATUS_RUN = 0;
www.eeworm.com/read/440499/1794611
h at91_pit.h
/*
* [origin: Linux kernel include/asm-arm/arch-at91/at91_pit.h]
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Periodic Interval Timer (PIT) - System periphera
www.eeworm.com/read/435341/1864610
cpp fixed.cpp
//fixed.cpp
#include "fixed.h"
#include
#include
#include
Fixed::Fixed(unsigned accNo, float balan)
:Savings(accNo, balan)
{
int interval;
cout