代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/312573/13608824
m evenodd.m
function [xe,xo,m]=evenodd(x,n)
if any(imag(x)~=0)
error('x is not a real sequence')
end
m=-fliplr(n);
m1=min([m,n]);m2=max([m,n]);
m=m1:m2;
nm=n(1)-m(1
www.eeworm.com/read/310181/13656818
c test44x_adc12_05.c
//******************************************************************************
// MSP430-TEST44X Demo - ADC12, Repeated Sequence of Conversions
//
// This example shows how to perform a repeate
www.eeworm.com/read/309215/13678792
c parse.c
/****************************************************/
/* 文件: parse.c */
/* TINY编译器的语法分析执行程序 */
/****************************************************/
#inc
www.eeworm.com/read/309095/13682402
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/308794/13691786
h global.h
/* global.h, global variables, function prototypes */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/308008/13711619
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/306092/13752712
m searle_gfaure.m
function Pn = searle_gfaure(n,d)
%Calculates the first n elements of the d-dimensional Generalised Faure sequence
%Method taken from Tezuka and Tokuyama (See paper by L'Ecuyer and Lemieux:Recent adv
www.eeworm.com/read/303668/13810551
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/303058/13822595
m urts_smooth2.m
%URTS_SMOOTH2 Augmented form Unscented Rauch-Tung-Striebel smoother
%
% Syntax:
% [M,P,S] = URTS_SMOOTH2(M,P,a,Q,[param,alpha,beta,kappa,mat,same_p])
%
% In:
% M - NxK matrix of K mean estimates