代码搜索:Consecutive
找到约 239 项符合「Consecutive」的源代码
代码结果 239
www.eeworm.com/read/489609/6466697
rd cvsegments.rd
%% $Id: cvsegments.Rd 37 2005-05-15 13:39:40Z bhm $
\encoding{latin1}
\name{cvsegments}
\alias{cvsegments}
\title{Generate segments for cross-validation}
\description{
The function generates a list
www.eeworm.com/read/249499/12491139
rd cvsegments.rd
%% $Id: cvsegments.Rd 37 2005-05-15 13:39:40Z bhm $
\encoding{latin1}
\name{cvsegments}
\alias{cvsegments}
\title{Generate segments for cross-validation}
\description{
The function generates a list
www.eeworm.com/read/191613/8426821
cpp ex0401.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 4.1 on page 60
// Using a while loop to compute a sum of consecutive integers
#include
www.eeworm.com/read/381752/9073897
cpp chapter11-1.cpp
//文件名:CHAPTER11-1.cpp
#include
#include
using namespace std;
void main()
{
const int ARRAY_SIZE = 8 ;
int IntArray[ARRAY_SIZE] = { 1, 2, 3, 4, 4, 5, 6, 7 } ;
www.eeworm.com/read/271244/11002173
m signintermittency.m
function y=signIntermittency(x,maxConsec)
% y = signIntermittency(x,maxConsec) - remove consecutive signs greater than max
% by Kenneth Arnold
y=x;
x=sign(x);
curSign = x
www.eeworm.com/read/197649/7983168
m signintermittency.m
function y=signIntermittency(x,maxConsec)
% y = signIntermittency(x,maxConsec) - remove consecutive signs greater than max
% by Kenneth Arnold
y=x;
x=sign(x);
curSign = x
www.eeworm.com/read/142092/12963412
m signintermittency.m
function y=signIntermittency(x,maxConsec)
% y = signIntermittency(x,maxConsec) - remove consecutive signs greater than max
% by Kenneth Arnold
y=x;
x=sign(x);
curSign = x
www.eeworm.com/read/256481/11997012
cpp chapter11-1.cpp
//文件名:CHAPTER11-1.cpp
#include
#include
using namespace std;
void main()
{
const int ARRAY_SIZE = 8 ;
int IntArray[ARRAY_SIZE] = { 1, 2, 3, 4, 4, 5, 6, 7 } ;
www.eeworm.com/read/251912/12311542
h mtc_bits.h
/**************** (c) 2004 STMicroelectronics **********************
PROJECT : 3-phase AC induction motor drive Software Library
COMPILER : COSMIC / METROWERKS
MODULE : mtc_bits.h
VER