代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/110292/15537548

txt rfc789.txt

RFC 789 Vulnerabilities of Network Control Protocols: An Example Eric C. Rosen
www.eeworm.com/read/107689/15603307

py difflib.py

#! /usr/bin/env python # Backported to Python 1.5.2 for the ViewCVS project by pf@artcom-gmbh.de # 24-Dec-2001, original version "stolen" from Python-2.1.1 """ Module difflib -- helpers for computing
www.eeworm.com/read/106679/15629128

txt rfc789.txt

RFC 789 Vulnerabilities of Network Control Protocols: An Example Eri
www.eeworm.com/read/106679/15629366

txt rfc761.txt

RFC: 761 IEN: 129
www.eeworm.com/read/106679/15629590

txt rfc1948.txt

Network Working Group S. Bellovin Request for Comments: 1948 AT&T Research Category: Informational
www.eeworm.com/read/189239/8482918

m goldseq.m

% Program 5-5 % goldseq.m % % The generation function of Gold sequence % % Programmed by M.Okita and H.Harada % function [gout] = goldseq(m1, m2, n) % *************************************
www.eeworm.com/read/285689/8822938

c seqspop.c

/***************************************************/ /* 栈(顺序存储)的删除操作 */ /* 文件名seqspop.c, 函数名pop() */ /**********************************************
www.eeworm.com/read/285689/8822977

c seqspush.c

/***************************************************/ /* 栈(顺序存储)的插入操作 */ /* 文件名seqspush.c, 函数名push() */ /**********************************************
www.eeworm.com/read/428214/8883390

m mseq.m

% Program 5-4 % mseq.m % % The generation function of m-sequence % % An example % stg=3 % taps=[1,3] % inidata=[1,1,1] % n=2 % % Programmed by yixiongshu,2006.8.9 function [mout]=mseq(stg,
www.eeworm.com/read/428214/8883414

m goldseq.m

% Program 5-5 % goldseq.m % % The generation function of Gold sequence % % Programmed by yixiongshu,2006.8.9 function [gout]=goldseq(m1,m2,n) % % m1 : m-sequence 1 % m2: m-sequence 2 % n