代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/438832/7725279
sh ex53.sh
#!/bin/bash
# 使用"seq"
echo
for a in `seq 80` # or for a in $( seq 80 )
# 与 for a in 1 2 3 4 5 ... 80 相同(少敲了好多字!).
# 也可以使用'jot'(如果系统上有的话).
do
echo -n "$a "
done # 1 2 3 4 5 ... 80
# 这也是一
www.eeworm.com/read/437619/7744781
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/396406/8109193
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/145498/12717567
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/245863/12776293
m example5.m
%
% This Matlab script provides an interactive way to reproduce
% Example 5: Confidence interval for the correlation coefficient
% reported in:
% Zoubir, A.M. and Boashash, B. The Bootstrap and
www.eeworm.com/read/245863/12776303
m example1.m
%
% This Matlab script provides an interactive way to reproduce
% Example 1: Confidence interval for the mean reported in:
% Zoubir, A.M. and Boashash, B. The Bootstrap and Its Application in
%
www.eeworm.com/read/144399/12797338
m demobisect.m
function xm = demoBisect(xleft,xright,n)
% demoBisect Use bisection to find the root of x - x^(1/3) - 2
%
% Synopsis: x = demoBisect(xleft,xright)
% x = demoBisect(xleft,xright,n)
%
%
www.eeworm.com/read/331494/12825501
frm frmcj.frm
VERSION 5.00
Begin VB.Form frmCJ
AutoRedraw = -1 'True
Caption = "三博PCS7百套庆典抽奖"
ClientHeight = 9945
ClientLeft = 60
ClientTop = 345
Clie
www.eeworm.com/read/244694/12849203
txt convert_st_projects.txt
Version 2.0.0 of SimpleTimer is incompatible with older versions, which
means you will have to adjust your previous projects that use SimpleTimer.
1) The Start and Stop methods have been replace
www.eeworm.com/read/143516/12869042
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