代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/260217/11739306
c tcp.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/157007/11745241
c alg41.c
#include
#include
#include
/*
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying replace_if < 10 with 0:
0 0 0 0 0 0 0 13
www.eeworm.com/read/259932/11756944
c ping.c
/******************************************************************************
PING - internet diagnostic tool
Copyright (C) 1991 Erick Engelke
portions Copyright (C) 1990, National
www.eeworm.com/read/346145/11764636
c msp430x261x_adc12_06.c
//******************************************************************************
// MSP430x26x Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perform
www.eeworm.com/read/259722/11771483
c alg41.c
#include
#include
#include
/*
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying replace_if < 10 with 0:
0 0 0 0 0 0 0 13
www.eeworm.com/read/156653/11786484
m sigadd.m
function [y,n] = sigadd(x1,n1,x2,n2)
% implements y(n) = x1(n)+x2(n)
% -----------------------------
% [y,n] = sigadd(x1,n1,x2,n2)
% y = sum sequence over n, which includes n1 and n2
% x1 = first s
www.eeworm.com/read/156653/11786605
m sigmult.m
function [y,n] = sigmult(x1,n1,x2,n2)
% implements y(n) = x1(n)*x2(n)
% -----------------------------
% [y,n] = sigmult(x1,n1,x2,n2)
% y = product sequence over n, which includes n1 and n2
% x1 = f
www.eeworm.com/read/156525/11795407
m mula_pcm.m
function[sqnr,a_quan,code]=mula_pcm(a,n,mu)
%MULA_PCM MU-LAW PCM encoding of a sequence.
%[SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU)
%a=input sequence
%n=number of quantization levels(even)
%sqnr=output
www.eeworm.com/read/156364/11808734
c alg41.c
#include
#include
#include
/*
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying replace_if < 10 with 0:
0 0 0 0 0 0 0 13
www.eeworm.com/read/258470/11859869
c tcp.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/