代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/459145/7280317

c p4.c

/* Protocol 4 (sliding window) is bidirectional and is more robust than protocol 3. */ #define MAX_SEQ 1 /* must be 1 for protocol 4 */ typedef enum {frame_arrival, cksum_err, timeout} event_type;
www.eeworm.com/read/458012/7314105

c tcp.c

/* ***************************************************************************************************** * * File name: tcp.c *********************************************************************
www.eeworm.com/read/454938/7381264

c alg50.c

#include #include #include #include class print_elements { public: void operator()( string elem ) { cout
www.eeworm.com/read/452996/7428194

scm 8queens.scm

(define (queens board-size);主程序,board_size为皇后数量 (define (queen-cols k) (if (= k 0) (list empty-board) (filter(lambda (positions) (safe? k positions));测试所有的解法
www.eeworm.com/read/452996/7428198

bak 8queens.bak

(define (queens board-size);主程序,board_size为行列数目 (define (queen-cols k) (if (= k 0) (list empty-board) (filter(lambda (positions) (safe? k positions));一列列试 (
www.eeworm.com/read/452045/7451927

m parta.m

% Solves parts A and C % April 26, 1999 % Developed by Ali H. Sayed close all clear all var_v=0.004; % (25dB SNR) % variance of noise; CAN BE CHANGED %var_v=0.05; % (14dB SNR) N=2000;
www.eeworm.com/read/451751/7456411

hif signal.hif

Version 7.2 Build 151 09/26/2007 SJ Full Version 38 2243 OFF OFF OFF OFF ON ON ON FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- Start Library Path
www.eeworm.com/read/451716/7457656

m pseudo.m

function c = pseudo(numbits) % Pseudo-random sequences c(i) generation ,which is defined by % c(n)=(x1(n+Nc)+x2(n+Nc))mod2, where Nc=1600 % x1(n+31)=(x1(n+3)+x
www.eeworm.com/read/451716/7457701

m pseudo.m

function c = pseudo(numbits) % Pseudo-random sequences c(i) generation ,which is defined by % c(n)=(x1(n+Nc)+x2(n+Nc))mod2, where Nc=1600 % x1(n+31)=(x1(n+3)+x
www.eeworm.com/read/451712/7457832

m pseudo.m

function c = pseudo(numbits) % Pseudo-random sequences c(i) generation ,which is defined by % c(n)=(x1(n+Nc)+x2(n+Nc))mod2, where Nc=1600 % x1(n+31)=(x1(n+3)+x