代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/140880/13054417

h nrutil.h

/* ** File: nrutil.h ** Purpose: Memory allocation routines borrowed from the ** book "Numerical Recipes" by Press, Flannery, Teukolsky, ** and Vetterling. **
www.eeworm.com/read/140880/13054450

h nrutil.h

/* ** File: nrutil.h ** Purpose: Memory allocation routines borrowed from the ** book "Numerical Recipes" by Press, Flannery, Teukolsky, ** and Vetterling. **
www.eeworm.com/read/241748/13122883

lst timer.lst

C51 COMPILER V7.50 TIMER 07/30/2007 20:13:14 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/240985/13181866

cpp emp3_05.cpp

#include"sstack.h" SeqStack S; boolean Valid_Element(bb1& A,int n) { int i; boolean ok; //ISet:set of 1..10; ok=true; //ISet:=[]; for (i=1 ;i
www.eeworm.com/read/139156/13186108

lst timer.lst

C51 COMPILER V7.07 TIMER 07/25/2005 12:02:25 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/325171/13221244

m dct2_recover.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Threshold-Based Correlation in DCT mid-band % Uses two PN sequences; one for a "0" and another for a "1" %
www.eeworm.com/read/324802/13243585

test misuse.test

# 2002 May 10 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself
www.eeworm.com/read/323949/13306878

m ip_09_05.m

% MATLAB script for Illustrative Problem 9.5. echo on % First determine the maximal length shift-register sequences. % Assume the initial shift-register content as "00001". connections1=[1 0 1 0 0
www.eeworm.com/read/238905/13315707

m bpsk_molding.m

%%%%%%%%%%%%%%%%%%%%% 此函数为 BPSK 码元 %%%%%%%%%%%%%%%%%%%% function BPSK=BPSK_molding(sequence,points_num) %%%% sequence为输入的码元序列,points_num为一个码元的采样点数 seq_len=length(sequence); % -----------
www.eeworm.com/read/238903/13315713

m manche_molding.m

%%%%%%%%%%%%%%%%%%%%% 此函数为生成曼彻斯特码元 %%%%%%%%%%%%%%%%%%%% function manchester=manche_molding(sequence,points_num) %%%% sequence为输入的码元序列,points_num为一个码元的采样点数 seq_len=length(sequence); % ---