代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/467324/7009819

m ip_09_05.m

% MATLAB script for Illustrative Problem 5, Chapter 9. echo on % first determine the maximal length shift register sequences % We'll take the initial shift register content as "00001". connections
www.eeworm.com/read/463748/7176120

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/462323/7202782

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/460561/7247050

m golexulei.m

%产生L=31的Gold序列,它由取如图9.8所示的两个移位寄存器输出的模2相加而产生。 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/457274/7329321

lst timer.lst

C51 COMPILER V7.10 TIMER 07/24/2008 16:32:13 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/456794/7339589

lst timer.lst

C51 COMPILER V7.10 TIMER 07/24/2008 16:32:13 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/456354/7351458

m ip_09_05.m

% MATLAB script for Illustrative Problem 5, Chapter 9. echo on % first determine the maximal length shift register sequences % We'll take the initial shift register content as "00001". connections1=[1
www.eeworm.com/read/454636/7386270

c sd_user_api.c

/*****************************************************\ *河南工业大学Freescale MCU&DSP联合实验室 *文 件 名:SD_User_API.c *C P U :STM32VBT6 *调试环境:IAR4.22 *作 者:曾 滔 *描 述: SD卡驱动 *日 期:2008年9月12日 \***
www.eeworm.com/read/447954/7543070

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/447000/7561276

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" %