代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/306421/13745030
h head.h
typedef struct {
float x,y,z;
}VERTEX; // 结构VERTEX用来存储点的坐标
typedef struct {
int a,b,c;
}SEQUENCE; //结构SEQUENCE用来存储实体的面的组成
typ
www.eeworm.com/read/303558/13812502
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/303058/13822657
m tf_smooth.m
%TF_SMOOTH Two filter based Smoother
%
% Syntax:
% [M,P] = TF_SMOOTH(M,P,Y,A,Q,H,R,[use_inf])
%
% In:
% M - NxK matrix of K mean estimates from Kalman filter
% P - NxNxK matrix of K state covar
www.eeworm.com/read/301588/13855688
m exa112.m
%exa112_shift_unit_pulse_d.m for example 1-12
%shifted unit pulse sequence移位单位冲激序列
clear all;
N=64;
k=20;
x=zeros(1,N);
x(k)=1;
xn=0:N-1;
stem(xn,x)
axis([-1 65 0 1.1])
www.eeworm.com/read/136019/13878435
h stl_queue.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/152843/5662531
c drm_irq.c
/**
* \file drm_irq.c
* IRQ support
*
* \author Rickard E. (Rik) Faith
* \author Gareth Hughes
*/
/*
* Created: Fri Mar 19 14:30:16 1999 by faith@valin
www.eeworm.com/read/147331/5732709
c rand.c
/*
FUNCTION
, ---pseudo-random numbers
INDEX
rand
INDEX
srand
INDEX
rand_r
ANSI_SYNOPSIS
#include
int rand(void);
void srand(unsigned int );
int rand_r(uns
www.eeworm.com/read/145473/5745606
s irq_end.s
#------------------------------------------------------------------------------
#- ATMEL Microcontroller Software Support - ROUSSET -
#----------------------------------------------------
www.eeworm.com/read/144521/5749857
h ch1.h
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co
www.eeworm.com/read/144521/5749879
cpp ch6_main.cpp
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co