代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/241364/13150772

sql long_or_char.sql

SELECT object_name, argument_name, overload , POSITION, SEQUENCE, data_level, data_type FROM user_arguments WHERE data_type IN ('LONG','CHAR');
www.eeworm.com/read/240985/13181191

cpp demo04_2.cpp

//{ Demo04_2 } #include"sstack.h" int n,i; bb1 A; SeqStack S; string S1=""; GrpArr g; boolean Valid_Element(bb1& A,int n) {int i; boolean ok; set ISet; //ISet:set of
www.eeworm.com/read/325171/13221237

m cdma_recover.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: CDMA based using multiple PN sequences embeded into whole object % Watermark Recovery clear all; % save st
www.eeworm.com/read/324406/13264216

m estimate_via_channel_snr.m

function [SNR_via]=estimate_via_channel_SNR(channel_sr,channel_rd,mode,Ps); %估计via路的信噪比 global relay global signal switch mode case 'AAF' xi=abs(signal.symbol_sequence).^2;
www.eeworm.com/read/324404/13264380

m estimate_direct_channel_snr.m

function SNR_direct=estimate_direct_channel_SNR(channel,modulation_type); %直传信道的信噪比估计 global signal; switch modulation_type case 'BPSK' SNR_direct=10^(channel.noise.SNR/10)*ones(size(
www.eeworm.com/read/137901/13280788

c p3.c

/* Protocol 3 (par) allows unidirectional data flow over an unreliable channel. */ #define MAX_SEQ 1 /* must be 1 for protocol 3 */ typedef enum {frame_arrival, cksum_err, timeout} event_type; #incl
www.eeworm.com/read/137693/13305206

hh mpeg1or2videostreamframer.hh

/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either versio
www.eeworm.com/read/137310/13331326

hh mpeg1or2videostreamframer.hh

/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either versio
www.eeworm.com/read/323223/13346996

m ls_estimation.m

function output=ls_estimation(input,pilot_inter,pilot_sequence,pilot_num); [N,NL]=size(input); output=zeros(N,NL-pilot_num); i=1; count=0; while i
www.eeworm.com/read/321456/13404423

h panel.h

#ifndef _PANEL_H #define _PANEL_H #include //static unsigned char key_code[14]; //static unsigned char ksp[5]; //static unsigned char cnt; //extern unsigned char key_num[10]