代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/184793/9075150
txt josephus小孩围圈问题.txt
//处理获胜前的小孩
while(1)
{
//在圈中数interveal个小孩
for(int j=0;j
www.eeworm.com/read/282313/9102477
m d2a.m
function y = d2a(x,b)
% 把比特流转变为连续信号
% x - 比特流
% b - 每个采样的比特数
x=x';
N = length(x);
L=floor(N/b);
qinterval = 2/(2^b-1);
if b
www.eeworm.com/read/373250/9467552
m conf2mahal.m
% CONF2MAHAL - Translates a confidence interval to a Mahalanobis
% distance. Consider a multivariate Gaussian
% distribution of the form
%
% p(x) = 1/sqrt((2 * pi)^d *
www.eeworm.com/read/174862/9571183
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/364791/9894847
h stat.h
/*
* Copyright (c) 2002 The Board of Trustees of the University of Illinois and
* William Marsh Rice University
* Copyright (c) 2002 The University of Utah
* Copyright (c) 2002
www.eeworm.com/read/168118/9937203
m vrms2vint.m
function vint=vrms2vint(vrms,t,flag)
% VRMS2VINT: convert rms to interval velocity
%
% vint=vrms2vint(vrms,t,flag)
% vint=vrms2vint(vrms,t)
%
% flag=0 ... return nonphysical interval velocities
www.eeworm.com/read/168118/9937841
m vrms2vint.m
function vint=vrms2vint(vrms,t,flag)
% vint=vrms2vint(vrms,t,flag)
% vint=vrms2vint(vrms,t)
%
% flag=0 ... return nonphysical interval velocities as NaN
% =1 ... interpolate interval velocities f
www.eeworm.com/read/166171/10030855
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/360770/10079235
m golden.m
function [h,ev] = golden (x,d,a,c,tol,mu,f,p,q,dm)
%-----------------------------------------------------------------------
% Usage: [h,ev] = golden (x,d,a,c,tol,mu,f,p,q,dm)
%
% Descriptio