代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/143132/5758798
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/138884/5813333
m quantl.m
function QI = QuantL (x, Xq)
% Binary search for a bounding interval for each value in an input vector.
% This function returns the index of the quantizer region corresponding to a
% given input value
www.eeworm.com/read/131315/5944949
c vacation.c
/*
* Copyright (c) 1983, 1987, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/131315/5945077
c cmds.c
/*-
* Copyright (c) 1980, 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, ar
www.eeworm.com/read/126765/6012501
c usbhcdlib.c
/* usbHcdLib.c - Implements HCD functional API */
/* Copyright 2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01e,26jan00,rcb Change parameter in usbH
www.eeworm.com/read/120730/6071221
asm arith_encoder_jpeg2000.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/120730/6071266
asm arith_encoder_jpeg2000.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/120487/6073637
sql horology.sql
--
-- HOROLOGY
--
-- needed so tests pass even in Australia
SET australian_timezones = 'off';
SET DateStyle = 'Postgres, MDY';
--
-- Test various input formats
--
SELECT timestamp with time zone '200
www.eeworm.com/read/119864/6081818
c j1f.c
/* j1f.c
*
* Bessel function of order one
*
*
*
* SYNOPSIS:
*
* float x, y, j1f();
*
* y = j1f( x );
*
*
*
* DESCRIPTION:
*
* Returns Bessel function of order one of the argument
www.eeworm.com/read/117387/6103404
java intervalmarker.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (